birdy
23rd February 2003, 01:18
Ok guys, I have been reading and searching this forum and many guides and spent
time and did my homeworks :)
So I guess that now I know a little the basics! But really need your help and
comments, just to make sure that I'm on the right track and ofcours I guess I
still need to learn much much more.
That's why I decided to post a detailed doc on what I did, hoping that you guys
would help me out and tell me where I did wrong and what I could do for getting better result!
It could also be interesting, as there is a slight difference in what I do!
I did not rip any DVD but in this example I captured a movie from satellite tv
directly to Xvid! and the result is simply amazing!
So here is what I did:
My AVI source file was (Back to the future3) Captured @768X576 compressed directly to XVID with 1-pass CBR, 1780KBPS, H.263, Motion search5 and Quantizers
were: MinI2, MaxI4, MinP2, MaxP4. (all the other settings were codec defaults)
This gave me a file about 1.4 GIG (with mp3 audio 128kbps) That I frameserved with AVISYNTH to Vdubmod.
Here is the details of avs file <--- here is were I need advice (what do you think about the resize? filters? etc)
----------------------
#LOADED AND PLUGINS:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3DYV12.dll")
AVISource("F:\Captures\Movies\Back To The Future 3.avi")
Crop(4,84,-0,-84)
UnDot()
Lumafilter(-2)
Convolution3d(preset="movieHQ")
UnFilter(-5,-5)
BilinearResize(576,288)
--------------------------
As the audio was 100MB MP3 I needed the movie to become 600MB
so I did a 2 pass xvid and choose 612352 for output size.
And here is the settings used in XVid for encoding<--- (again help and comments needed)
2pass first pass:
Motions search 6
H.263
Max I frame 250
Chroma motion enabled
bframes: 3, 100,200
No lumi masking, no Qpel, No GMC
And the rest was the same as iago Guide.
After I did the first pass I opend the stat file with Xvid Statreader
and went for the second pass.
In the second pass I just set i and p frame quantizers to:
2,6,2,12
the rest of settings were just the same as first pass.
I have attached a picture called Source and Encoded.
As there name say source is from my source avi and encoded is a snap shot from
my encoded file done at real (original size) done with bsplayer.This way you can
get an idea if the quality I got!
The movie really looks nice, but please tell me if I am on right track or not!
time and did my homeworks :)
So I guess that now I know a little the basics! But really need your help and
comments, just to make sure that I'm on the right track and ofcours I guess I
still need to learn much much more.
That's why I decided to post a detailed doc on what I did, hoping that you guys
would help me out and tell me where I did wrong and what I could do for getting better result!
It could also be interesting, as there is a slight difference in what I do!
I did not rip any DVD but in this example I captured a movie from satellite tv
directly to Xvid! and the result is simply amazing!
So here is what I did:
My AVI source file was (Back to the future3) Captured @768X576 compressed directly to XVID with 1-pass CBR, 1780KBPS, H.263, Motion search5 and Quantizers
were: MinI2, MaxI4, MinP2, MaxP4. (all the other settings were codec defaults)
This gave me a file about 1.4 GIG (with mp3 audio 128kbps) That I frameserved with AVISYNTH to Vdubmod.
Here is the details of avs file <--- here is were I need advice (what do you think about the resize? filters? etc)
----------------------
#LOADED AND PLUGINS:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3DYV12.dll")
AVISource("F:\Captures\Movies\Back To The Future 3.avi")
Crop(4,84,-0,-84)
UnDot()
Lumafilter(-2)
Convolution3d(preset="movieHQ")
UnFilter(-5,-5)
BilinearResize(576,288)
--------------------------
As the audio was 100MB MP3 I needed the movie to become 600MB
so I did a 2 pass xvid and choose 612352 for output size.
And here is the settings used in XVid for encoding<--- (again help and comments needed)
2pass first pass:
Motions search 6
H.263
Max I frame 250
Chroma motion enabled
bframes: 3, 100,200
No lumi masking, no Qpel, No GMC
And the rest was the same as iago Guide.
After I did the first pass I opend the stat file with Xvid Statreader
and went for the second pass.
In the second pass I just set i and p frame quantizers to:
2,6,2,12
the rest of settings were just the same as first pass.
I have attached a picture called Source and Encoded.
As there name say source is from my source avi and encoded is a snap shot from
my encoded file done at real (original size) done with bsplayer.This way you can
get an idea if the quality I got!
The movie really looks nice, but please tell me if I am on right track or not!