seandarcy
30th April 2011, 03:45
I'm putting a series of older school plays up on blip.tv. Some are from vhs, others are dv's from a consumer camcorder.
ffprobe Play2005.dv
.........
Input #0, dv, from 'Play2005.dv':
Duration: 00:04:51.55, start: 0.000000, bitrate: 28771 kb/s
Stream #0.0: Video: dvvideo, yuv411p, 720x480, 28771 kb/s, PAR 8:9
I've been using:
ffmpeg -i $INPUT -an -vcodec libx264 -level 30 -preset slower -tune film \
-bufsize 10000000 -maxrate 10000000 -b 1200k -threads 0 out.m4v
But blip.tv suggests:
Video Codec: H.264
Video Bitrate: 3.5Mbps - 5.0Mbps
This seems a huge bitrate to me for my type of input. Would tripling the bitrate really make a difference? I can't see it, but I've only got my monitor.
I guess what you'd really need to do is display both the original and the 264 on a large screen. Has anybody done this? Could you point me to anyone who has tried to evaluate bitrates?
Thanks,
sean
ffprobe Play2005.dv
.........
Input #0, dv, from 'Play2005.dv':
Duration: 00:04:51.55, start: 0.000000, bitrate: 28771 kb/s
Stream #0.0: Video: dvvideo, yuv411p, 720x480, 28771 kb/s, PAR 8:9
I've been using:
ffmpeg -i $INPUT -an -vcodec libx264 -level 30 -preset slower -tune film \
-bufsize 10000000 -maxrate 10000000 -b 1200k -threads 0 out.m4v
But blip.tv suggests:
Video Codec: H.264
Video Bitrate: 3.5Mbps - 5.0Mbps
This seems a huge bitrate to me for my type of input. Would tripling the bitrate really make a difference? I can't see it, but I've only got my monitor.
I guess what you'd really need to do is display both the original and the 264 on a large screen. Has anybody done this? Could you point me to anyone who has tried to evaluate bitrates?
Thanks,
sean