Transcoding for N810
Posted: Tue May 19, 2009 2:49 pm
So I know you guys mentioned that you'd talk about how you transcode your recordings for your N800 in a future show, but that doesn't help me now. 
I think I've finally got the right ffmpeg command setup in a user job now, but it'd be really nice if I could also do like you mentioned and setup an rss feed so the nokia could auto download the recordings through gpodder. I'm not sure how to even start that, what do you use to set this up? Just a pointer in the right direction would help, I can fiddle with stuff from there to get it right.
btw, the ffmpeg command I'm using as a user job in case others want to know:
ffmpeg -y -i "%DIR%/%FILE%" -vcodec mpeg2video -ac 2 -s 512x288 -b 800k "/transcodes/%TITLE%%FILE%"
I'm on Mythbuntu 8.10 so you need to install libavcodec-unstripped if you want to encode xvid or mpeg2/4 video with ffmpeg, it'll replace the regular libavcodec library. I'm also using mplayer on the nokia to play videos, not the default player.
I think I've finally got the right ffmpeg command setup in a user job now, but it'd be really nice if I could also do like you mentioned and setup an rss feed so the nokia could auto download the recordings through gpodder. I'm not sure how to even start that, what do you use to set this up? Just a pointer in the right direction would help, I can fiddle with stuff from there to get it right.
btw, the ffmpeg command I'm using as a user job in case others want to know:
ffmpeg -y -i "%DIR%/%FILE%" -vcodec mpeg2video -ac 2 -s 512x288 -b 800k "/transcodes/%TITLE%%FILE%"
I'm on Mythbuntu 8.10 so you need to install libavcodec-unstripped if you want to encode xvid or mpeg2/4 video with ffmpeg, it'll replace the regular libavcodec library. I'm also using mplayer on the nokia to play videos, not the default player.