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

From OnnoWiki
Jump to navigation Jump to search
(Created page with " ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mkv")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mkv
 
  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==
 +
 +
* [[mp4: convert ke avi]]

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