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

From OnnoWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
  
  ffmpeg -i input_video.avi -f matroska -vcodec libx264 -acodec libvorbis output_video.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