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

Ivaylo Spasov ivaylo.pif at gmail.com
Thu Sep 26 17:57:26 CEST 2013


Could you write my command with your suggestion?

On Thu, Sep 26, 2013 at 6:51 PM, Stanislas DEFAWES <sdefawes at ina.fr> wrote:
> May be you can try with vfilter drawtext ?
> Le 26 sept. 2013 à 17:48, Phil Rhodes <phil_rhodes at rocketmail.com> a écrit :
>
>> 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
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list