[vdr] reccmds.conf

2009-05-12 Thread martinez
Could somebody post a working reccmds.conf I want to convert a .ts recording to .avi (xvid) so I have added a line to reccmds.conf like this: Convert to AVI: ffmpeg -r 29.97 -croptop 58 -cropbottom 62 -vcodec libxvid -vtag XVID -s 640x272 -aspect 2.35 -maxrate 1800k -b 1500k -qmin 3

Re: [vdr] reccmds.conf

2009-05-12 Thread VDR User
You probably don't want to force aspect ratio unless you don't care about possibly breaking it. Also, forcing a maxbitrate and then using quantizer is totally pointless. Stick with just a max quantizer only, no minimum and no bitrate limits. Better yet, since that command line is horrible I'd