I'm trying to render a feature film for Amazon Video Direct using Final Cut Pro's QuickTime conversion. One of the formats Amazon accepts is H264 but not contained in a MOV wrapper. Does that mean that the file extension cannot end in .mov? Amazon supports MP4 but I'm just not sure if that can even be done with QuickTime conversion.
I wish Amazon provided instructions on how to render with Final Cut Pro. They just provide general guidelines here https://videodirect.amazon.com/home/help?topicId=201979120&ref_=avd_sup_201979120
"H.264 video in MOV wrappers aren’t supported"
+ Reply to Thread
Results 1 to 8 of 8
-
-
Does that mean that the file extension cannot end in .mov?
Remux it with
Code:ffmpeg -i MyVideo.mov -c copy MyVideo.mp4
-
[QUOTE=videobruger;2456930]
Remux it with
Code:ffmpeg -i MyVideo.mov -c copy MyVideo.mp4
-
Great! I will download that software.
So you're saying that I can export my H264 file from Final Cut Pro even though it renders it in . MOV extension, then just use that command line program to fix it? -
I found a YouTube tutorial on how to use this program. https://www.youtube.com/watch?v=MPV7JXTWPWI This guy does a great job explaining how to use the program.
1 more stupid question... Is the .mp4 file extension essentially the same as "MPEG"?Last edited by TailG8R; 22nd Aug 2016 at 16:56.
Similar Threads
-
Mov (PNG) Video to h.264 or another codec
By Computerman1 in forum Video ConversionReplies: 6Last Post: 20th Apr 2016, 02:22 -
.MOV/H.264 video recovery
By Avi.R in forum ComputerReplies: 3Last Post: 15th Jan 2015, 08:32 -
SolveigMM Video Splitter 3 Release. AVC/264, MOV, MKV, MP4 on board
By DmitryV in forum Latest Video NewsReplies: 0Last Post: 1st Feb 2012, 10:42 -
Machete 3.8 is released - MOV (Apple QuickTime) format now supported
By MacheteSoft in forum Latest Video NewsReplies: 0Last Post: 7th Dec 2011, 12:18 -
Newbie Question - H.264 MOV -> Playable HD Format ???
By Rake in forum Newbie / General discussionsReplies: 2Last Post: 6th Dec 2011, 06:31