[FFmpeg-user] Draw original timecode on the output file

Phil Rhodes phil_rhodes at rocketmail.com
Thu Sep 26 17:48:01 CEST 2013


You can do this with AVIsynth if you happen to be on Windows.

P


________________________________
 From: Ivaylo Spasov <ivaylo.pif at gmail.com>
To: ffmpeg mailing list <ffmpeg-user at ffmpeg.org> 
Sent: Thursday, 26 September 2013, 16:39
Subject: [FFmpeg-user] Draw original timecode on the output file
 

I have to convert DV AVI file to mp4 file. The command I am using is:

ffmpeg -i input.avi -vf scale-480:-1 -c:v libx264 - crf 32 -c:a
libfdk_aac -ac 2 -b:a 96k -ar 44100 output.mp4

My task is to print the original timecode from the AVI file to the mp4
file so that anyone who play the file in some player to see it in
center bottom (if it's possible).

Can someone help me with that?

I've read something about drawtext but because I am new to ffmpeg I
could not complete understood how to compile ffmpeg with it.

For compiling ffmpeg I've used this tutorial:
http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide

Thanks for the help
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list