On Ubuntu using ffmpeg (need to use this) trying to find a standard set of arguments to transcode a blu-ray movie to smaller resolutions using libx264 (need to use this). So 1080p to 720p, 480p, 360p.
I found the following:
ffmpeg -deinterlace -i "$IN" -acodec copy -vcodec libx264 -vpre medium -crf 25 -sws_flags lanczos -s hd720 -r 25
The file gets created with with the following but the bitrate looks way too small to me:
bitrate 1240 kb/s
Stream #0.0(und) Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAT 16:9], 1237 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
Is there documentation somewhere that would give me this information or does anyone have a command they have used before to get blu-ray quality in the transcoded file? I am very new to video so there may be an obvious answer and appreciate any help.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Drop your crf value. 25 is too high. I would probably go with 21 for HD content. I normally use 19 for SD transcodes and 21 for HD.
Similar Threads
-
720p source or downsize 1080p to 720p ?
By vcddude in forum Video ConversionReplies: 4Last Post: 19th May 2011, 18:40 -
help with ffmpeg args to convert .m4v to .m2v or .mpeg
By rhfritz in forum Video ConversionReplies: 3Last Post: 28th Apr 2011, 12:09 -
Shrinking 1080p MKV, change to 720p or keep as 1080p?
By Phat J in forum Video ConversionReplies: 5Last Post: 28th Nov 2010, 09:35 -
AutoMKV: 1080p or 720p MKV to smaller sized 720p MKV = choppy video!
By Quicky in forum Video ConversionReplies: 1Last Post: 12th Apr 2009, 19:23 -
When is 1080p too much and 720p more than enough.
By Ukrainianoiler in forum Newbie / General discussionsReplies: 21Last Post: 22nd Nov 2008, 15:38