-
Hi, when it comes to merging the streams into one mkv container, ffmpeg already does a decent job. But I did not find out how to finetune the settings to better fit my needs when it e.g. comes to bitrate etc. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Its So a full command could be: $ crunchy-cli download --ffmpeg-preset="-c:v h264_amf -preset fast -b:v 3000k" https://www.crunchyroll.com/watch/GRDKJZ81Y/alone-and-lonesome |
Beta Was this translation helpful? Give feedback.
Its
--ffmpeg-preset="-c:v h264_amf -preset fast -b:v 3000k"
So a full command could be:
$ crunchy-cli download --ffmpeg-preset="-c:v h264_amf -preset fast -b:v 3000k" https://www.crunchyroll.com/watch/GRDKJZ81Y/alone-and-lonesome