[FFmpeg-user] Fast Conversion with compressed size and maintain Quality
NDJORE BORIS
ndjoreboris at gmail.com
Tue Feb 12 20:01:34 EET 2019
Le 12 févr. 2019 4:28 PM, "AMIT KUMAR" <amitksoft8 at gmail.com> a écrit :
Hi,
I have a Mp4 file whose size is 235 MB but i need to compress and
Maintain quality and convert without taking too much time.
But when i use this command to create that all thing they are taking 4
to 5 min time and quality is very low whereas the size is compressed (It
becomes 32 Mb).
So, can any one help me to perform this operation.
1). "-i 503148_inn.mp4 -codec:a copy -vcodec libx264 -crf 24 503148.mp4"
2). "-i 503148_inn.mp4 -codec:a copy -preset ultrafast -vcodec h264 -b:v
1000k -acodec mp3 503148.mp4"
whereas i am sending the file URL where you all are download and test the
file.
Please help me its very very urgent for me.Thanks in advance.
https://drive.google.com/file/d/1GMyHHpz5QOzDM0rNBGHkiz_mw4OE-0LD/view?
usp=sharing
Thanks & Regards
Amit Kumar
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
Hello,
You can use "-qscale 0" or "-q:a" option to maintain the quality.
Regards
More information about the ffmpeg-user
mailing list