Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (66)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8501)

  • how to make,get specific frame count in ffmpeg

    24 septembre 2014, par n2v2rda2

    i changed 279 jpeg images to 1 mjpg
    strCommand.Format(_T("C :\ffmpeg.exe -i \"%s\%s.jpg\" -s 1920x1080 -qscale 1 -vcodec mjpeg -r 23.976 C :\Temp\test.mjpg -y"), m_strPicture, L"%06d" ) ;
    and play it ok

    now i want to make pause button and progress bar to show N-Frame user selected
    but when i check total frame by ffprobe.exe
    it say total frame is 289 jpeg, it is strange ; ;

    my question is how to make input image count match each mjpeg frame
    like input 10 jpeg -> output 10 frame
    plz warm answer,
    have a nice day

  • postproc : fix qp count

    13 octobre 2014, par Michael Niedermayer
    postproc : fix qp count
    

    Found-by : ubitux
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libpostproc/postprocess.c
  • avcodec/sgidec : fix count check

    27 octobre 2014, par Michael Niedermayer
    avcodec/sgidec : fix count check
    

    Fixes : asan_heap-oob_22b30d4_39_038.sgi
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/sgidec.c