Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (62)

Sur d’autres sites (10299)

  • Documentation #2984 (Commentaire) : Surcharge de spip_fr.php dans "squelettes/lang"

    24 avril 2013, par Suske -

    Oui, la surcharge par local_fr.php est fonctionnelle, d’après http://permalink.gmane.org/gmane.comp.web.spip.user/181276

  • Can this be a TC burn-in ; 993[1001(1001)1100]1108 - start frame 1001 end 1100 ; (1001) is current frame ;993 &1108 are head and tail 8 frame handles

    21 novembre 2022, par Abraham Thomas

    Need to create a Timecode overlay on videos in frames as "993[1001(1001)1100]1108"
Here -start frame is 1001 and last frame is 1100 ;
the (1001) is the current frame counter
and 993 and 1108 are head and tail handles (1001-8 and 1100+8)

    


    This is currently done in Davinci Resolve by using below text script (was helped in another forum) :
comp.RenderStart+1001-8 .. " [".. comp.RenderStart+1001 .. " (" .. time+1001 ..") " .. comp.RenderEnd +1001 .. "] " ..comp.RenderEnd +1001+8

    


    At times there are 200 + video clips requiring this ; if same can be achieved in ffmpeg this will speed up our workflow. Is this possible using a single ffmpeg command ; please help

    


    In this forum someone had posted a Timecode overlay command, which gives the current frame number ;
I've used this and this below single command works for me :

    


    ffmpeg -i inputvid.mp4 -vf "drawtext=fontfile=Arial.ttf : text='%frame_num' : start_number=1001 : x=(w-tw)/2 : y=h-(2*lh) : fontcolor=white : fontsize=55 : box=1 : boxcolor=black : boxborderw=5" -c:a copy D :\Test\outputvid.mp4

    


    Is there a way to add to this command ; the first frame and last frame of the video automatically detected by ffmpeg (I'm on windows) ;

    


  • Révision 103755 : Revert de r103735

    5 avril 2017, par real3t@gmail.com

    « Deprecated peut-être, mais au moins ça assure la feature

    JSON.parse n’est pas supporté par IE9, et j’ai pas souvenir qu’on ait jeté aux orties le support de ce navigateur, car il est par ailleurs dans la couverture de jQuery 3.x » (Cédric, cf http://permalink.gmane.org/gmane.comp.web.spip.zone.cvs/100310)