News:

--

Main Menu

Xvid ASP - file too small

Started by mase, October 13, 2013, 10:28:15 AM

Previous topic - Next topic

mase

Hi!
I am using this codec settings to encode a h264 ts recording from VDR:
adm.videoCodec("xvid4", "params=2PASS=450", "profile=244", "rdMode=3", "motionEstimation=3",
"cqmMode=1","arMode=1", "maxBFrame=2", "maxKeyFrameInterval=200", "nbThreads=99", "qMin=2",
"qMax=25", "rdOnBFrame=True", "hqAcPred=True"

The resulting file should be about 465MB. But it is only about 280MB.
Is that, because ASP Level 5 is missing? It was always fine with 2.5.x.

AQUAR


mase

#2
But I read on several sites, that qmin of 1 is not recommended.
But I saw, that in 2.5 there was qmin=1 and qmax=31. I will try
these settings.

mase


mase

I have to setup a videosize of 800MB to get my prefered filesize of about 465MB.

mase

Seems, that the undersize issue appears only with h264 input files.
Mpeg2 input files are not undersized.
Both are Linux VDR recordings.
I have set Qmin to 1 with both inputs.

AQUAR

I also have had undersizing when recoding to Xvid but can't remember if the input was AVC (probably was).
When mean allowed  the quantiser scaling to drop to 1 it produced a much better result (particularly with larger files).

That said, I still prefer to use avisynth with avidemux 2.5.6 when recoding from AVC to Xvid, as it provides a more predicatable result and lots more filters, options etc.
Avidemux 2.6.x would be awesome if it could match that combination.
But AVC is the future and Xvid is dying (not for me!), so I think the effort is mostly focussed on AVC.