groundradar
12th January 2006, 04:11
Forgive us if this is a simple question coming from newbies, but we have searched the forum and have not found a solution.
We have a directory containing a number of compressed AVI files (video only) at 50 fps (720 X 480). There are less than 30 of these input files, but each one may be up to 30 GB. We also have a text list of video file names, frame numbers and subtitles, eg.:
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”.
We need to figure out a way to extract each frame from the list, overlay a new subtitle for each frame, and finally output the frames as, say, a 10 fps uncompressed AVI at the same resolution. The frames we need to extract are not necessarily sequential in the source AVI files, and there may be up to 100,000 frames to extract and re-combine.
Can this be done, even in segments, using Avisynth? Is this completely impossible?
Any help would be greatly appreciated.
Jan
We have a directory containing a number of compressed AVI files (video only) at 50 fps (720 X 480). There are less than 30 of these input files, but each one may be up to 30 GB. We also have a text list of video file names, frame numbers and subtitles, eg.:
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”
AVI_filename | framenumber | “Text to be placed in subtitle1”|”Text2 to be placed in subtitle”.
We need to figure out a way to extract each frame from the list, overlay a new subtitle for each frame, and finally output the frames as, say, a 10 fps uncompressed AVI at the same resolution. The frames we need to extract are not necessarily sequential in the source AVI files, and there may be up to 100,000 frames to extract and re-combine.
Can this be done, even in segments, using Avisynth? Is this completely impossible?
Any help would be greatly appreciated.
Jan