Try http://www.videora.com/en-us/Converter/TiVo/ that should be able to convert most fo your video.
Not sure who you were addresssing the question to. But using gui2ffmpeg I set the output to be DVD, NTSC and ac3 audio (I have the DRT-800). I belive videora uses the ff2mpeg libraries and just sets the output values appropriately for Tivo.TSuellentrop said:what are the settings you use? I thought it had to be mpeg2? Maybe it does. I have no clue? HELP!
Holy crap!petew said:Not sure who you were addresssing the question to. But using gui2ffmpeg I set the output to be DVD, NTSC and ac3 audio (I have the DRT-800). I belive videora uses the ff2mpeg libraries and just sets the output values appropriately for Tivo.
gui4ffmpeg is actually just a GUI front end to ff2mpeg, you can generate the ff2mpeg command and then cut and paste it into a batch file for repeated use once you find a conversion that works. For 624x352 Xvid files I've been using:
"C:\gui4ffmpeg\ffmpeg.exe" -i %1 -hq -target ntsc-dvd -b 6000 -aspect 4:3 -s 720x408 -padtop 36 -padbottom 36 -acodec ac3 -ab 448 -ac 6 -mbd 2 -qmin 2 -async 1 -y %2