Created
March 30, 2020 04:54
-
-
Save palashkulsh/2329387151837a052ff2cdb0f94981f1 to your computer and use it in GitHub Desktop.
convert video audio format using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i Good.Newwz.2019.Hindi.720p.HDRip.x264.mkv -acodec aac -filter_complex "channelmap=map=FL-FL|FR-FR|FC-FC|LFE-LFE|SL-BL|SR-BR:channel_layout=5.1" -vcodec copy new_Goodnews.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just change mkv to mp4
ffmpeg -i LostInTranslation.mkv -codec copy LostInTranslation.mp4