OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: cowcow on April 18, 2005, 09:14:59 am
-
hi
anyone able to play 3GP video on their Zaurus? any customized compilation of mplayer/ffplay that can do that in sharp rom?
-
anyone able to play 3GP video on their Zaurus? [...][div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=75784\")
Uhm, yes.
You may want to have a look at [a href=\"https://www.oesf.org/forums/index.php?showtopic=8142]this thread[/url] which might possibly be of help. Of course doing a forum search on "3gp" would have found you that one as well (hint, hint)
Best regards,
Chris.
-
anyone able to play 3GP video on their Zaurus? [...][div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=75784\")
Uhm, yes.
You may want to have a look at [a href=\"https://www.oesf.org/forums/index.php?showtopic=8142]this thread[/url] which might possibly be of help. Of course doing a forum search on "3gp" would have found you that one as well (hint, hint)
Best regards,
Chris.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=75871\"][{POST_SNAPBACK}][/a][/div]
thanks! I did do a search but it was not obvious that vlc could play 3GP. how did u get it to work for the video? i tried on both C860 and 5500, it only played the audio but no video.
the command i used:
./vlc some_video.3gp
./vlc --filter transform --transform-type 270 some_video.3gp
both yield audio but no video
-
how did u get it to work for the video? i tried on both C860 and 5500, it only played the audio but no video.[div align=\"right\"][a href=\"index.php?act=findpost&pid=76937\"][{POST_SNAPBACK}][/a][/div]
Hmmm, so far it worked for me without a hitch. Which version of VLC did you use exactly? And what kind of a .3gp file is it? MPEG-4 is a nasty set of standards, so there's always a chance for something to go wrong. Starting VLC with more verbosity ( -v, -vv or -vvv) usually is the first step towards finding the problem. You may also want to try a different video_output -- sometimes weird things happen and video will not play back properly (or not at all) with a specific video output module. Possibly using the console frame buffer might help ( -V fb ).
And while I know I'm running the risk of annoying you, I'll ask the obvious question: Are you sure the .3gp file(s) in question do contain video?
If all things fail, you may want to provide me (and/or others) access to one of the files in question in order to track down the problem.
Best regards,
Chris.
-
Thanks Chris, for the VLC..
my mistake was i forgot the "-V qte"
ie.. ./vlc -V qte --filter transform --transform 270 some_video.3gp
yes there is video
-
tested on a few 3GP from Nokia 6630..works fine..i noticed that pause is tied to the CENTER key of 5500. I wonder if it could be compiled to make pause tie to both CENTER and spacebar key too? For the benefit of ClamShell users. Thanks alot..
-
i noticed that pause is tied to the CENTER key of 5500. I wonder if it could be compiled to make pause tie to both CENTER and spacebar key too? For the benefit of ClamShell users.[div align=\"right\"][a href=\"index.php?act=findpost&pid=76957\"][{POST_SNAPBACK}][/a][/div]
I'll make a note of it for next time I'm building an executable. Shouldn't be too hard to do
Best regards,
Chris.
-
I'll make a note of it for next time I'm building an executable. Shouldn't be too hard to do
Best regards,
Chris.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76959\"][{POST_SNAPBACK}][/a][/div]
[/quote]
thanks