User Tools

Site Tools


mov_to_.mp4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mov_to_.mp4 [2017/08/16 11:17] walkeradminmov_to_.mp4 [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 7: Line 7:
 \\  \\ 
 \\  \\ 
-This command only changes the container, it does not transcode the video/audio.+This command only changes the container, it does not transcode the video/audio. This is useful when you want to convert MKV files (which are mp4 anyway) to MP4 without transcoding and wasting loads of time. You may have to transcode the audio to make them compliant.
 \\  \\ 
 \\  \\ 
Line 25: Line 25:
  \\   \\ 
 It's important to get the files correct, initially I specified <color #ed1c24>.mpg</color> on the output and had pages and pages of errors, when I changed the output to <color #ed1c24>.mp4</color> it worked perfectly with 0 errros. It's important to get the files correct, initially I specified <color #ed1c24>.mpg</color> on the output and had pages and pages of errors, when I changed the output to <color #ed1c24>.mp4</color> it worked perfectly with 0 errros.
 +\\ 
 +\\ 
 +If you are getting juddery video you can try adding the -vsync 0 switch.
 +\\ 
 +\\ 
 +    ffmpeg.exe -i sourcefile.mov -vcodec h264 -b:v 300M -b:a 240K outputfile.mp4 -vsync 0
 \\  \\ 
 \\  \\ 
Line 112: Line 118:
 [libx264 @ 000000000065bb60] kb/s:307526.22 [libx264 @ 000000000065bb60] kb/s:307526.22
 </file> </file>
 +\\ 
 +---
 +\\ 
 +    ffmpeg -i /media/echrdux/Lexar/1_1UHD_4HD.ts -c copy -map i:0x3ea 1_1UHD_4HD_uhdstream.mp4
 +\\ 
 +\\ 
mov_to_.mp4.1502878633.txt.gz · Last modified: 2023/03/09 22:35 (external edit)