Anssi Kolehmainen wrote:
No need to worry, there is a linux solution!
First demux vdr recording with ProjectX (and you can cut it there also). Then remux resulting files with 'mplex -f 8 -V -o tmp.mpg demux.m2v demux.mpa'. Resulting file is standard MPEG-2 stream which should play in just about any player. Finally just convert the file to 3gp with ffmpeg. I don't remember the exact command line parameters I used but something like: 'ffmpeg -i tmp.mpg -hq -ab 32 -acodec aac -b 200 -s qcif video.3gp'. 3gp compressed video takes about 100mb/h (with qcif resolution). sqif is enough for phones with smaller displays.
...and then all this integrated to plugin like wapd (of course a xhtml-lite version and streaming the current channel to the phone :-)
René