Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (79)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11414)

  • ffmpeg command slow zoom in according to duration. (example) i define -t 120 than picture should be zoom in for two minute softly

    12 septembre 2018, par Zeeshan Sheikh

    i have a command that convert the image into video with soft zoom out effect, command is :

    ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z=’1.5-on/duration*0.2’:d=325" -t 30 output.mp4

    . now i want soft zoom in effect rather than zoom out, can somebody help to achieve result. Thanks in advance

  • Do any 'sub_charenc' libraries support smart/curly quotes ?

    23 août 2016, par offandennui

    We’re attempting to batch process a large number of files to burn .srt subtitles with their video pairs.

    ffmpeg -i input.mp4 -vf "subtitles=input.srt:force_style='Fontsize=20,Borderstyle=3:charenc=CP1252'" output.mp4

    has worked for us in the past, but we were just delivered a batch of SRTs with smart/curly quotes peppered throughout (which, aren’t supported by any of the parameters we’ve tried). Is there a specific parameter we can use here ?

    Thanks in advance !

  • Issue decoding RTP video using FFMPEG c#

    6 décembre 2016, par dev-mbd

    Currently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.

    We are wondering if we are missing anything in the configuration of FFMPEG to make this work.

    FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen.

    Thank you in advance for the help !