My previous request for a quality comparison tool turned up a few possibilities, of which the most promising looks like the MSU Perceptual Video Quality Tool.
MSU (and at least one of the others) requires AVI files, and these would have to be uncompressed to allow evaluation of the original video.
As I am using DVD files this causes problems as I need to convert my DVD files to uncompressed AVI files. It looks like I can use AVIsynth to simulate the creation of this file, but it all looks very complicated and time consuming to set up. All I really want is some way of decoding DVD files to uncompressed AVIs, if necessary only extracts from the DVD files. I was just about to give up when I thought one of the helpful and knowledgeable people on this forum might know a quick and easy way of achieving this.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Hi-
Pretty simple. Install AviSynth. Download the DGMPGDec package and stick it somewhere. Install a lossless AVI codec, preferably one that'll keep it in the YV12 colorspace. I use Lagarith. Open the vobs in DGIndex. Go File->Save Project which will give you a D2V project file when done. Create an .avs by creating a new .txt file (maybe call it Video.txt) and renaming the extension as .avs. Inside have this:
LoadPlugin("C:\Path\To\DGDecode.dll")
MPEG2Source("C:\Path\To\Video.d2v")
Adjust for the paths. Open it in VDub(Mod). Make sure Video is set for Fast Recompress. Go Video->Compression and choose your codec. Configure it if necessary. Go File->Save As and wait.
Similar Threads
-
Which is the best tool (free or not) to get the best conversion quality ?
By observingman in forum Video ConversionReplies: 7Last Post: 20th Jan 2011, 02:47 -
Video Conversio Keeping Surround Sound Audio........
By themediaman in forum Video ConversionReplies: 4Last Post: 18th Nov 2010, 05:31 -
Player for video evaluation
By Jusbu in forum Software PlayingReplies: 0Last Post: 25th Jan 2010, 05:57 -
Encoding tool needed
By 557953 in forum Video ConversionReplies: 8Last Post: 8th Sep 2008, 14:15 -
Cropping avi tool needed
By rindless in forum Video ConversionReplies: 6Last Post: 29th Aug 2007, 02:18