digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   FFMPEG: QuEnc 0.45 and KDVD (http://www.digitalfaq.com/archives/encode/9278-ffmpeg-quenc-045-a.html)

Zyphon 04-23-2004 03:27 PM

QuEnc 0.45 and KDVD
 
Hi guys, sorry if this has been brought up before but I am curious.

Can Nic's QuEnc 0.45 be used to make KDVD or is it really only useful for KVCD and SKVCD format?

To my understanding this encoder has probs with with GOP's over 18 is this still the case.

Thanks in advance. :)

Edit: My source is PAL DVD 720 x 576. :)

kwag 04-23-2004 03:41 PM

Re: QuEnc 0.45 and KDVD
 
Quote:

Originally Posted by Zyphon
Can Nic's QuEnc 0.45 be used to make KDVD or is it really only useful for KVCD and SKVCD format?

Sure you can :)
Just select the notch matrix, and encode as MPEG-2 with a GOP of 15(PAL) or 18(NTSC).
Quote:


To my understanding this encoder has probs with with GOP's over 18 is this still the case.
If you're doing a DVD(KDVD), you must use the GOP sizes above.

-kwag

Zyphon 04-23-2004 03:57 PM

Thanks for the info Karl, I have a problem though when I try to do a KDVD using the res 720 x 576 and the MA Script I get this error when testing the AVS Script:

Avisynth: caught an access violation at 0x1000f3e0.
attempting to write to 0x069cfd80.

I used MovieStacker and Destination output as DVD @ 720 x576.

I copied the GripCrop params from MS and put them into the MA script and I get this error;

Here is my script its a 30 intro to one of my DVD's.
Code:


## DLL Section ##
#
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("E:\My Movies\-=Rips=-\intro.d2v")
#
undot()
asharp(1, 4)
GripCrop(720, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

I used this for a test and like i say it worked fine for SKVCD @ 480 x 576.

Also if I used a GOP of 25 for KVCD or SKVCD would this not work in QuEnc.

The quality is pretty good in this encoder btw. :)

Zyphon 04-23-2004 04:38 PM

This is really strange the MA Script works fine if i do a SKVCD res 480 x 576 but it doesnt work on DVD res.

Do I need to remove the GripCrop line and replace it with something else?

Im really confused now. :( :? :?

jorel 04-23-2004 04:50 PM

Quote:

Originally Posted by Zyphon
This is really strange the MA Script works fine if i do a SKVCD res 480 x 576 but it doesnt work on DVD res.

Do I need to remove the GripCrop line and replace it with something else?

Im really confused now. :( :? :?

:?
strange,
i did toy story 1 & 2 using MA script as DVD @ 720 x 480 (NTSC)
a few days in QuEnc 045 without problems !

Zyphon 04-23-2004 04:58 PM

Quote:

Originally Posted by jorel
Quote:

Originally Posted by Zyphon
This is really strange the MA Script works fine if i do a SKVCD res 480 x 576 but it doesnt work on DVD res.

Do I need to remove the GripCrop line and replace it with something else?

Im really confused now. :( :? :?

:?
strange,
i did toy story 1 & 2 using MA script as DVD @ 720 x 480 (NTSC)
a few days in QuEnc 045 without problems !

Thanks for your reply jorel, I loaded my d2v file into the new MovieStacker and loaded the MA filter preset and set my output res to 720 x 576 and it seems to be working.

The only problem though is that it seems slow going the process is only moving at 0.64 fps. Im encodin it on my Pent 3 @866Mhz is that the problem for the slow encode?

EDIT: In the Bitrate (kbps) Box do I need to calculate the bitrate if doing multipal films and should I use Calcumatic to get the bitrate value for this?

jorel 04-23-2004 06:12 PM

at 0.64 fps is not so slow for your Pent 3 @866Mhz, seems ok!

i don't used CalcuMatic for toy story 1 & 2 !
the size with the 2 encodes with one origina 5.1 audio channel for each encode,
give me less final size than one dvd-r can get !
..round 3.9GB in total!
i have full quality of audio and video with 2 movies in 1 dvd-r!
8)

Zyphon 04-23-2004 07:05 PM

Thanks for your answer jorel. :)

So do I leave QuEnc bitrate box at its default setting?

jorel 04-23-2004 10:03 PM

yes, all default with kvcd notch matrix and chhose the right aspect radio!


:wink:

Zyphon 04-24-2004 02:57 AM

Quote:

Originally Posted by jorel
yes, all default with kvcd notch matrix and chhose the right aspect radio!


:wink:

Hi jorel, I ripped a section from my Autin Powers 3 DVD. It was the Music Video of Dr. Evil singing "Hard Knock Life", I used this as its only about 2 minutes and I knew it wouldnt take all night to encode. I just wanted to see the quality.

To be honest I wasnt impressed with the final result it looked pretty aweful and glitchy. I wish I had some webspace to upload the sample to for you to see.

I think I will have to stick with CCE for now as that produces the best results for me in KDVD and see what result that gives me. :)

Aspect ratio used was 4:3.

jorel 04-24-2004 05:08 AM

like i told you i did only that 2 carttons using the MA script without
STMedianFilter(3, 3, 1, 1 )
and with
ConvertToYUY2()
in the final of the script!

and in QuEnc was adjusted:
kvcd notch matrix (in advanced options),
mpeg2,
2500 Bitrate(Kbps),
use VBR,
High Quality and
2 pass encoding!

aspect radio 4:3 for toy story 1 and aspect radio 16:9 for toy story 2!
the video encoded was muxed with the audio 5.1 from source.

for that cartoons the result is amazing!
i never did using differents sources or movies!
if your adjusts are like i posted,
try a sample encreasing the value of "Bitrate (Kbps)" in QuEnc
to test if you get better quality!

:wink:

vmesquita 04-24-2004 07:17 AM

Quote:

Originally Posted by Zyphon
To be honest I wasnt impressed with the final result it looked pretty aweful and glitchy.

The problem with QuEnc is that the internal configutarion cannot be touched, so we can't optimize quality. As oposed to mencoder and ffmpeg, where you have tons of configuration optios, so they can be tweaked to get the best quality possible.
:wink: :D

rds_correia 04-24-2004 11:58 AM

Hi,
Yes for sure MEncoder is an option :!:
:idea: Try VMesquita's Mencode-ME as it is a GUI/Wrapper for MEncoder.
And please be aware that we are not responsible if the final encoded video stream is done much faster than with TMPGEnc/CCE and that it may look better than those two :lol:
Cheers

kwag 04-24-2004 01:42 PM

Quote:

Originally Posted by rds_correia
And please be aware that we are not responsible if the final encoded video stream is done much faster than with TMPGEnc/CCE and that it may look better than those two :lol:

That's for sure :lol:

-kwag

Zyphon 04-25-2004 06:35 PM

Quote:

Originally Posted by vmesquita
Quote:

Originally Posted by Zyphon
To be honest I wasnt impressed with the final result it looked pretty aweful and glitchy.

The problem with QuEnc is that the internal configutarion cannot be touched, so we can't optimize quality. As oposed to mencoder and ffmpeg, where you have tons of configuration optios, so they can be tweaked to get the best quality possible.
:wink: :D

Thanks for the info vmesquita. :)


All times are GMT -5. The time now is 08:00 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.