Quantcast FFmpeg: QuEnc 0.45 and KDVD - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
04-23-2004, 03:27 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Regards.

Michael.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-23-2004, 03:41 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3  
04-23-2004, 03:57 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Regards.

Michael.
Reply With Quote
  #4  
04-23-2004, 04:38 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Regards.

Michael.
Reply With Quote
  #5  
04-23-2004, 04:50 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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 !
Reply With Quote
  #6  
04-23-2004, 04:58 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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?
__________________
Regards.

Michael.
Reply With Quote
  #7  
04-23-2004, 06:12 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
  #8  
04-23-2004, 07:05 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for your answer jorel.

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

Michael.
Reply With Quote
  #9  
04-23-2004, 10:03 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
yes, all default with kvcd notch matrix and chhose the right aspect radio!


Reply With Quote
  #10  
04-24-2004, 02:57 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
yes, all default with kvcd notch matrix and chhose the right aspect radio!


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.
__________________
Regards.

Michael.
Reply With Quote
  #11  
04-24-2004, 05:08 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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!

Reply With Quote
  #12  
04-24-2004, 07:17 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #13  
04-24-2004, 11:58 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi,
Yes for sure MEncoder is an option
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
Cheers
__________________
Rui
Reply With Quote
  #14  
04-24-2004, 01:42 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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
That's for sure

-kwag
Reply With Quote
  #15  
04-25-2004, 06:35 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Thanks for the info vmesquita.
__________________
Regards.

Michael.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
FFMPEG: Essex Blue: KDVD/KSVCD with QuEnc maurus Video Encoding and Conversion 2 06-30-2004 02:13 PM
FFMPEG: Another QuEnc 0.51 Error darkeye Video Encoding and Conversion 2 05-18-2004 01:34 PM
FFMPEG: QuEnc and multiplexing NismoSX Video Encoding and Conversion 3 05-12-2004 02:40 PM
FFMPEG: QuEnc 0.46 is out Abond Video Encoding and Conversion 12 05-04-2004 06:41 AM
FFMPEG: QuEnc GFR Video Encoding and Conversion 78 03-28-2004 04:05 PM




 
All times are GMT -5. The time now is 03:30 AM  —  vBulletin © Jelsoft Enterprises Ltd