Hi everybody ...
I have a 1920*1080 resolution video (originally 4:3 ratio but not fitted in 16:9)
so i want to Crop this video with this values -- From Right side = 316 Pixels , Top = 110 Pixels, Left = 316 Pixels and Bottom = 0.
I DON'T WANT TO CHANGE ANYTHING MORE (NO SIZE , NO BITRATE AND AUDIO)
NEED FFMPEG COMMAND FOR THIS WORK...
+ Reply to Thread
Results 1 to 8 of 8
-
-
Try my clever FFmpeg-GUI. Load your file, set Video stream modify, set Resize, with crop detect, let detect your crop, control with show, and when it's fine click OK, done.
Set H.264 encoder, CRF 20, preset very fast, set Aspect Ratio 4:3, click convert.
When converting is done, click multiplex, set your new created video file as video source, your original video as audio source (the streams are selected automatically), set the audio language, click on multiplex.
Done. -
You can't. Re-encoding with a lossy encoder will always reduce quality. If you encode with good settings and with enough bitrate the reduction may not be very visible.
Another thing you can try, that won't reduce quality, is to use h264info to change the codecs internal cropping flags. But you'll have to demux the video to an elementary stream, make the changes, then remux. But h264info is a very old program and doesn't work well with some video.
And why do you want to crop anyway? If you're watching on a 16:9 display the player or display will put the black borders back when you watch.Last edited by jagabo; 16th Jun 2020 at 09:25.
-
-
-
You can also just tell your TV to not resize (stretch). DONE.
Scott
Similar Threads
-
FFmpeg is changing the frame rate to Variable when copying video?
By kkiller23 in forum Newbie / General discussionsReplies: 5Last Post: 1st Dec 2019, 13:14 -
changing bitrate on a movie
By foldbck123 in forum Newbie / General discussionsReplies: 27Last Post: 21st Apr 2019, 14:07 -
crop feature in ffmpeg
By batemanj in forum Video ConversionReplies: 5Last Post: 20th Feb 2019, 13:15 -
FFmpeg changing video ratio aspect
By jseo13579 in forum EditingReplies: 4Last Post: 18th Nov 2018, 00:18 -
changing audio bitrate
By natty in forum Newbie / General discussionsReplies: 6Last Post: 25th Jul 2016, 12:28