rambo999
26th August 2010, 05:19
Hi all,
Fairly new to using some of these tools, so I'm sure someone can help me with these questions ;).
I want timecode embedded into my captured MP4 files. I've got a timecode generator hooked into a Sony EX3. The timecode shows on the view port when using the camera, but the MP4 files that I capture don't seem to have the timecode in them. At least not as far as I can tell... which leads to my questions.
I'm not certain how to tell if there's a valid timecode embedded into the MP4. From various posts, people mention using any number of tools which display the header information for the MP4, but could someone tell me what specifically to be looking for in there? I was thinking there'd be a timecodeStartOffset or something.
Alternatively, I used AviSynth with the FFMpegSource2 plugin to try and check the timecode:
FFVideoSource("out.mp4", timecodes="timecodes.txt")
This produces a timecode file that starts with 00:00:00:00. I know that my timecode has an offset for this video (or should). My second question is: am I using FFVideoSource with the timecode argument correctly? Does it normally return correct timecode offsets if such offsets exist in the MP4?
Finally, assuming that I am correct in that the timecode is not in this file based on the FFVideoSource AviSynth call not starting with the offset that should be embedded in, I was wondering if anybody has successfully embedded timecode from an EX3 camera. If it shows up in the camera view port when I'm using it, should it automatically get embedded in the created MP4, or is there something else that needs to be done?
Thanks for reading and I appreciate any responses to any of my questions!
Fairly new to using some of these tools, so I'm sure someone can help me with these questions ;).
I want timecode embedded into my captured MP4 files. I've got a timecode generator hooked into a Sony EX3. The timecode shows on the view port when using the camera, but the MP4 files that I capture don't seem to have the timecode in them. At least not as far as I can tell... which leads to my questions.
I'm not certain how to tell if there's a valid timecode embedded into the MP4. From various posts, people mention using any number of tools which display the header information for the MP4, but could someone tell me what specifically to be looking for in there? I was thinking there'd be a timecodeStartOffset or something.
Alternatively, I used AviSynth with the FFMpegSource2 plugin to try and check the timecode:
FFVideoSource("out.mp4", timecodes="timecodes.txt")
This produces a timecode file that starts with 00:00:00:00. I know that my timecode has an offset for this video (or should). My second question is: am I using FFVideoSource with the timecode argument correctly? Does it normally return correct timecode offsets if such offsets exist in the MP4?
Finally, assuming that I am correct in that the timecode is not in this file based on the FFVideoSource AviSynth call not starting with the offset that should be embedded in, I was wondering if anybody has successfully embedded timecode from an EX3 camera. If it shows up in the camera view port when I'm using it, should it automatically get embedded in the created MP4, or is there something else that needs to be done?
Thanks for reading and I appreciate any responses to any of my questions!