2010-02-05, 04:48 AM
I'm not sure what part of the forum to post this hardware might be more appropriate.
I analyzed my mpg files that get recorded they are 720x480, my output from my cable box is just standard analog. Is this coming from my card like this in mpg2 format? The files are huge for a NTSC signal. I'm working on conversion down to 480x270 keeping the aspect ratio and changing bit rate to vbr.
1. I have question I always have some black on the left and right sides. Not as much when viewing a 16x9 video, but a lot in pillerbox. Does anybody know how many pixels I can strip off the sides during the ffmpeg conversion. I can trial and error it but that will take forever.
2. I've added the following code to config.xml, I want avi file but gb-pvr is passing an mpg extension to the destination file. This caused me problems until I figured it out. Now I copy the file in the gb-pvr directory and use it for conversion since you can't have the same input and output files. ffmpeg croaks.
I analyzed my mpg files that get recorded they are 720x480, my output from my cable box is just standard analog. Is this coming from my card like this in mpg2 format? The files are huge for a NTSC signal. I'm working on conversion down to 480x270 keeping the aspect ratio and changing bit rate to vbr.
1. I have question I always have some black on the left and right sides. Not as much when viewing a 16x9 video, but a lot in pillerbox. Does anybody know how many pixels I can strip off the sides during the ffmpeg conversion. I can trial and error it but that will take forever.
2. I've added the following code to config.xml, I want avi file but gb-pvr is passing an mpg extension to the destination file. This caused me problems until I figured it out. Now I copy the file in the gb-pvr directory and use it for conversion since you can't have the same input and output files. ffmpeg croaks.
Code:
<Conversion name="Divx 2-passanalog" exe="Divx2passanalog.bat" cmd="{SOURCE_FILE} {DEST_FILE}" targetExtension=".avi" />