Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Michael Koch
Am 05.10.2021 um 08:33 schrieb Shailesh kumar Dangi via ffmpeg-user: Hi, Please find below as an attachment. In the attachment input command and output, the console is there. Actual Input what i am using ffmpeg -y -i original.mov -b:v 4.5M -map_metadata 0:s:0 -c:v libx264 -preset superfast -tune

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Shailesh kumar Dangi via ffmpeg-user
Hi, Please find below as an attachment. In the attachment input command and output, the console is there. Actual Input what i am using ffmpeg -y -i original.mov -b:v 4.5M -map_metadata 0:s:0 -c:v libx264 -preset superfast -tune film -ac 2 -c:a aac -maxrate 4M -bufsize 3M -strict -2 -f mp4 client.m

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Michael Koch
Am 05.10.2021 um 08:03 schrieb Shailesh kumar Dangi via ffmpeg-user: Thanks, Micheal Here is the command, I am using to reduce the bitrate. ffmpeg -y -i original.MOV -b:v 4.5M -map_metadata 0:s:0 -c:v libx264 -preset superfast -tune film -ac 2 -c:a aac -maxrate 4M -bufsize 3M -strict -2 -vf sca

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Shailesh kumar Dangi via ffmpeg-user
Thanks, Micheal Here is the command, I am using to reduce the bitrate. ffmpeg -y -i original.MOV -b:v 4.5M -map_metadata 0:s:0 -c:v libx264 -preset superfast -tune film -ac 2 -c:a aac -maxrate 4M -bufsize 3M -strict -2 -vf scale=iw:ih -f mp4 output1.mp4 On Tue, Oct 5, 2021 at 11:31 AM Shailesh k

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Shailesh kumar Dangi via ffmpeg-user
Thanks, Archana. I am having a doubt. I want to remove the black area of the video as I mentioned above-left side and right side black area. Does FFMPEG have any command for that? On Tue, Oct 5, 2021 at 11:14 AM Archana Raghupathy wrote: > There is an option in crop command to maintain AR in ou

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Michael Koch
Am 05.10.2021 um 07:27 schrieb Shailesh kumar Dangi via ffmpeg-user: Hi Team, This is Shailesh Kumar Dangi, Working on Maventus Group Inc. I am using FFMPEG for video compression for bitrate reduction and I want to be the same aspect ratio as the original video aspect ratio. I am facing a proble

Re: [FFmpeg-user] Regarding video compression

2021-10-04 Thread Archana Raghupathy
There is an option in crop command to maintain AR in output video. *keep_aspectIf set to 1 will force the output display aspect ratio to be the same of the input, by changing the output sample aspect ratio. It defaults to 0.* https://ffmpeg.org/ffmpeg-all.html#crop On Tue, 5 Oct 2021 at 10:57,

[FFmpeg-user] Regarding video compression

2021-10-04 Thread Shailesh kumar Dangi via ffmpeg-user
Hi Team, This is Shailesh Kumar Dangi, Working on Maventus Group Inc. I am using FFMPEG for video compression for bitrate reduction and I want to be the same aspect ratio as the original video aspect ratio. I am facing a problem with the video. Which is having some black space from the left and ri