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
| | |-+  AVI playback
« previous next »
  • Print
Pages: [1] 2 3 4

Author Topic: AVI playback  (Read 26385 times)

Offline Taslow

  • Member
  • *
  • Posts: 29
AVI playback
« on: November 19, 2007, 09:03:39 PM »
Is anybody out there working on an AVI playback plugin? I have a large base of avi's and this 'ole machine I'm using starts to smoke when I convert more than one at a time to mpg.

Timeframe? Or does one exist and I somehow can't find it?

thanks!
Logged
Gotta start somewhere, eh?

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: AVI playback
« Reply #1 on: November 19, 2007, 09:12:31 PM »
1) You'd have to convert them anyway, because they need to be resized. The players aren't fast enough to play or resize full size video.
2) AVI is not a format, it's a container. It can have a very, very wide range of things inside of it, many different possible video codecs.
Logged

Offline Taslow

  • Member
  • *
  • Posts: 29
Re: AVI playback
« Reply #2 on: November 20, 2007, 10:42:49 AM »
Oh...huh, I always thought AVI was another format, just like MPG or MOV files. Do you happen (or anybody out there) happen to know where I can read a good beginner's tutorial on movies and movie formats?
Logged
Gotta start somewhere, eh?

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: AVI playback
« Reply #3 on: November 20, 2007, 10:49:13 AM »
Google and Wikipedia are your friends here.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline dkarma

  • Member
  • *
  • Posts: 14
Re: beginners reference...
« Reply #4 on: November 23, 2007, 08:21:45 PM »
a very informative reference site can be found at http://www.videohelp.com/
lots of beginner help and conversion information regarding video files.
Logged

Offline hoffster12

  • Member
  • *
  • Posts: 6
Re: AVI playback
« Reply #5 on: November 24, 2007, 07:22:55 PM »
thanks for all the sites, this is really interesting stuff...
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: AVI playback
« Reply #6 on: November 28, 2007, 07:47:13 PM »
Quote from: Taslow on November 20, 2007, 10:42:49 AM
Oh...huh, I always thought AVI was another format, just like MPG or MOV files.

They are all container formats. However, mpeg can only contain mpeg1/2 videos. Where as MOV (QuicikTime) can use a number of codecs. Technically AVI allows you use any codec you want as long as the encoding software supports it- whether you will be able to play  files with non-standard codecs is dependent on the player you use.

Charles
Logged

Offline grossaffe

  • Member
  • *
  • Posts: 57
Re: AVI playback
« Reply #7 on: November 29, 2007, 03:40:29 AM »
i just want an mp4 player, great quality with minimal space.  unfortunately, i'm not fluent in C nor do i know the first thing about coding media players, so i'll just sit back and enjoy the things rockbox developers do come out with.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: AVI playback
« Reply #8 on: November 29, 2007, 02:28:55 PM »
If you're talking about h.264 or AVC, then this will not be feasible on the current targets.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline grossaffe

  • Member
  • *
  • Posts: 57
Re: AVI playback
« Reply #9 on: November 29, 2007, 06:03:27 PM »
i was thinking more along the lines of DivX, XviD, and MPEG-4
Logged

Offline safetydan

  • Developer
  • Member
  • *
  • Posts: 248
Re: AVI playback
« Reply #10 on: November 29, 2007, 06:08:52 PM »
Those are also not going to happen on most targets. Way too CPU intensive.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: AVI playback
« Reply #11 on: November 29, 2007, 06:12:52 PM »
You really have a choice:

Speed
Filesize
Quality.

You get two of the three. With MPEG2 you can sacrifice filesize and possibly a bit of speed for quality. With MPEG-4 codecs you can't really sacrifice anything to gain back the speed you lose from it being more complex.
Logged

Offline markun

  • Developer
  • Member
  • *
  • Posts: 462
Re: AVI playback
« Reply #12 on: November 30, 2007, 02:29:39 AM »
Quote from: Chronon on November 29, 2007, 02:28:55 PM
If you're talking about h.264 or AVC, then this will not be feasible on the current targets.

Quote from: grossaffe on November 29, 2007, 06:03:27 PM
i was thinking more along the lines of DivX, XviD, and MPEG-4

h.264/AVC is part of MEPG-4 (part 10)

http://en.wikipedia.org/wiki/MPEG-4
http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC

But I guess you are talking about support for MPEG-4 part 2:

http://en.wikipedia.org/wiki/MPEG-4_Part_2
« Last Edit: November 30, 2007, 02:33:55 AM by markun »
Logged

Offline grossaffe

  • Member
  • *
  • Posts: 57
Re: AVI playback
« Reply #13 on: November 30, 2007, 04:41:02 AM »
i wasn't talking about the mp4 container, i was talking about the mpeg-4 option within the container.  but either way, i guess its too hardware intensive.  oh well, one can dream... or i guess i could also upgrade to a view... after it gets a rockbox port ;)
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: AVI playback
« Reply #14 on: November 30, 2007, 04:58:27 AM »
Quote from: grossaffe on November 29, 2007, 06:03:27 PM
i was thinking more along the lines of DivX, XviD, and MPEG-4

DivX and XviD are MPEG4 implementations.

Quote from: safetydan on November 29, 2007, 06:08:52 PM
Those are also not going to happen on most targets. Way too CPU intensive.

I guess the Gigabeat is the only target with enough horse power to decode it in software. However, I believe there might be some targets with DIVX/XVID hardware decoding- it might be feasable on these, but the hardware needs to be figured out.

Charles


Charles
Logged

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

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

Page created in 0.129 seconds with 14 queries.