View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#16
Originally Posted by meme View Post
I already did that. KMplayer set to use Mplayer. With this setup I have green screen and buffering. No video, no voice. my .flv files is large maybe more than 150MB.
i had the same issue... then i uninstalled the decoders support (extra codecs).... rebooted and mplayer now plays my flvs nicely.

but mhm... you could convert the video before watching....

i'm running ubuntu and convert them with this line:
Code:
ffmpeg -i video.flv video.avi
it's quite fast

it's even possible to convert them on the n900... but this is cpu intensive which sucks up your battery pretty fast and it's taking a long time...
Code:
mencoder -oac copy -ovc lavc -o video.avi video.flv
but mhm... try to uninstall the decoders support and reboot first... (:



Originally Posted by raverpol View Post
I tired to play it with mplayer but without and succes
then you have to convert them via ffmpeg as discribed above... if you don't have ubuntu or don't want to use CLI then for windows i would use "SUPER" which converts nearly any codec to any other codec ^^

edit: http://www.erightsoft.com/SUPER.html

Last edited by b666m; 2010-02-25 at 02:38.