[FFmpeg-user] Burning timecode into mov file
MrGralich
mrgralich at yahoo.it
Thu Sep 6 07:15:33 CEST 2012
>> 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, I've tried the command
*ffmpeg -i STD_0022.MOV -timecode 15:14:13:00 -acodec copy -vcodec copy
std_0022_tc.mov*
but I don't think I have any success. The timecode doesn't show up in QT 7.x
nor in FCP.
I don't have ffprobe and I currently don't have the tools to compile it,
since I understand there's no binary available for download. In the
meantime, I've called the resulting MOV file with *ffmpeg -i* and this is
the result:
/ffmpeg version 0.11.1-tessus Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 16 2012 18:49:35 with llvm_gcc 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2336.1.00)
configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm
--extra-version=tessus --disable-shared --enable-static --disable-ffplay
--disable-ffserver --enable-gpl --enable-pthreads --enable-postproc
--enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264
--enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs
--enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc
--enable-libvpx --enable-libgsm --enable-fontconfig --enable-libfreetype
--enable-libass --enable-filters --enable-runtime-cpudetect
libavutil 51. 54.100 / 51. 54.100
libavcodec 54. 23.100 / 54. 23.100
libavformat 54. 6.100 / 54. 6.100
libavdevice 54. 0.100 / 54. 0.100
libavfilter 2. 77.100 / 2. 77.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'STD_0022_tc.MOV':
Metadata:
major_brand : qt
minor_version : 512
compatible_brands: qt
creation_time : 2012-08-19 16:58:16
encoder : Lavf54.6.100
Duration: 00:00:32.61, start: 0.000000, bitrate: 46259 kb/s
Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 /
0x31637661), yuvj420p, 1920x1088, 44721 kb/s, 23.98 fps, 23.98 tbr, 24k tbn,
48k tbc
Metadata:
creation_time : 2012-08-19 16:58:16
handler_name : DataHandler
Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz,
stereo, s16, 1536 kb/s
Metadata:
creation_time : 2012-08-19 16:58:16
handler_name : DataHandler/
I can't see the timecode here, either.
Thanks for your help
Gianluca
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Burning-timecode-into-mov-file-tp4354188p4653233.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list