How do I extract the audio from a MP4 file as Opus?
+
Upload the MP4 file and we demux the audio track, then transcode it to Opus. There is no second video pass and no quality loss beyond what the Opus codec itself introduces.
If Opus is lossless (WAV, FLAC), every sample is preserved exactly. If Opus is lossy (MP3, AAC, OGG, Opus), the Opus codec recompresses — at 192 kbps this is transparent for almost all content. Recovering quality that was already gone in the MP4 source is impossible.
提取的Opus 是否保持原样本率?
+
By default yes — a 48 kHz audio track in MP4 becomes 48 kHz in Opus. If you need 44.1 kHz (CD-quality) for compatibility with older players, the advanced options expose a sample-rate dropdown that resamples with a high-quality filter.
Can I extract audio from multiple MP4 files to Opus in one batch?
+
Yes — drop a folder of MP4 files in and we extract audio in parallel. Pro users get more parallel workers; on a 50-file batch this is the difference between 90 seconds and 8 minutes.
-Opus文件是否将标有标题/艺术家/专辑?
+
If the MP4 container has chapter or stream metadata, we copy artist / title / album fields into the Opus container where the Opus format supports tags. Otherwise the Opus file is untagged — use a tag editor (Mp3tag, Picard) post-export for richer tags.
How long does extracting Opus from a MP4 file take?
+
Audio extraction is much faster than video re-encoding — typically 5-15% of source duration. A 1-hour MP4 -> Opus finishes in 3-9 minutes on the standard pipeline.
Can I extract just a section of the MP4 audio as Opus?
Silent gaps usually mean the MP4 file had a multi-track audio layout and we picked the wrong stream. Use the "audio stream" option to explicitly pick stream 0, 1, etc., or re-mux all streams to a multi-track Opus container where Opus supports it.
-Opus采掘器能否是立体/单/5.1?
+
Channel layout is preserved from MP4 by default — a 5.1 MP4 produces a 5.1 Opus where the codec supports it (AAC, FLAC, OGG, Opus). You can force stereo or mono via the channel-downmix option, which is useful for podcast workflow.
提取的 'Opus' 是否在iPhone / Android / car 立体声上播放?
+
MP3 随处可见。 AAC / M4A 在苹果和大多数Android上玩耍。 OGG / Opus 需要最近的iOS 玩家。 高级选项暴露了一个“ 设备” 预设, 选择最有可能在您的目标上玩的 Opus 代码 。