Offspring2099
19th December 2009, 07:39
Hello,
I'm trying to encode my ts stream from series 3 tivo to a mp4 with h.264 codec.
Here is my command:
c:/xtivo/ffmpeg/bin/ffmpeg.exe -i c:/xtivo/file_in.ts -y -ab 128k -acodec libfaac -f mp4 -vcodec libx264 -s 1280x720 -b 2800k -bt 300k -r 30000/1001 -vframes 300 c:/xtivo/file_out.mp4
I'm setting the bitrate to 2800k, but after the encoding GSpot tells me that the video(file_out.mp4) is at approx. 5300k.
Am I doing something wrong?
I'm trying to encode my ts stream from series 3 tivo to a mp4 with h.264 codec.
Here is my command:
c:/xtivo/ffmpeg/bin/ffmpeg.exe -i c:/xtivo/file_in.ts -y -ab 128k -acodec libfaac -f mp4 -vcodec libx264 -s 1280x720 -b 2800k -bt 300k -r 30000/1001 -vframes 300 c:/xtivo/file_out.mp4
I'm setting the bitrate to 2800k, but after the encoding GSpot tells me that the video(file_out.mp4) is at approx. 5300k.
Am I doing something wrong?