Difference between revisions of "Mkv: convert mp4 ke mkv"

From OnnoWiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 07:20, 30 July 2019


ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mkv


ffmpeg -i input_video.mp4 -f matroska -vcodec libx264 -acodec libvorbis output_video.mkv


Pranala Menarik