Transcoding OGM and MKV files for XBOX 360
Posted: Mon Nov 23, 2009 7:35 pm
I am trying to enable transcoding for MKV and OGM files so I can play them on my Xbox 360.
I have done the following.
[*] Edited the *.location files in /usr/local/twonkymedia/cgi-bin so the paths to each ffmpeg, mencoder, convert, mplayer, vlc are correct.
[*] Created /usr/local/twonkymedia/cgi-bin/mencoder-mkv-divx.desc which contains the following :
I figure there is also some edits I need to make to /usr/local/twonkymedia/resources/clients.db and /usr/local/twonkymedia/resources/transcoding.db, however I have little documentation to work with on these two files besides the comments in them.
If someone already has this working, I'd appreciate your input. Additionally, if anyone can explain more about the transcoding.db and client.db files I would also appreciate that.
Thank you![*]
I have done the following.
[*] Edited the *.location files in /usr/local/twonkymedia/cgi-bin so the paths to each ffmpeg, mencoder, convert, mplayer, vlc are correct.
[*] Created /usr/local/twonkymedia/cgi-bin/mencoder-mkv-divx.desc which contains the following :
Code: Select all
# transcode video (mkv to divx)
exec: mencoder $infile -oac copy -ovc xvid -o $outfile
# capabilities
from=video/x-matroska
to=video/x-divx
asynchronous
If someone already has this working, I'd appreciate your input. Additionally, if anyone can explain more about the transcoding.db and client.db files I would also appreciate that.
Thank you![*]