+ Reply to Thread
Results 1 to 5 of 5
-
You can dump the metadata from your mxf and write it into another video with ffmpeg
e.g
1) dump metadata
ffmpeg -i c0020.mxf -f ffmetadata metadata.txt
2) write metadata into 2nd video
ffmpeg -i anothervideo.ext -i metadata.txt -map_metadata 1 -vcodec copy -acodec copy -id3v2_version 3 new.ext -
Couldn't you do it with a hex editor also?
Extraordinary claims require extraordinary evidence -Carl Sagan -
Thank poison,
because I have to transcode my source (e.g. c0020.mxf) in Matrox Mpeg2I Frame with a Matrox codec, in virtualdub then I have a c0020.avi that are Matrox AVI file. But because of VirtualDub it don't have timecode, so I should have to transfer the timecode from original source c0020.mxf into the c0020.avi, before it is generated with virtualdub.
Possibly I have do to this with a batch file.. possibly I would avoid the manual entry for each clip.
Is there a way to do this?
thank you
Similar Threads
-
How to add ".ass" subtitles to a ..."h264" file?
By Tatsubon in forum SubtitleReplies: 3Last Post: 20th Apr 2012, 18:35 -
Changing The Audio Of An AVI File "Language" {HELP COMPLICATED PROBLEM}
By Mr CMTS in forum EditingReplies: 1Last Post: 28th Nov 2011, 19:04 -
Set "Output filename" As Default Global "File/segment title" In MkvMerge?
By LouieChuckyMerry in forum Video ConversionReplies: 0Last Post: 9th Jul 2011, 01:52 -
"stretching" or "cramming" aspect ratio when I convert .avi to MP4
By Agent Bauer in forum ffmpegX general discussionReplies: 3Last Post: 21st Mar 2010, 10:30 -
Timecode "scripting" video software
By bubblemath2 in forum EditingReplies: 4Last Post: 23rd Feb 2009, 07:56