Thasp
8th May 2006, 21:58
My filesizes are never right when I attempt to convert an HDTV transport stream to XviD. I plug my avisynth script straight into virtualdub, and set up xvid 1.1 according to the guide here. I unchecked trellis quantization and packed bitstream, but rechecking them did nothing for my rip. I've tried H.263 and MPEG quantization, I've tried turbo and no turbo, I've tried the yv12 and xvid versions of xvid, I've tried xvid 1.0.3 and 1.1, in several versions of virtualdubmod, but I can never get it within 10% of the video size I want it to be. I tried doing it by filesize and average bitrate. I tried with and without audio to see if that was screwing it up, but that made no difference either.
This is for a 16:9, 720p, 60 FPS(for simplicity's sake since I forgot the exact number) feed. I'm trying to make it standalone compatible with my Cowon A2, thus the neutering of the framerate and resolution.
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGdecode.dll")
Loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\decomb.dll")
mpeg2source("pathtod2vhere")
Telecide(order=0)
Decimate(cycle=2)
bilinearresize(704,396)
Do any glaring errors stick out?
I've tried twopass and onepass also.
Any advice would be highly appreciated.
This is for a 16:9, 720p, 60 FPS(for simplicity's sake since I forgot the exact number) feed. I'm trying to make it standalone compatible with my Cowon A2, thus the neutering of the framerate and resolution.
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGdecode.dll")
Loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\decomb.dll")
mpeg2source("pathtod2vhere")
Telecide(order=0)
Decimate(cycle=2)
bilinearresize(704,396)
Do any glaring errors stick out?
I've tried twopass and onepass also.
Any advice would be highly appreciated.