What is OPUS format?
How to convert OPUS audio of MP4/WEBM/MKV to MP3/AC3 without re-encoding video?
Thanks.
+ Reply to Thread
Results 1 to 4 of 4
-
Sword is no substitute for kitchen-knife.
-
You may use the command line tool ffmpeg
ffmpeg -i "video.mkv" -c:v copy -c:a aac "video_new.mkv"
ffmpeg -i "video.mkv" -c:v copy "video_new.mp4"
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.
-
Found solution here https://forum.videohelp.com/threads/386028-FFmpeg-Batch-for-Windows#post2505910
Sword is no substitute for kitchen-knife.
Similar Threads
-
FREE converter WEBM to MPG, MP4, etc.?
By RowRowYourBoat in forum Video ConversionReplies: 5Last Post: 31st Jul 2017, 18:30 -
Audio lost in Handbrake during conversion from .webm to .mp4 format
By Cruisecontrol in forum Video ConversionReplies: 13Last Post: 19th Sep 2016, 16:15 -
Webm to Mp4 encoding color problem
By Gigi1303 in forum Newbie / General discussionsReplies: 3Last Post: 24th May 2016, 07:34 -
Going from .webm to .mp4
By snafubaby in forum Video ConversionReplies: 9Last Post: 20th Jul 2013, 07:35 -
(Mp4, AACv2, MKV, Webm, Theora) Drag Drop Convert GUI Update v 1.2.0.0
By richter03 in forum Video ConversionReplies: 11Last Post: 21st Apr 2013, 05:35