• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

VCDs and SVCDs

Solostian

Member
Thread Starter
Joined
Mar 10, 2007
Messages
18
Likes
0
Can CloneDVD Mobile be used to create VCDs/SVCDs? I want to export some of my kids' movies to a CR-R for the grand-parents' car movie studio...

P.S.
BTW, what is the use of the VOB file passthrough?
 
Can CloneDVD Mobile be used to create VCDs/SVCDs? I want to export some of my kids' movies to a CR-R for the grand-parents' car movie studio...
i suppose you could create an AVI file then burn it to VCD/SVCD using appropriate software

P.S.
BTW, what is the use of the VOB file passthrough?
if i remember rightly a similar thing was mentioned on another thread-what VOB file passthrough does (i think) is create one DVD type file instead of a load of VOB files that you'd normally get on a dvd and it can create VOB files which aren't limited in size to 1GB.
anyone feel free to correct me if i got any info wrong;)
 
i suppose you could create an AVI file then burn it to VCD/SVCD using appropriate software.

Yeah, its then 2 conversions. One additional step to lose quality. Not good enough.

A VCD is MPEG-1 and a SVCD is MPEG-2. Could'nt there be another generic output format (aside from DivX) to cater for this?

SVCDs are ideal for car-mounted video systems. Wouldn't this be a viable mobile use?

Solostian
 
Yeah, its then 2 conversions. One additional step to lose quality. Not good enough.

A VCD is MPEG-1 and a SVCD is MPEG-2. Could'nt there be another generic output format (aside from DivX) to cater for this?

SVCDs are ideal for car-mounted video systems. Wouldn't this be a viable mobile use?

Solostian
compared to dvd,vcd (in particular) and scvd quality is ok at best.you obviously want to burn to cd rather than dvd so the fact you mention ''One additional step to lose quality'' is irrelevant as you have lost dvd quality already by using clonedvdmobile.also,most video systems in cars wouldn't have that big a screen size anyway (7'' i've seen).with it being a small screen you surely wont notice the lower picture quality.

a product that will do what you want to do-convert dvd to vcd/svcd-is this:
http://www.dvd-copying-pro.com/
:agree: ;)
 
Last edited:
You are right that car video systems generally use small screens. Thus, SVCDs are a very good format for those situations.

But you are somewhat wrong about image quality. Going from the original VOB to a SVCD will always yield a superior quality than VOB to AVI to SVCD. The repeated use of compression/conversion algorithms compound quality loss. Using the highest quality AVI available might make the loss unnoticable but it would still be there.

Moreover, you run a higher risk of introducing artefacts which are quite visible.

Regards,
Solostian
 
Hi.

Here are profiles to add VCD and SVCD (NTSC and PAL) output to CloneDVD mobile, just append them to your "Devices.ini" in the program folder. They have not been tested extensively yet, feedback is welcome.

Greetings,
Joe

Code:
[NTSC VCD]
Manufacturer=VCD
Res1=352x240
ResAna1=352x240
PALFrameRate1=25
PALFrameRateDeinterlace1=25
lavcopts=vcodec=mpeg1video:keyint=18:vrc_buf_size=327:vrc_minrate=1152:vbitrate=1152:vrc_maxrate=1152:acodec=mp2:abitrate=224 -x264encopts threads=1
moac=lavc
mopts=-srate 44100 -af lavcresample=44100
Format=mpeg
FileType=mpg
ARate=44100
ABRate=224
MVolume=10
useMencoder=1
SubTitle=1
MaxVBitrate=1152

[PAL VCD]
Manufacturer=VCD
Res1=352x288
ResAna1=352x288
NTSCFrameRate1=29.97
NTSCFrameRateDeinterlace1=29.97
lavcopts=vcodec=mpeg1video:keyint=15:vrc_buf_size=327:vrc_minrate=1152:vbitrate=1152:vrc_maxrate=1152:acodec=mp2:abitrate=224 -x264encopts threads=1
moac=lavc
mopts=-srate 44100 -af lavcresample=44100
Format=mpeg
FileType=mpg
ARate=44100
ABRate=224
MVolume=10
useMencoder=1
SubTitle=1
MaxVBitrate=1152

[NTSC SVCD]
Manufacturer=VCD
Res1=480x480
ResAna1=480x480
PALFrameRate1=25
PALFrameRateDeinterlace1=25
lavcopts=vcodec=mpeg2video:mbd=2:keyint=18:vrc_buf_size=917:vrc_minrate=600:vrc_maxrate=2500:acodec=mp2:abitrate=224
moac=lavc
mopts=-srate 44100 -af lavcresample=44100
Format=mpeg
FileType=mpg
ARate=44100
ABRate=384
MVolume=10
useMencoder=1
SubTitle=1
MaxVBitrate=2600

[PAL SVCD]
Manufacturer=VCD
Res1=480x576
ResAna1=480x576
NTSCFrameRate1=29.97
NTSCFrameRateDeinterlace1=29.97
lavcopts=vcodec=mpeg2video:mbd=2:keyint=15:vrc_buf_size=917:vrc_minrate=600:vrc_maxrate=2500:acodec=mp2:abitrate=224
moac=lavc
mopts=-srate 44100 -af lavcresample=44100
Format=mpeg
FileType=mpg
ARate=44100
ABRate=384
MVolume=10
useMencoder=1
SubTitle=1
MaxVBitrate=2600
 
Back
Top