I have tried every way I can think to get that darn PAL VOB to convert to SVCD right. The VOB is ultra clear, perfect. But after converting to SVCD the video is always blocky on action scenes and movements. I have converted with both CCE and Tmpgenc. Always the same no matter what. I even used DVD2SVCD and let it do it all but still the same. I only have these problems with VOB's.
DOES ANYONE HAVE ANY CLUES?!?!?!
+ Reply to Thread
Results 1 to 8 of 8
-
-
Cooljoe,
Can you post up your method please? I'll tell you the way I do it, incase it's the same as yourself.
Also, what bitrate is your final SVCD? I make mine hold no more than 45 minutes of video or else it all goes blocky like you are describing.
Here's how I do it:
- Rip VOBs with SmartRipper
- Open DVD2AVI and open up the VOB files
- Select "Decode to WAV" under audio, and also "UltraHigh" in 48 --> 44.1KHz
- Save the project, so you get a WAV and a .d2v file.
- Note down the framerate (you know it's 25fps PAL, so don't worry) and aspect ratio
- Open TMPGEnc, feed in the .d2v into video and the WAV into audio
- Select 16:9 Display or 4:3 Display as my input aspect ratio (what DVD2AVI told you)
- Select my source ranges (no more than 45 mins), set motion search to "High"
- Select "Keep aspect ratio (2)"
- Adjust bitrate using that blue bar and encode
Here's the guide to it:
https://www.videohelp.com/mpeg2tovcd.htm
There's two things about this guide I don't do. Firstly, the .mpa file from DVD2AVI - I just output as a WAV. I wouldn't think there's any difference. Secondly, cutting. I don't do this - I select my source ranges in TMPGEnc itself and do two or three encodes as a batch. This saves on cutting at the end, and I'm more comfortable doing it. Again, your choice.
I hope this helps. If this is what you're doing already, then I'm afraid I'm at a loss. Someone else is bound to have seen this before.
Cobra -
Thanks alot for your reply. I ahve tried using TmpgEnc and CCE both. Here are my scripts.
AVISCRIPT:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2Dec3.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\INVE RS~1\decomb.dll")
mpeg2source("C:\heman_ep1\heman_ep1.d2v")
Telecide()
# -= AviSynth script by FitCD v1.1.2 =-
BicubicResize(480,576,0,0.6,8,6,704,564)
#Trim(0,32570).FadeOut(150)
Import("C:\heman_proj\ResampleAudio.avs")
ResampleAudio(44100)
ConvertToYUY2()
; Cinema Craft Encoder SP -- Encoder Control List(ecl file)
[item]
title=AviSynth_Script_file.avs
vid_out=1
vaf_out=1
aud_out=0
vid_file0=C:\heman_ep1\Encoded_Video_CCE_PAL.mpv
vid_file1=C:\heman_ep1\Encoded_Video_CCE_PAL.mpv
vaf_file=C:\heman_ep1\CCE_Video_Information_File.v af
aud_file=C:\heman_ep1\Encoded_Video_CCE_PAL.mpv.mp 2
file_focused=0
encode_mode=0
packet_size=4096
timecode=0x01000000
width=480
height=576
vmode=0
frame_rate_idx=3
cbr_brate=2520
opv_q_factor=5
opv_brate_min=300
opv_brate_max=2320
vbr_brate_avg=1700
vbr_brate_min=300
vbr_brate_max=2320
vbr_bias=30
vbr_pass=2
quality_prec=17
use_filter=0
filter_val=2
seq_endcode=1
dvd=0
half_width=0
half_height=0
fast_mode=0
progressive=1
alternate_scan=0
non_linear=0
top_first=0
lum_level=1
intra_dc_prec=-1
aspect_ratio=2
gop_m=3
gop_nm=5
gop_hdr=15
seq_hdr=1
all_closed_gop=0
fix_gop_length=0
mpeg1=0
mpeg1_cps=1
samples_per_sec=44100
stereo=2
brate_idx=7
crc=1
[file]
name=C:\heman_ep1\AviSynth_Script_file.avs
type=0
frame_first=0
frame_last=32573
encode_first=0
encode_last=32573
VOB specs:
Aspects are 720x576
25fps PAL
5476 bitrate
48k stereo ac-3
22 minutes long
Keep in mind that I have tried high and low bitrates bith CBR and VBR 1 and 3 pass. I have tried the settings in TmpgEnc you have mentioned. The video comes out fine and looks good as long as there is no motion. Any motion causes blockiness to reveal itself. I also tried converting the VOB to a DIVX5.11 AVI file and the result was great quality with 'squares'.
The VOB looks perfect when played in any software player, no blocks at all. Is there a certain filter I need to use or what? -
BicubicResize(480,576,0,0.6,8,6,704,564)
vbr_brate_avg=1700 -
Originally Posted by sacajaweeda
If there's a 'motion search' configuration in the conversion program, set that to high or best. I use DvdX 22, and found its motion search on normal to be fast and good for chick-flicks or dramas, but no for action shooties - it need to be better or best for them (which also halves the conversion frame rate = doubles time to convert!!).|
Meeow! -
I tried the other resize filters but no change. Actually a slight decrease in quality. The video looks good and clear with Bicubic but only gets blocky and distorted with bright moving images. It seems that dark colors arent affected. This wouldnt have anything to do with the resize filter I dont think. I just wonder why VOB's are the only files to give this kind of trouble. Somewhere between the VOB and the SVCD something isn't properly converting the file and it's hard to understand what. Again, this is happening with every program I use.
-
Originally Posted by Fluffbutt
-
sacajaweeda - Good answer, thanks for the clarity (I forgot the bit about resize UP wards... LOL... blonde moment).
|
Meeow!