rumpumpel1
24th May 2010, 16:34
I'm shrinking my blu-rays with the following command:
ffmpeg -i BD.m2ts -an -sn -vcodec libx264 -b 14000kb -crf 15 -vpre libx264-hq -threads 0 -f mpegts out.ts
After this audio and subtitles are added with tsMuxeR. The result is ok. The question is: why is the resulting video bitrate so different although I'm using always the same parameters. For Coraline I got a video-bitrate of 16000 kb/s (even more than I specified) whereas for Up I got only 9460 kb/s.
Does this mean the quality is different ? (there is no visible difference)
If so, do I have to adapt everytime the crf-paramter ?
ffmpeg -i BD.m2ts -an -sn -vcodec libx264 -b 14000kb -crf 15 -vpre libx264-hq -threads 0 -f mpegts out.ts
After this audio and subtitles are added with tsMuxeR. The result is ok. The question is: why is the resulting video bitrate so different although I'm using always the same parameters. For Coraline I got a video-bitrate of 16000 kb/s (even more than I specified) whereas for Up I got only 9460 kb/s.
Does this mean the quality is different ? (there is no visible difference)
If so, do I have to adapt everytime the crf-paramter ?