SuperFly76
19th June 2005, 17:18
Hello all!
This is my first post in the forum but I have been lurking around doom9 for over a year. I guess I just never had any questions before.
I would like to learn more about using quantum matrices in xvid. I encode my dvds for viewing on my Palm Tungsten t3. screen resolution is 480x320. most of my movies are wide screen so I end up resizing them to 480x208. I use the TCPMP media player for playing movies on the palm.
I'll give you a quick rundown of my normal encoding process:
SmartRipper for ripping dvds
DGIndex for demuxing ac3 and frameserving to AVISynth
AVISynth 2.5 with the following script (fine tuned for each movie):
MPEG2Source("H:\vts_01.d2v",cpu=4)
#Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
#Decimate(cycle=5,mode=3,quality=3)
#Trim(1600,2430)
#ConvertToYV12()
Crop(2,60,-2,-64)
#BilinearResize(480,208)
#BicubicResize(480,208)
LanczosResize(480,208)
#BicublinResize(480,208)
#Lanczos4Resize(480,208)
#Info()
Tweak(sat=1.1,bright=20,cont=1.3)
ColorYUV(levels="TV->PC")
FluxSmoothST()
#TemporalCleaner(ythresh=3,cthresh=8)
#TemporalSoften(2,7,7,scenechange=3)
Deen("c3d")
#Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
#msmooth(threshold=6,strength=4)
I have left in some commented out filters because I will use them if the source requires it. This is my general script.
I use AVS to AVIDrop to encode the video.
My xvid settings are
2 pass
AS@L5
Adaptive Quantization
B-VOPs
Max consecutive B-VOPs 2
Packed Bitstream
Motion search precision 6-ultra high
VQH Mode 4-wide search
Use VHQ for B-frames too
Use Chroma Motion
Trellis Quantization
Since I only watch the movies on my palm I have encoded the audio file into the ogg vorbis format with the dolby headphone 5.1 surround effect from my video software using Graph Edit. I use quality 4 in vorbis which gives me an ogg soundtrack around 110MB.
I have a 1gb card for my palm so I try to shoot for 480MB per movie. Since the soundtrack is around 110MB i am left with 370MB for the Xvid encoded video.
I use Virtual Dub Mod to mux the avi file and the ogg soundtrack into a .mkv file for viewing on my palm.
I have had great results so far but I feell that the next area fo improvement will come by using custom matrices.
Any advice will be greatly appreciated.
To recap I am using 2 pass Xvid
My resolution is 480x320 but most movies are 480x208 (widescreen)
I have about 370MB for the video (video only. Does not include sound)
What would be the best custom matrices for me to try out?
:thanks:
Oh... Before I get any replies about using the search. Yes. I have searched extensively about using custom matrices for this resolution and bitrate but haven't found anything relevant.
This is my first post in the forum but I have been lurking around doom9 for over a year. I guess I just never had any questions before.
I would like to learn more about using quantum matrices in xvid. I encode my dvds for viewing on my Palm Tungsten t3. screen resolution is 480x320. most of my movies are wide screen so I end up resizing them to 480x208. I use the TCPMP media player for playing movies on the palm.
I'll give you a quick rundown of my normal encoding process:
SmartRipper for ripping dvds
DGIndex for demuxing ac3 and frameserving to AVISynth
AVISynth 2.5 with the following script (fine tuned for each movie):
MPEG2Source("H:\vts_01.d2v",cpu=4)
#Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
#Decimate(cycle=5,mode=3,quality=3)
#Trim(1600,2430)
#ConvertToYV12()
Crop(2,60,-2,-64)
#BilinearResize(480,208)
#BicubicResize(480,208)
LanczosResize(480,208)
#BicublinResize(480,208)
#Lanczos4Resize(480,208)
#Info()
Tweak(sat=1.1,bright=20,cont=1.3)
ColorYUV(levels="TV->PC")
FluxSmoothST()
#TemporalCleaner(ythresh=3,cthresh=8)
#TemporalSoften(2,7,7,scenechange=3)
Deen("c3d")
#Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
#msmooth(threshold=6,strength=4)
I have left in some commented out filters because I will use them if the source requires it. This is my general script.
I use AVS to AVIDrop to encode the video.
My xvid settings are
2 pass
AS@L5
Adaptive Quantization
B-VOPs
Max consecutive B-VOPs 2
Packed Bitstream
Motion search precision 6-ultra high
VQH Mode 4-wide search
Use VHQ for B-frames too
Use Chroma Motion
Trellis Quantization
Since I only watch the movies on my palm I have encoded the audio file into the ogg vorbis format with the dolby headphone 5.1 surround effect from my video software using Graph Edit. I use quality 4 in vorbis which gives me an ogg soundtrack around 110MB.
I have a 1gb card for my palm so I try to shoot for 480MB per movie. Since the soundtrack is around 110MB i am left with 370MB for the Xvid encoded video.
I use Virtual Dub Mod to mux the avi file and the ogg soundtrack into a .mkv file for viewing on my palm.
I have had great results so far but I feell that the next area fo improvement will come by using custom matrices.
Any advice will be greatly appreciated.
To recap I am using 2 pass Xvid
My resolution is 480x320 but most movies are 480x208 (widescreen)
I have about 370MB for the video (video only. Does not include sound)
What would be the best custom matrices for me to try out?
:thanks:
Oh... Before I get any replies about using the search. Yes. I have searched extensively about using custom matrices for this resolution and bitrate but haven't found anything relevant.