Hello Everyone,

I am using this  below ffmpeg command for giving the mirror effect in the video 
output file :

ffmpeg -i <video input file> -pix_fmt yuv420p -vf "hflip" -metadata:s:v 
rotate=180 <video output file>

size of video input file is 3.0 M and
size of video output file is 1.5M

Here size of video output file decreases after giving mirror effect. And rest 
of the things remains same for example resolution remains the same. So can 
anyone tell me that why the size of video output file is changing?
And  what steps I need to follow for mirror effect to keep the size of the 
output file  same as that of the input file.

Please guide me with the  proper steps.

Thanking you.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to