I have a DVD which, among other features, has an otherwise unavailable copy of the screenplay. Unfortunately, rather than put it on the data track as a text file, as normal people would do, the lunatics who designed the disc scanned each page, added ugly borders to the scans and encoded them as video. (The disc is "Hoffa").
I found the VOB with the screenplay and demuxed it into almost 500 M2V files, each of which contains a few pages of the script as sort of a slideshow. (It's a Mamet script... it's pretty short by his standards :P)
Now, trying to convert each of those M2Vs into a series of images manually, from something like VirtualDub, would be impossible, so... is there a tool that could do a batch conversion such as this? Take those hundreds of M2V and extract each frame from each of them into a separate graphics file...?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Using something like VirtualDub use Save Image Sequence.
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
Yeah that was what I was going to say. It will spit out each frame as a separate image file (.bmp or .tiff.) But you should actually use VirtualDubMod instead since it will load m2v files directly.
But first thing, delete those 500 m2v files and start over. Whatever ripping software you used, set it to not split files. This will give you one large m2v instead of many. Then you can import this directly into VirtualDubMod and use the save image sequence option. The whole process should probably only take a minute or two. -
But you should actually use VirtualDubMod instead since it will load m2v files directly.
If the m2v files are numbered sequencially you should be able to append the whole sequence in one shot."Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
"Unfortunately, rather than put it on the data track as a text file, as normal people would do, the lunatics who designed the disc scanned each page, added ugly borders to the scans and encoded them as video."
FWIW, that's DVD spec... TVs don't understand text...
As Adam posted, you've likely got a video where each frame is one of these pages. Amplifying on his post a bit, I think the way I'd do it is first find the vob including the text content -- easier then it might sound, simply open them one at a time in something like PowerDVD, or open them all and use the "next" button to jump from one to the next. You do have to open the vobs though as media files.
Now you've found your vob, open it in DGIndex, marking an in & out point if you want. Create a project file, then write a 2 line text file (or let the software do it for you) with the .avs extention. Open this in VirtualDub, fine tune your in and out, set cropping if desired, and save image sequence or whatever you want.
V/Dub, Avisynth, DGIndex are found here at videohelp in the tools section. The script would be (filling in your paths):
loadplugin(".\dgdecode.dll")
mpeg2source(".\your_d2v.d2v")
Similar Threads
-
Unusual bluray format problem
By mysts in forum Authoring (Blu-ray)Replies: 0Last Post: 14th May 2011, 11:50 -
Problem with fresh PC system build - unusual instability
By PartingShot in forum ComputerReplies: 24Last Post: 6th Oct 2010, 20:36 -
Unusual Raid Problem
By mysts in forum ComputerReplies: 6Last Post: 27th Apr 2008, 19:52 -
Suggestion for converting hundreds of mov quicktime files
By m021478 in forum Video ConversionReplies: 0Last Post: 15th Aug 2007, 15:16 -
Help converting MKV to DVD with unusual subs.
By Kyo in forum Video ConversionReplies: 3Last Post: 1st Jun 2007, 13:31