One hour .mkv file. I need to convert it to .mp4. It is hammering cpu and taking forever. I looks to me like the encoding is the same in .mkv is the same as it will be in .mp4, this should be a fast process. I am blind to something here. Can you explain why this conversion is so much work for my computer?
ffmpeg -i input.mkv -vcodec h264 -acodec aac output.mp4
The conversion was successful but seemed like too much work for the computer.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	Last edited by carlarogers; 14th Jun 2020 at 19:13. 
- 
	You're re-encoding the video and audio 
 
 It should be -vcodec copy , or -c:v copy for video
- 
	It's re-encoding, that's why it's taking a while. 
 If you really want to remux use the command as specifed here:
 https://forum.videohelp.com/threads/377229-Remux-mov-into-mkv-(with-ffmpeg-or-somethin...e)#post2434974
- 
	
- 
	
Similar Threads
- 
  MkvТоMp4 v0.224 - rapid tool for repack Mkv to Mp4By oreons in forum Video ConversionReplies: 808Last Post: 7th Mar 2022, 02:43
- 
  Colors warping/wrapping around on sides?By killerteengohan in forum RestorationReplies: 6Last Post: 11th Mar 2018, 21:28
- 
  Downloaded MPEG-PS Media clip stream from DRM site need help to mkv/mp4By Sunnyjism in forum Video Streaming DownloadingReplies: 1Last Post: 15th Jun 2017, 05:07
- 
  Which is easier to edit? DVD MPEG-2 or H.264 MP4?By digicube in forum Video ConversionReplies: 9Last Post: 5th Jun 2017, 16:12
- 
  Mp4 H.264 MPEG-4.By OldSchool297 in forum Video ConversionReplies: 1Last Post: 17th Mar 2017, 14:03


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
