#3753: '-timecode' & '-metadata' not working: not creating a stream (tmcd) in output MOV -------------------------------------+------------------------------------- Reporter: AgentJJ24 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: mov, | Resolution: timecode, metadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+-------------------------------------
Comment (by mindmark): I recently submitted patches that add support for this. If you compile the latest git master it should work. Currently, you must specify the stream you want add the reel_name metadata too. try: {{{ ffmpeg -i ./INPUT.mov -vcodec copy -acodec copy -timecode 01:02:03:04 -metadata:s:v:0 reel_name=ABCD1234 ./OUTPUT.mov }}} {{{ ffprobe ./OUTPUT.mov ffprobe version N-65494-g93a4891 Copyright (c) 2007-2014 the FFmpeg developers built on Aug 10 2014 14:58:55 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --samples=fate-suite/ libavutil 54. 1.100 / 54. 1.100 libavcodec 56. 0.100 / 56. 0.100 libavformat 56. 0.100 / 56. 0.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.100 / 5. 0.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 0.100 / 1. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'OUTPUT.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf56.0.100 Duration: 00:00:03.75, start: 0.000000, bitrate: 919 kb/s Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 854x480, 914 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc (default) Metadata: handler_name : DataHandler encoder : H.264 timecode : 00:00:00:00 Stream #0:1(eng): Data: none (tmcd / 0x64636D74), 0 kb/s Metadata: handler_name : DataHandler reel_name : ABCD1234 timecode : 00:00:00:00 }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/3753#comment:7> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac