Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  MPEGplayer help
« previous next »
  • Print
Pages: [1] 2

Author Topic: MPEGplayer help  (Read 5710 times)

Offline ratchetfps

  • Member
  • *
  • Posts: 1
MPEGplayer help
« on: January 30, 2007, 04:46:03 PM »
I have converted several different files using this:  VLC-transcode.bat from the wiki page.  My iriver views the files, but when I select it, the screen says "Buffering", then it does nothing else.  Im using an iRiver H10.  Help please.
Logged

Offline maretard

  • Member
  • *
  • Posts: 17
  • I am not a n00b. Contrary to popular belief.
Re: MPEGplayer help
« Reply #1 on: January 30, 2007, 04:46:53 PM »
almost the same issue as me, but i'm having trouble FINDING mpegplayer o_O
where'd you get the plugin?!?
Logged
Rockbox is the best thing since sliced bread. But then again, sliced bread can taste really bland and make you gag in the mornings, so I guess Rockbox is a heck of a lot better than sliced bread. :)

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: MPEGplayer help
« Reply #2 on: January 30, 2007, 04:48:16 PM »
Like all supported plug-ins, it is included in the daily builds.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline maretard

  • Member
  • *
  • Posts: 17
  • I am not a n00b. Contrary to popular belief.
Re: MPEGplayer help
« Reply #3 on: January 30, 2007, 04:49:20 PM »
weeeird, i can't find it in my plugin list o_O
is it like a launchable plugin, or an integrated viewer?
Logged
Rockbox is the best thing since sliced bread. But then again, sliced bread can taste really bland and make you gag in the mornings, so I guess Rockbox is a heck of a lot better than sliced bread. :)

Offline safetydan

  • Developer
  • Member
  • *
  • Posts: 248
Re: MPEGplayer help
« Reply #4 on: January 30, 2007, 05:24:24 PM »
It's a viewer. You should just be able to select the video file and the player will open it. To quote the wiki page http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer:

Quote
To play a video file, you just select it in the Rockbox file browser. If your file does not have the .mpg extension, you will need to use the "Open With..." context menu option and choose "mpegplayer.
Logged

Offline hsyed26

  • Member
  • *
  • Posts: 7
Re: MPEGplayer help
« Reply #5 on: February 26, 2007, 10:08:25 AM »
hey,

sorry if this is old news. what's the largest file size that the mpeg plugin can play?

on a gigabeat, i've managed to get a 2 mb file to play but anything larger than that doesn't load. a black screen shows up with the words buffering and then the screen returns to the main menu of the player.

is this related to the plug-ins ability to only handle a 25mb cache size?

thanks,

hsyed26
Logged

Offline gnu

  • Member
  • *
  • Posts: 269
Re: MPEGplayer help
« Reply #6 on: February 27, 2007, 09:28:19 AM »
On my ipod nano, a 20 MB file played without any problems.
Logged

Offline markun

  • Developer
  • Member
  • *
  • Posts: 462
Re: MPEGplayer help
« Reply #7 on: February 27, 2007, 07:11:36 PM »
I just tried elephants dream (60MB) on my Gigabeat F40 and it plays fine
Logged

Offline hsyed26

  • Member
  • *
  • Posts: 7
Re: MPEGplayer help
« Reply #8 on: February 28, 2007, 01:08:08 PM »
hmmm, weird then. i have no clue why it won't play the larger files.

would resetting to the original config files help? or should i look for the newest bootloader?

thanks,

hsyed26
Logged

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: MPEGplayer help
« Reply #9 on: February 28, 2007, 01:14:31 PM »
http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer

"Current limitations

Audio decoding and .mpg file parsing were added to mpegplayer on 1 January 2007. This is still a work-in-progress and is missing the following major features:

    * Rebuffering - mpegplayer just buffers as much video as it can fit into your player's memory, plays it and then stops. It doesn't refill the buffer and continue playing.
..."

Don't know if it's updated to reflect the status of mpegplayer as of today though. But, still.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: MPEGplayer help
« Reply #10 on: March 02, 2007, 04:35:01 PM »
Quote from: xlarge on February 28, 2007, 01:14:31 PM
http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer
Don't know if it's updated to reflect the status of mpegplayer as of today though. But, still.

Yes, that wiki page is 100% up to date.
Logged

Offline Kinkoz

  • Member
  • *
  • Posts: 7
Re: MPEGplayer help
« Reply #11 on: March 12, 2007, 10:19:24 PM »
I know the problem, go into the VLC converter batch file and set the fps to 25-30. That shoudl fix the problem. I know with higher FPS videos, the gigabeat CPU cant handle it.
Logged
I have a Toshiba Gigabeat F20
          with the January Build

Offline johnson4

  • Member
  • *
  • Posts: 62
Re: MPEGplayer help
« Reply #12 on: March 12, 2007, 11:05:28 PM »
still not working for me
did I edit the file wrong?
Code: [Select]
"C:\Progra~1\VideoLAN\VLC\vlc.exe" %1 --sout=#transcode{vcodec=mp2v,vb=%VIDBR%,width=%WIDTH%,height=%HEIGHT%,acodec=mp3,ab=%AUDBR%,samplerate=44100,audio-sync,fps=25}:std{access=file,mux=ps,url=%1.mpg} vlc:quit
Logged

Offline gnu

  • Member
  • *
  • Posts: 269
Re: MPEGplayer help
« Reply #13 on: March 14, 2007, 02:19:29 PM »
What doesn't work? Replace %width% and %height% as well as %vidbr% with the actual values. What player do you have?
Logged

Offline johnson4

  • Member
  • *
  • Posts: 62
Re: MPEGplayer help
« Reply #14 on: March 14, 2007, 03:11:14 PM »
what should %vidbr% be for my gigabeat?
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  MPEGplayer help
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.13 seconds with 14 queries.