How to Convert DVDs to SVCD with SVCDbuilder (Step-by-Step)
Overview
This guide shows a straightforward SVCD conversion workflow using SVCDbuilder on Windows. It assumes a DVD source (VIDEO_TS folder or disc), SVCD output for NTSC (29.97 fps) or PAL (25 fps), and common third‑party encoders (TMPGEnc, CinemaCraft/Canopus, or FFmpeg where noted). Follow the steps below for a reliable, playable SVCD burned to CD-R.
Required software
- SVCDbuilder (latest compatible Windows build)
- A DVD ripping tool to extract IFO/VOB files (e.g., MakeMKV, VOB2MPEG or DVD Decrypter for older discs)
- Encoder: TMPGEnc (recommended for MPEG‑2 SVCD), CinemaCraft Encoder or Canopus ProCoder (if licensed). FFmpeg can be used for manual alternatives.
- AVS (AviSynth) installed if SVCDbuilder uses Avisynth scripts (SVCDbuilder integrates AVS support)
- CD burning software that supports SVCD (Nero, ImgBurn)
- Optional: AC3/Aften or BeSweet for audio processing if needed
Preparation — rip the DVD
-
Rip the movie to disk:
- If source is a DVD disc, use a ripper to extract the main title VOB/IFO set or produce a decrypted MPEG-2/IFO. Save into a folder (e.g., C:\DVDSource).
- Ensure you have the main movie track (no menus) and note audio language(s).
-
If ripping to a single large MPEG, you can use it directly; otherwise leave VOBs intact — SVCDbuilder can read DVD source.
Step 1 — Start a new project in SVCDbuilder
- Launch SVCDbuilder.
- Choose New Project → select input type: “DVD” (point the program to the folder containing VIDEO_TS or to the VOB files).
- Confirm the main title is selected (SVCDbuilder usually auto-detects the longest title).
Step 2 — Set output format and disc count
- In the wizard, choose output: SVCD (NTSC) or SVCD (PAL) depending on target region.
- Set target number of CDs (SVCDbuilder can auto-split into 1–3 CDs). Leave automatic splitting on unless you want manual control.
- Click Next.
Step 3 — Configure video settings
- Frame rate: keep the source frame rate but ensure it matches SVCD specs (NTSC 29.97fps, PAL 25fps). If your source is 23.976 film, enable proper pulldown/telecine handling per SVCDbuilder recommendations (avoid forcing 23.976 for SVCD).
- Resize: SVCD standard is 480×480 (NTSC) or 480×576 (PAL) with display aspect adjusted by player. Let SVCDbuilder set resizing automatically (it creates AVS script).
- Select encoder: point SVCDbuilder to your installed MPEG‑2 encoder (TMPGEnc or CinemaCraft). Set encoding profile to SVCD-compliant MPEG‑2 (CBR/VBR per allowed bitrate). SVCDbuilder will calculate bitrates per CD.
Step 4 — Configure audio
- Choose audio track (language) and mode: MPEG Layer II at 224 kbps or 192 kbps is common for best compatibility. Some players require 44.1 kHz — enable downsampling if needed (SVCD audio spec is 44.1 kHz for MPEG audio).
- If source audio is AC3/AC-3, select a decoder (Aften/BeSweet) or let SVCDbuilder handle downmix and conversion.
Step 5 — Chapters, split points, overlays
- Review automatically detected chapter marks and split points. Use visual split editor to adjust where a disc will cut (avoid splitting mid-speech).
- Add optional fade-in/fade-out, logos, “change disc” clips or final still image via the ADDONS if desired.
Step 6 — Preview AVS script and settings
- Inspect the generated Avisynth (.avs) script from SVCDbuilder if you have Avisynth installed—ensure the resize, deinterlace, or telecine filters look correct.
- If you need cropping or deinterlacing adjustments, set them here (Telecide is often recommended for film-based NTSC sources).
Step 7 — Start encoding and monitor
- Begin the build process. SVCDbuilder will:
- Frameserve through AVS (if used)
- Run video encoding with your selected encoder
- Convert/mux audio
- Split output across CDs and create cue/bin or ISO image
- Monitor logs for errors. If encoder fails, try lowering bitrate or switching resize method (bicubic vs simple).
Step 8 — Create and burn image
- After conversion, SVCDbuilder will produce one BIN/CUE or ISO per disc (or a multi‑CD set).
- Open your burning tool (Nero, ImgBurn). Load the BIN/CUE or ISO for each disc and burn as Disc-at-Once (DAO) for best compatibility. Use high-quality media and a moderate burn speed.
Step 9 — Test on real hardware
- Test the burned SVCD in a standalone DVD player that supports SVCD. Verify video, audio sync, aspect ratio, and disc change points.
- If issues appear (audio pitch, wrong framerate, choppy playback), revisit settings: ensure audio sampling (44.1 kHz), correct frame rate (NTSC/PAL), and encoder profile are SVCD‑compliant.
Troubleshooting (common fixes)
- Audio out of sync: enable AVS audio resampling or re-run audio conversion at 44.1 kHz; check encoder pulldown settings.
- Playback incompatible on player: try burning as ISO9660 with proper mode, or reduce bitrate to be within SVCD spec for single CD.
- Bad split points: adjust split markers in SVCDbuilder, add a few seconds overlap or fade transitions.
Quick settings summary (recommended defaults)
- Video: MPEG‑2, SVCD profile, 480×480 (NTSC) / 480×576 (PAL)
- Frame rate: NTSC 29.97 fps, PAL 25 fps (match source appropriately)
- Audio: MPEG Layer II, 192–224 kbps, 44.1 kHz
- Encoder: TMPGEnc or CinemaCraft for best quality; FFmpeg for manual pipelines
- Burn: BIN/CUE or ISO, Disc‑At‑Once, CD‑R, moderate speed
Alternative (FFmpeg + manual authoring)
For users who prefer a modern free toolchain:
- Rip DVD to VOB or use HandBrake/MakeMKV to extract.
- Use FFmpeg to transcode video to MPEG‑2 with SVCD parameters and audio to MP2 at 44.1 kHz. Example commands should be adapted per source.
- Author SVCD with CDRTools or Nero (create proper .DAT files or CUE/BIN), then burn.
Final notes
- SVCD is an older format; compatibility varies by player. If consistent playback on modern devices is needed, consider creating DVD or MP4 files instead.
- Keep original backups; test one disc before batch burning.
If you want, I can provide exact TMPGEnc and FFmpeg command examples and a sample AVS script tuned for NTSC film-sourced DVDs.
Leave a Reply