Re: [FFmpeg-user] why reducing the resolution a percentage doesn't reduce the video the same proportion?

2023-03-14 Thread Natalia Molinero Mingorance
nderstood, the resolution in terms of pixels does not > compute to output file size (Unless you work uncompressed of course.) > > > P > >On Tuesday, 14 March 2023 at 09:37:36 GMT, Natalia Molinero > Mingorance eng.nataliamolin...@gmail.com>> wrote: > > > >

Re: [FFmpeg-user] why reducing the resolution a percentage doesn't reduce the video the same proportion?

2023-03-14 Thread Natalia Molinero Mingorance
yes, I removed the "-r", sorry. but, by reducing the resolution, the size is also reduced somehow proportionally. El mar, 14 mar 2023 a las 13:31, Michael Koch () escribió: > Am 14.03.2023 um 10:37 schrieb Natalia Molinero Mingorance: > > I'm using this command: > >

[FFmpeg-user] why reducing the resolution a percentage doesn't reduce the video the same proportion?

2023-03-14 Thread Natalia Molinero Mingorance
I'm using this command: -y -r -i $inVideoUri -movflags faststart -c:v libx265 -s $videoResolution -c:a copy -preset ultrafast $outPutUri" However, if "videoResolution" is a 50% of the original video resolution, the resulting file size is not 50% of the original one. I assume there are some