My understanding is that he was simply saying, an overcompressed encode of a BD might look worse than a retail DVD .
That's it
I don't see any " weasel words "
+ Reply to Thread
Results 31 to 40 of 40
-
-
-
Last edited by Cornucopia; 24th Apr 2013 at 18:37.
-
Wow, quite a bit has been going on here since my last post. I an answer to the question that the person used to rip and post the 2.2GB MP4. I asked him what software he used.
anydvd hd.... x264, avsynth, nero-aac... various other components
I am guessing x264 is a codec. I am not sure what Avsynth is. I looked it up and it seemed to be a command line utility. I am find with commandline utilities, but is that all I need, he states various other components. I am guessing he doesn't want to get rid of his secret sauce. Any ideas?
Again, the help has been amazing and I really appreciate it.
Thank you! -
-
x264 is encoder that encodes H.264 video. It is a command line program or you can find a lot's of GUI's for x264 here on videohelp
Avisynth is sort of frame server, it doesn't encode. It reads script that consists of some lines of text. It knows tons of commands and treats video accordingly. Script can have just line:
Code:AviSource("video.avi")
for example , two line script with one resizer (filter):
Code:AviSource("video.avi") BilinearResize(640,360)
Finally, after you install Avisynth, you just load that script - meaning text file saved as avs instead of txt - into encoder and it will accept it, kind of moment of awe for everybody that did it first time. It looks like you are loading text into encoder but Avisynth works as frame server in the background, reading that script, executing those filters and serving produced video frames into encoder. Encoder needs it, Avisynth serves it. So there is no big uncompressed intermediate file. Only perhaps certain limited number of frames somewhere in the buffer.
Use Avisynth for unique video you have - home videos, producing something as videographer or just for some YouTube fun etc... ,screw the movies -
-
The x264 is a library can be used to convert and manipulate H.264/AVCHD video. The Nero AAC codec is used for the AAC audio stream. That's the core logic, and it's nothing special. AnyDVD HD is a ripping program, so chances are that the original source was a BluRay disc. AviSynth helps automate the process. (Looks like it does more than AVI files.)
The bottom line (still) is that H.264 can produce some amazingly good output at low bit rates. That is, after all, what H.264 was developed far originally.
Similar Threads
-
What parameters for good quality compression with Xmedia recode ?
By guiton2002 in forum Video ConversionReplies: 8Last Post: 21st Jun 2013, 18:14 -
Just a conversion, no compression required
By video_noob in forum Video ConversionReplies: 3Last Post: 11th Aug 2010, 01:58 -
Are there no good lossless video compression algos?
By CursedLemon in forum Video ConversionReplies: 21Last Post: 13th Oct 2009, 11:18 -
Industry-Standard For Compression / Conversion?
By zythyl in forum Newbie / General discussionsReplies: 7Last Post: 30th Aug 2009, 04:12 -
HD Conversion and Compression Question
By GFK2009 in forum Video ConversionReplies: 5Last Post: 30th Apr 2009, 17:03