Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (96)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 (...)

Sur d’autres sites (7245)

  • Remoiving Duplicate Frames

    29 décembre 2018, par Steve

    I have a 4.7-second mp4 file with several duplicate frames inserted every second or so. I would like to remove these frames. I ran ffmpeg on it with :

    ffmpeg -i samp1.mp4 -vf mpdecimate -vsync vfr out3.mp4

    and this did indeed remove the duplicates. The file went from 142 frames and 88 duplicates to 54 frames and no duplicates. But the length of the output file is still about 4.7 seconds so it displays at about 54/4.7 = 9fps, which is jerky. The reason for removing the duplicate frames was to get rid of the jerkiness they caused, but at 9fps, now, I’ve still got the jerkiness. I’d like the output to display at 24fps after the duplicates are removed, so the clip would play smoothly for about 2 seconds and end. Could someone suggest the right way to do this ?

    Thank you ! I appreciate your help !

  • FFMPEG Batch Convert for Windows [duplicate]

    11 avril 2019, par Ash_dog

    This question already has an answer here :

    I’ve been trying to convert entire folders of files using ffmpeg for a long time now. I’ve searched the web, found various answers, but none that helped me. Currently I’m using multiple instances of ffmpeg to convert more than one file at a time. But it’s very time consuming and annoying to type in everything all the time, even with copy/paste.

    To simplify my current code it would look something like this. I specify the input file and the output format (+ various settings) :

    ffmpeg -i "EXAMPLE.avi" newEXAMPLE.mp4

    But what I would like is a single instance of ffmpeg to convert all files in a specific folder to a new format and for the files to keep their original name.

    example1.avi > example1.mp4

    example2.avi > example2.mp4

    example3.avi > example3.mp4

    and so on...

    PS. I’m a bit new to these kind of things, so I’d much appreciate an explanation with your answer, so I can understand and learn. Thank you !

  • doc : document the asf demuxer

    27 août 2013, par Luca Barbato
    doc : document the asf demuxer
    

    And drop a typo from the previous FLV entry.

    • [DH] doc/demuxers.texi