Just tried with "-c:a copy" instead of "-c:a libfdk_aac -b:a 192k" and the
output actually got slightly bigger...
On Thursday, October 19, 2017 8:26:08 AM MDT, Kieran O Leary wrote:
Hi,
On Thu, Oct 19, 2017 at 2:33 PM, Andrey Goreev <aegor...@gmail.com> wrote:
ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac -b:a 192k -c:v libx264
-crf 23 -preset slow -map_metadata 0 [OUTPUT-FILE]
On a side note: I think the internal ffmpeg aac encoder might as good
if not better now than libfsk_aac, so you should be able to just use
-c:a aac instead. BUT is there a reason why you are increasing the
bitrate from 128kb/sec to 192kb/sec? You're just making the file
bigger. Why not just copy that stream instead with -c:a copy.
--
Thanks,
Andrey
_______________________________________________
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".