How do I extract the audio from a MP4 file as MP2?
+
Upload the MP4 file and we demux the audio track, then transcode to MP2. There is no second video pass and no quality loss beyond the MP2 codec itself.
By default yes — a 48 kHz audio track in MP4 becomes 48 kHz in MP2. If you need 44.1 kHz (CD-quality) for compatibility with older players, the advanced options include a sample-rate dropdown.
Can I extract audio from multiple MP4 files to MP2 in one batch?
+
Yes — drop a folder of MP4 files in and we extract audio in parallel. Premium users get more parallel workers; on a 50-file batch this is the difference between 90 seconds and 8 minutes.
-MP2文件是否会标注标题/艺术家/专辑?
+
If the MP4 file has chapter or stream metadata, we copy artist / title / album fields into the MP2 container. Otherwise the MP2 file is untagged — use a tag editor (Mp3tag, Picard) post-export if you need richer tags.
How long does extracting MP2 from a MP4 file take?
+
Audio extraction is much faster than video re-encoding — typically 5-15% of the source duration. A 1-hour MP4 → MP2 finishes in 3-9 minutes on the standard pipeline.
Can I extract just a section of the MP4 audio as MP2?
Silent gaps usually mean the MP4 file had a multi-track audio layout and we picked the wrong stream. Use the advanced "audio stream" option to explicitly pick stream 0, 1, etc., or re-mux all streams to a multi-track MP2 container if MP2 supports it.
·MP2 提取法能否是立体/ 单/ 5.1?
+
Channel layout is preserved from MP4 by default — a 5.1 MP4 produces a 5.1 MP2 where the codec supports it (AAC, FLAC, OGG). You can force stereo or mono via the channel-downmix option, useful for podcast workflow.