Reply
Thread Tools
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#11
you have to choose the mplayer as player in kmplayer (lol, what a sentence xD)

open kmplayer, click on the top bar, click on "select player" and choose mplayer. then try to open the flv.
 
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#12
Hi
any chance to play wmv files??
 
Posts: 100 | Thanked: 8 times | Joined on Sep 2009
#13
Originally Posted by b666m View Post
you have to choose the mplayer as player in kmplayer (lol, what a sentence xD)

open kmplayer, click on the top bar, click on "select player" and choose mplayer. then try to open the flv.
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.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#14
the default player can't play wmv files.
the codec isn't in the decoders support package too.

only chance would be mplayer but i have no wmv files here for testing.
 
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#15
I tired to play it with mplayer but without and succes
 
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.
 
Posts: 100 | Thanked: 8 times | Joined on Sep 2009
#17
I converted to avi using ffmpeg on Ubuntu. This avi doesn't play either. The resolution for the .flv is 1280 x 720 and codec is VP6F. Maybe resolution is too high for Nokia N900.
 
Posts: 100 | Thanked: 8 times | Joined on Sep 2009
#18
Can someone help me with ffmpeg. I am getting error "incorrect frame size".

desktop:~/Videos$ ffmpeg -i opt.flv -s 600×400 opt.avi
FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-neon --disable-altivec --disable-vis --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Apr 10 2009 23:18:41, gcc: 4.3.3

Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)


Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
Input #0, flv, from 'opt.flv':
Duration: 00:12:12.22, start: 0.000000, bitrate: 505 kb/s
Stream #0.0: Video: vp6f, yuv420p, 1280x720, 409 kb/s, 29.97 tbr, 1k tbn, 1k tbc
Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 96 kb/s
Incorrect frame size
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#19
firstly... read the doc:
http://ffmpeg.org/ffmpeg-doc.html#SEC7

secondly the letter in between of width and height is a x.
not any strange x-like sign. ^^

thirdly i would use the whole screen resolution as far as possible in respect of the aspect ratio of the source.
in your case 1280x720 -> 800x450.

at last i would recommend using the mp4-container instead of avi-container and ask google to search for settings of the iphone videos because it is using the same encoding - just different resolution.

something like this:
Code:
ffmpeg -i opt.flv -acodec aac -ab 128k -vcodec mpeg4 -b 1200k -mbd 2 -aic 2 -cmp 2 -subcmp 2 -s 800x450 opt.mp4
attention:
ubuntu's ffmpeg may not contain the aac-codec due to license issues. you may have to compile it yourself with aac or use mp3 (as ac3 isn't well-supported in n900)

Last edited by b666m; 2010-02-26 at 15:12.
 
Posts: 164 | Thanked: 31 times | Joined on Nov 2009
#20
Does the Mplayer or Kmplayer allow you to forward rewind etc s at the moment the standard player can play my files from the file manager but i cant skip it to the middle of the video. in fact if you do anything it restarts the video.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:12.