VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. What is OPUS format?

    How to convert OPUS audio of MP4/WEBM/MKV to MP3/AC3 without re-encoding video?

    Thanks.
    Sword is no substitute for kitchen-knife.
    Quote Quote  
  2. You may use the command line tool ffmpeg
    ffmpeg -i "video.mkv" -c:v copy -c:a aac "video_new.mkv"
    or
    ffmpeg -i "video.mkv" -c:v copy "video_new.mp4"
    since ffmpeg assumes aac audio for mp4 container.

    You may use MeGUI one-click encoding and under Advanced Config check "Don't Encode Video" and set your audio options.

    You may use Hybrid encoder and select "passthrough" for video and custom for audio, then set the audio options on the audio tab.
    Last edited by blud7; 29th Dec 2017 at 01:52.
    Quote Quote  
  3. Thanks.

    Could not make Hybrid work for me.

    Will try batch conversion via ffmpeg. I think I there is a thread on this Forum.
    Sword is no substitute for kitchen-knife.
    Quote Quote  
  4. Sword is no substitute for kitchen-knife.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!