[FFmpeg-user] Burning timecode into mov file

Clément Bœsch ubitux at gmail.com
Wed Sep 5 21:20:49 CEST 2012


On Wed, Sep 05, 2012 at 08:08:20AM -0700, MrGralich wrote:
> >If you meant to add a timecode code track in the mov, this is not
> >supported at the moment: http://ffmpeg.org/general.html#Timecode. You can
> >extract the current timecode from the tmcd track with ffprobe though.
> 
> Clément, now, after some months, it seems supported:
> 
> "MOV	X	X"
> 
> but I can't make it work, and I've been searching and studying all day...
> 
> The command I'm trying to apply is:
> ffmpeg -i <input.mov> -acodec copy -vcodec copy -metadata
> timecode=15:14:13:00 <output.mov>
> but I get nothing...
> 
> Do you have some advice?
> 

Try -timecode 15:14:13:00?

If it doesn't work, please paste the command line and full output, as well
as the output of ffprobe output.mov.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120905/22ef8988/attachment.asc>


More information about the ffmpeg-user mailing list