Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (64)

Sur d’autres sites (7516)

  • configure : select rotation filters for ffmpeg

    2 mars 2019, par Gyan Doshi
    configure : select rotation filters for ffmpeg
    

    autorotate is enabled by default in ffmpeg so the rotation filters
    are required and will be attempted for insertion without the user's
    knowledge if an input stream has rotation side-data.

    • [DH] configure
  • random select file input in ffmpeg

    23 février 2019, par Hòa Hưng Ngô

    Please help me ! I code ffmpeg add mp3 to image but i want to select random file mp3 when add to image creat video. my code :

    set INPUT=E:\image
    set OUTPUT=E:\video
    set mp3inseart = $(shuf -n1 -e e:\music\*)
    : encode video
    for %%i in ("%INPUT%\*.jpg") DO ffmpeg -i "%%i" -i $mp3inseart -threads 0 -shortest -preset ultrafast "%output%\%%~ni.mp4"
  • configure : make vp9 decoder select the parser.

    17 mai 2014, par Clément Bœsch
    configure : make vp9 decoder select the parser.
    

    The parser is needed. FATE breaks if not present.

    • [DH] configure