Today, I discover that my M3100 player doesn’t know how to play Mastroka files. Mastroka files are really kool since the subtitles are embeded in .. but that’s it, my player refuse to play open it. This stuff can be … Continue reading →
tag: divx, dvico, mastroka, Python
This afternoon, I compiled some video with Kino. This stuff works quite good. The main issue I had is that I want to have a nice music in background. I spend a little time, with transcode but I soon figured … Continue reading →
tag: divx
I ‘m wondering if i gonna add a mplayer tips here ? :) To extract a mp3 from a DVD, the easy way is to use transcode transcode -i /dev/dvd -x dvd -T 1,2,1 -a 0 -y raw -m track22.mp3 … Continue reading →
tag: divx, dvd, mp3
This is a small tips to build a avi/divx/mpeg/what you want, with webcam as input in realtime. Simply use mencoder (the encoder build by the mplayer team) mencoder tv:// -tv driver=v4l:width=160:height=120 -ovc divx4 -o test.avi Take care, that you should … Continue reading →
tag: divx, webcam