Hello
I shot a 3h30 MPEG video with my camcorder and would like to share it with friends. As they'll watch it on their computer, quality can be reduced and make upload/download faster.
I attached a screenshot of the codec infos per VLC. What would you recommend I change and using which Windows application?
Thank you.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Depends on how you want to share it with your friends, and whether quality is a high priority. Probably easiest to just do what Baldrick said: pass it through Handbrake and upload the resulting mp4 to youtube.
If you want to go more old school you could use, say, DVDFlick to make a DVD out of it. Beware that DVDFlick usually works, but its encoding settings aren't that great. -
Thanks for the tips.
I converted the original 10GB file into an MP4 file with the H264 video codec; The output generated by ffmpeg is down to 1.8GB while the output generated by VidCoder is 2.7GB.
Is there something I could try to further reduce the size significantly? -
Increase the constant quality setting under the video tab. Try around 25-30.
Or in vidcoder under settings->video set the exact target file size directly(use 2-pass for better quality but it's slower).
You could also lower the audio bitrate and convert to aac audio. -
Thanks for the tips. Using the default settings, the original 10GB file was compressed to 2.7GB by VidCoder and 2.2GB by Handbrake.
I ended up using ffmpeg with the following settings, which go the file down to a respectable 1GB:
Code:ffmpeg.exe -i input.mpg -c:v libx264 -b:v 900k -s 640x360 -strict experimental -c:a aac -ab 192k -ac 2 -ar 44100 -preset slower output.mp4
-
You can adjust same settings in both vidcoder and handbrake....but if you prefer command line tools then it doesn't matter what you use. Both are using x264 encoder.
-
Thanks for the info. I prefered to use a CLI so I could understand a bit more about what is being done.
Similar Threads
-
Recommended MPEG Streamclip settings for export to FCPX-friendly format?
By thetallest in forum MacReplies: 2Last Post: 5th Jun 2013, 14:44 -
Software to split 10GB Blu-Ray File for the PS3
By Euroconvert in forum Video ConversionReplies: 7Last Post: 2nd Jan 2011, 15:48 -
Best Ripbot settings for 1080p mkv? I'm thinking ~10gb should be enough?
By AndyD in forum Blu-ray RippingReplies: 20Last Post: 26th Aug 2010, 22:13 -
cut one MPEG file to many small mpeg file automatic
By Cazz in forum EditingReplies: 2Last Post: 8th Aug 2010, 11:11 -
Any recommended settings for TMPGencXpress color filter?
By Anonymous5394 in forum Newbie / General discussionsReplies: 0Last Post: 27th Mar 2010, 11:29