Atm. I use:but I was wondering:
- mkvmerge for mkv files
- mp4fpsmod for mp4 files
1. What tools could be used to create vfr avi, ts/m2ts, mov files ?
2. Can ffmpeg add (v2) time codes to a video stream ?
3. Are there alternatives to mkvmerge and mp4fpsmod to add time codes to mp4 and mkv files?
Cu Selur
+ Reply to Thread
Results 1 to 4 of 4
-
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
for pseudo-VFR .avi files:
tc2cfr v1.5 by tritical - Help File -- August 02, 2006
--------------------------------------------------------------------------
INFO:
This program turns an avi file (with each frame present once)
into a new avi file with null frames with the specified framerate
and a v1 or v2 timecode file specifying the display length for
each individual frame.
SYNTAX/EXAMPLES:
tc2cfr out_fps input_avi_file timecode_file_or_fps output_avi_file
tc2cfr 119.880120 c:\video.avi c:\timecodes.txt c:\video-120.avi
tc2cfr 120000/1001 c:\video.avi c:\timecodes.txt c:\video-120.avi
tc2cfr 120000/1001 c:\video.avi 24000/1001 c:\video-120.avi
tc2cfr 119.880120 c:\video.avi 23.976024 c:\video-120.avi
PARAMETERS:
out_fps -
The framerate of the destination (output) avi file. The
fps is specified as a double precision floating point number or
as a fraction in numerator/denominator format. When using a
fraction input the exact numbers specified for numerator and
denominator will be used for the dwRate and dwScale fields of
the output avi file.
As for .mov files: I have no idea
Regarding transport streams... since they don't have a global header, I'm afraid the only workaround is to concatenate the segments with different framerates and pray that the resulting file doesn't go out-of-sync"Programmers are human-shaped machines that transform alcohol into bugs." -
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Thanks. I'll look at tc2cfr and mp42ts.
So if anyone knows additional tools for these tasks please let me know.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Auto-transcribe for generated time codes.
By toutou123 in forum SubtitleReplies: 0Last Post: 7th Jul 2019, 11:44 -
how to add time counter of exist video file ?
By yanshof in forum ProgrammingReplies: 4Last Post: 10th May 2019, 02:57 -
How do I convert a .m2t file to DV-AVI and keep date/time codes?
By guy24s in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 17th Mar 2019, 14:41 -
Add time/date to video or something else?
By David22 in forum Newbie / General discussionsReplies: 8Last Post: 6th Jan 2019, 19:34 -
How to add a time stamp below of a screen capture from a video in ffmpeg?
By Chemist116 in forum Newbie / General discussionsReplies: 11Last Post: 2nd Jun 2017, 15:08