Convert MOD to VOB — Free Online Tool

Convert MOD camcorder footage to VOB format, re-encoding the MPEG-2 video stream with the mpeg2video codec and transcoding audio to AC3 — the native audio standard for DVD-Video. This is ideal for archiving JVC or Panasonic camcorder recordings in a DVD-compatible container that preserves the MPEG-2 video lineage.

FFmpeg Command

Copy this command to run the same conversion locally with FFmpeg on your desktop. Download FFmpeg

Free — no uploads, no signups. Your files never leave your browser.

Estimated output:

Conversion Complete!

Download

How It Works

MOD files from JVC and Panasonic camcorders store MPEG-2 video inside a modified MPEG-PS container. During conversion to VOB, the MPEG-2 video is re-encoded using FFmpeg's mpeg2video encoder to ensure strict DVD-Video compliance, rather than simply remuxed, because MOD's container structure and parameter set may not conform to DVD spec constraints on bitrate, GOP structure, and resolution. The audio, typically PCM or Dolby in the original MOD file, is transcoded to AC3 (Dolby Digital) at 192k — the standard audio codec for DVD-Video. The output is wrapped in a VOB container with the `-f vob` flag, producing a file structurally compatible with DVD authoring workflows.

What Each Flag Does

Flag What it does
ffmpeg Invokes the FFmpeg binary — the open-source multimedia processing engine that handles all decoding, encoding, and muxing for this MOD-to-VOB conversion.
-i input.mod Specifies the input file — a MOD file from a JVC or Panasonic camcorder containing MPEG-2 video in a modified MPEG-PS container. FFmpeg probes this file to detect the video and audio streams for processing.
-c:v mpeg2video Sets the video encoder to mpeg2video, re-encoding the MPEG-2 video from the MOD source into a DVD-Video-compliant MPEG-2 stream suitable for the VOB container.
-c:a ac3 Encodes the audio as AC3 (Dolby Digital), the standard and most universally supported audio codec in the DVD-Video specification, ensuring compatibility with virtually all DVD and Blu-ray players.
-q:v 4 Sets the MPEG-2 video quality using the quantizer scale, where 1 is highest quality and 31 is lowest. A value of 4 produces high-quality output appropriate for camcorder footage while keeping file sizes manageable.
-b:a 192k Sets the AC3 audio bitrate to 192 kilobits per second, a standard bitrate for stereo Dolby Digital audio on DVD that balances audio fidelity with file size.
-f vob Forces the output muxer to VOB (Video Object), explicitly overriding format detection so FFmpeg applies DVD-Video-specific MPEG-PS muxing rules rather than generic MPEG-PS, which is critical for downstream DVD authoring compatibility.
output.vob The output filename with the .vob extension, producing a Video Object file containing the re-encoded MPEG-2 video and AC3 audio ready for DVD authoring or direct playback in compatible media players.

Common Use Cases

  • Importing old JVC Everio or Panasonic SD camcorder footage into DVD authoring software like DVDStyler or Nero Vision, which require VOB-compliant MPEG-2 and AC3 audio.
  • Archiving family camcorder recordings from MOD-based cameras onto physical DVD discs for playback on standard DVD players.
  • Preparing MOD footage for editing in legacy video editing suites that accept VOB input but do not natively support the modified MPEG-PS container used by MOD files.
  • Consolidating a library of MOD clips from multiple camcorder sessions into a unified VOB format for long-term storage on DVD-R media.
  • Converting MOD recordings to VOB so they can be played back on set-top DVD players or Blu-ray players with DVD disc compatibility, without requiring a computer.
  • Migrating camcorder footage stored on HDD-based camcorders into a DVD-Video-compatible format before the original storage media fails.

Frequently Asked Questions

There is some generation loss because the MPEG-2 video in the MOD file must be decoded and re-encoded rather than passthrough-copied, since MOD's container parameters don't guarantee DVD-Video compliance. However, using the default `-q:v 4` setting (on a scale of 1–31 where lower is better) produces high-quality output that is visually very close to the source. The AC3 audio transcode at 192k is also high quality for stereo camcorder audio. The quality loss is minimal for typical camcorder footage at standard resolutions like 720×480 or 720×576.
The VOB file produced contains DVD-compatible MPEG-2 video and AC3 audio, but a bare VOB file is not a complete DVD-Video structure on its own. To burn a playable DVD, you need to author it using software like DVDStyler, HandBrake (with DVD authoring), or ImgBurn, which will create the required VIDEO_TS folder structure including IFO and BUP files alongside the VOB. The converted VOB serves as the correct input asset for that authoring step.
AC3 (Dolby Digital) is the mandatory and most universally supported audio codec in the DVD-Video specification, and all compliant DVD players are required to decode it. VOB files technically support other audio formats like LPCM and DTS, but AC3 ensures the widest hardware compatibility. MOD camcorders typically record Dolby Digital or PCM audio that must be remapped into the VOB container's AC3 stream regardless, so transcoding to AC3 at 192k is the appropriate and practical choice.
The `-q:v 4` flag controls video quality using MPEG-2's quantizer scale, where 1 is the highest quality (largest file) and 31 is the lowest. To increase quality, lower the number — for example, use `-q:v 2` for near-maximum quality at the cost of a larger file. For smaller files where some quality loss is acceptable, try `-q:v 8` or higher. DVD-Video players generally expect bitrates within certain bounds, so extremely low quality values (very high bitrate) may cause compatibility issues on some hardware players.
Yes. On Linux or macOS, you can run a shell loop: `for f in *.MOD; do ffmpeg -i "$f" -c:v mpeg2video -c:a ac3 -q:v 4 -b:a 192k -f vob "${f%.MOD}.vob"; done`. On Windows Command Prompt, use: `for %f in (*.MOD) do ffmpeg -i "%f" -c:v mpeg2video -c:a ac3 -q:v 4 -b:a 192k -f vob "%~nf.vob"`. This is especially useful for processing entire camcorder sessions where recordings are split across many MOD files.
Some MOD files from older JVC and Panasonic camcorders are not automatically detected by FFmpeg because the format probe can be confused by the non-standard container header. You can force format detection by adding `-f mpeg` before the input: `ffmpeg -f mpeg -i input.mod -c:v mpeg2video -c:a ac3 -q:v 4 -b:a 192k -f vob output.vob`. This tells FFmpeg to treat the input as an MPEG-PS stream, which is the underlying structure of MOD files.

Technical Notes

MOD is a proprietary variant of MPEG-PS used by JVC (Everio series) and Panasonic camcorders, and while its video payload is standard MPEG-2, the container wrapping does not conform to the DVD-Video specification in terms of GOP size constraints, stream multiplexing parameters, and PES packet structure. This means a simple container remux is insufficient — the video must be re-encoded with `mpeg2video` to produce a fully conformant DVD-Video MPEG-2 stream. The `-f vob` flag explicitly sets the output muxer to VOB rather than relying on extension detection, which is important because VOB is technically MPEG-PS with DVD-specific constraints. VOB supports multiple audio tracks and subtitle streams, but this conversion maps only the primary audio track from the MOD source; if your camcorder recorded dual-channel audio (e.g., wind-cut and main mic as separate tracks), you would need to add explicit `-map` flags to include them. File sizes for VOB output are typically comparable to or slightly larger than the source MOD, as the MPEG-2 quantizer scale at `-q:v 4` targets quality rather than a fixed bitrate. Metadata fields present in the MOD file (such as recording date embedded in the container) are not preserved in the VOB output, as VOB does not support general-purpose metadata tags in the way that MP4 or MKV containers do.

Related Tools