My client is attending a tradeshow for which I will provide and setup the equipment. They provide their marketing video. Given the current equipment we have, we find that the best arrangement is for our clients to create their marketing video in .MP4 format. The success and ease of playback on our Samsung TVs through the USB port is 100% successful using .MP4's. Unfortunately, the client provided their video in .MOV format. They posted their file to DropBox for me and left town and can't correct it on their end at this point. I tried to convert the file myself using a software converter called EaseFab Video Converter. The process worked fine, however, the file size went from 2.9GB down to 94MB. I can't afford quality degradation, since the playback needs to be sharp on a 42" TV. Suggestions please on how to remedy this or suggest a different method to convert the file?? Thank you
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try this ffmpeg command line:
Code:ffmpeg -i "your-video.mov" -c:v copy -c:a copy "your-video.mp4"
If you are allergic to the command prompt, get Xmedia Recode (here's a short guide) and select "copy" mode.
Again, it might work. If not, please post the error message.
(If your MOV's video or audio streams are incompatible with MP4, you'll get an error. We'll advise on the best way forward if that happens) -
Do you have the TV to test? I've seen .mov files start working on Samsung TVs simply by renaming the file extension to .mp4 without any actual conversion (given that the mov is H.264+AAC).
-
It would have been a great help if you'd told us the video and audio details within the MOV file.
Similar Threads
-
Convert DVD main feature to video file without transcoding/losing quality?
By kingmustard123 in forum DVD RippingReplies: 1Last Post: 18th Jul 2016, 21:19 -
WMM 2012 / mpg4 & mov files / publish without losing quality
By Are We There Yet in forum Newbie / General discussionsReplies: 4Last Post: 12th Apr 2014, 16:27 -
Best video converter for converting .mov without losing quality?
By sk8erboi in forum Video ConversionReplies: 1Last Post: 6th Nov 2012, 04:12 -
Need to make a mov file smaller without losing its video quality
By shesterz in forum MacReplies: 4Last Post: 28th Jun 2012, 07:30 -
convert "file type:file" to mp4
By ghola in forum Video ConversionReplies: 5Last Post: 3rd Mar 2012, 09:43