Initializing... drag & drop files here
Supports: DV
This page pulls the soundtrack out of a .dv file — a MiniDV, DVCAM, Digital8, or DVCPRO tape transfer — and saves it as a standalone .opus file. The picture is discarded; only the audio comes back. DV is unusually good raw material for this, because DV never compressed its audio: the tape holds 16-bit linear PCM at 48 kHz (or four 12-bit channels at 32 kHz in the alternate mode), so the Opus you get is a single, clean, first-generation lossy encode rather than a lossy-on-lossy stack. That makes it a tidy way to rescue interviews, recitals, lectures, and family-video sound from a tape transfer and store hours of it in a few tens of megabytes.
.dv stream and a DV-in-AVI or DV-in-QuickTime capture all decode here, and you can queue several captures to run with the same settings.HH:MM:SS.sss so you can lift one passage out of a long reel..opus file, or grab a batch as a ZIP. No sign-up, no watermark.The Audio Codec group on this page has exactly one entry, Opus, because that is the only codec a .opus file can carry. Everything that shapes the result therefore happens under File Compression, and the default is worth understanding before you accept it.
Opus does not encode at arbitrary sample rates. The codec accepts 8, 12, 16, 24, and 48 kHz, and this converter snaps whatever you request to the nearest one it supports before encoding — so some entries in the dropdown do not survive intact.
| You select | DV source rate | What the .opus file ends up at |
Notes |
|---|---|---|---|
| Original | 48 kHz (16-bit stereo mode) | 48 kHz | The normal case; nothing is resampled |
| Original | 32 kHz (12-bit four-channel mode) | 48 kHz | Snapped up; no detail is added, none is lost |
| 48000 Hz | any | 48 kHz | Explicit match for a standard DV tape |
| 44100 Hz | any | 48 kHz | Snapped — 44.1 kHz is not a valid Opus rate |
| 24000 Hz | any | 24 kHz | Fine for speech, halves the encoded bandwidth |
| 16000 / 12000 / 8000 Hz | any | as selected | Telephone-grade; speech only |
| Property | Opus | MP3 | WAV (PCM) |
|---|---|---|---|
| Standard | IETF RFC 6716 (September 2012) | ISO/IEC MPEG-1/2 Audio Layer III (1993) | Microsoft/IBM RIFF (1991) |
| Compression | Lossy (SILK speech + CELT music engines) | Lossy (MDCT subband) | None — raw samples |
| Useful bitrate range | 6–510 kbps | 32–320 kbps | fixed by rate × depth × channels |
| Transparent for music at about | 128 kbps | 192–256 kbps | always (it is the source) |
| Speech at 32–64 kbps | Excellent | Usable, noticeably weaker | Not applicable |
| Size of a 3-minute DV soundtrack | a few MB | a few MB | roughly 33 MB at 16-bit/48 kHz stereo |
| Playback on 2000s-era hardware | Patchy | Near-universal | Near-universal |
| Licensing | Royalty-free, open | Patents expired | Open |
| Pick it when | You want small modern files for the web or an archive index | You need it to play on anything | You want a bit-exact preservation master |
No. This is an audio extraction: the picture is decoded, discarded, and never written to the output. What you download is an audio-only .opus file. If you want the moving image as well, convert the whole clip with DV to MP4 or DV to WebM instead — both carry the soundtrack alongside the video.
You lose some, but you are starting from the best possible source. DV stores uncompressed linear PCM — the standard high-quality mode is 16-bit stereo at 48 kHz, and the alternate mode is four nonlinear 12-bit channels at 32 kHz — so nothing has been through a lossy encoder before now. That makes the Opus file a clean first-generation encode rather than a re-compression of something already damaged. At 96–128 kbps the result is transparent to most listeners. If you want zero loss, extract to DV to WAV, which copies the samples instead of encoding them.
Because 44.1 kHz is not a sample rate Opus can encode. The codec's internal clock runs at 48 kHz and it accepts input at 8, 12, 16, 24, or 48 kHz only; anything else has to be resampled first. We checked this directly against the encoder: handed a 44,100 Hz stream with no resampling, libopus rejects it outright and writes nothing. Rather than fail the job, this converter snaps your request to the nearest rate the codec supports, which from 44.1 kHz is always 48 kHz. Since DV tapes were recorded at 48 kHz or 32 kHz in the first place, the practical effect on a camcorder capture is nil.
The Quality Preset dropdown opens on Highest, and the preset scale maps to a percentage of the codec's supported bitrate range rather than to a fixed number. For Opus that range tops out near half a megabit per second, so Highest produces a much larger file than a standard-definition camcorder soundtrack warrants. For most tape transfers, High or Medium — or 96–128 kbps typed into Custom Bitrate — is the better setting, and you will not hear the difference.
Not as four separate tracks. The 12-bit mode carries two stereo pairs at 32 kHz, often a camera-mic pair plus a narration or dubbed pair added later. This converter outputs the primary stereo pair, downmixed or passed through according to your Audio Channel setting; separating both pairs needs a dedicated multi-track DV demuxer. If you only need one pair, this is fine — if you need both, demux first and convert each pair separately.
.opus file play on my phone, car stereo, and browser?On anything current, yes; on 2000s-era hardware, often not. Every current desktop browser decodes Opus, and so do current Android and iOS releases — Android plays it inside .ogg, .mkv, and .webm on older versions and handles the bare .opus file on recent ones. The reliable failure cases are older car head units, DLNA receivers, and smart TVs from before Opus became common. When the target is a device you cannot update, DV to MP3 is the safer choice.
Opus is the better codec at every bitrate that matters, and it is royalty-free; MP3 is the better bet when compatibility is the whole point. A useful rule: Opus for anything you will play on a computer, phone, or website, and for archives where storage matters; DV to MP3 for a CD-era car stereo, an old MP3 player, or a file you are handing to someone whose setup you cannot check. For a preservation master, skip both and take the DV to WAV route.
Yes, but plan for the upload. A raw DV stream runs at a fixed rate of roughly 3.6 MB per second — about 13 GB per hour of tape — whether the shot is a static wall or a football match, because DV compresses every frame independently at a constant bitrate. There is no per-file cap here, so the real constraint is how long your connection takes to push those gigabytes. The Trim control limits what gets encoded but not what gets uploaded, so if you only want one passage from a long reel, cutting the file down before you send it is the only thing that shortens the transfer.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours later — no sign-up, no watermark, never shared or made public. The .opus file you download is a plain Opus-in-Ogg audio file with no tracking or licence hooks attached to it.