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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  .flv codec for ipod
« previous next »
  • Print
Pages: [1]

Author Topic: .flv codec for ipod  (Read 3840 times)

Offline toupee

  • Member
  • *
  • Posts: 6
.flv codec for ipod
« on: May 09, 2007, 01:37:59 PM »
I would like to begin coding support for .flv and other flash formats for my ipod.
I personally can't hear the difference between .flv and .mp3.
And, I could store 2 to 3 times .flv songs as mp3's.
Would anyone like to help me?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: .flv codec for ipod
« Reply #1 on: May 09, 2007, 02:50:12 PM »
Quote from: toupee on May 09, 2007, 01:37:59 PM
I would like to begin coding support for .flv and other flash formats for my ipod.
I personally can't hear the difference between .flv and .mp3.
And, I could store 2 to 3 times .flv songs as mp3's.
Would anyone like to help me?

flv uses mp3 for the audio.  Just demux the audio and listen to it directly in Rockbox.
Logged

Offline toupee

  • Member
  • *
  • Posts: 6
Re: .flv codec for ipod
« Reply #2 on: May 09, 2007, 04:39:11 PM »
I'm not an expert programmer. Could you explain that please  ::)
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: .flv codec for ipod
« Reply #3 on: May 09, 2007, 04:45:33 PM »
demux = de-multiplex

In other words separate the multiplexed stream into its constituent channels and just record the audio stream as an mp3.  I have no idea about the practical details of how to do this, however.  I just know what mux/demux mean from electronics.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline toupee

  • Member
  • *
  • Posts: 6
Re: .flv codec for ipod
« Reply #4 on: May 09, 2007, 04:55:56 PM »
Let me clarify my question.

Im not talking about extracting the audio from flash video from youtube or something.

On my desktop, I converted my .mp3 songs to .flv. I dont want the mp3 format.
I would like to store and play my songs in .flv format on my ipod.
 
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: .flv codec for ipod
« Reply #5 on: May 09, 2007, 05:03:38 PM »
FLV means "Flash Video" and is a video format.

Audio is muxed in, most often in MP3 format. If you converted your MP3s to FLV, it probably simply converted them to a lower bitrate MP3, then wasted space putting them in the FLV stream.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: .flv codec for ipod
« Reply #6 on: May 09, 2007, 05:37:41 PM »
Quote from: toupee on May 09, 2007, 04:55:56 PM

On my desktop, I converted my .mp3 songs to .flv. I dont want the mp3 format.

FLV uses MP3 compression.  If you don't want MP3, use Ogg.  As it stands you've simply taken an MP3 and wrapped it in an FLV container.

Quote from: toupee on May 09, 2007, 04:55:56 PM
I would like to store and play my songs in .flv format on my ipod.
 

And you can, provided you remove them from the FLV container first.  
Logged

Offline toupee

  • Member
  • *
  • Posts: 6
Re: .flv codec for ipod
« Reply #7 on: May 09, 2007, 05:55:10 PM »
Your right!

I just used a general mp3 converter to to convert to a lower bit rate, and I got the smaller file I was looking for!

This is great cause now I can store 2-3 times the number of songs on my ipod (and i cant hear the difference with my headphones).

How simple!
Thanks guys! your the best...
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: .flv codec for ipod
« Reply #8 on: May 09, 2007, 06:09:10 PM »
you could also use other formats like ogg, which usually gives smaller files at a comparable sound quality. This of course depends on what quality you want to have ;)
(just as a number, I usually have ogg files encoded with -q5 which results to an average of 160kbit, which is similar (IMO) to 192kbit mp3)
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: .flv codec for ipod
« Reply #9 on: May 09, 2007, 07:44:18 PM »
People at Hydrogenaudio forums have made a few listening tests and found out that with inexpensive headphones a bitrate of ~130 vbr with modern codecs is hard to distinguish from the original.
The difference between ogg, mp3 (lame) and other formats at the same bitrate was very small.
With better phones and a good ear, 160kbps (like bluebrother suggested) seems like a good idea.

If you chose mp3, I strongly suggest to rip your music with a vbr setting and joint stereo (v3 = ~170kbs for me, v6 should get you a bitrate of 120 on average).

But since you are transcoding, this doesn't matter much anyway, qualitywise.
Logged
Iriver H120, Sansa e280

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  .flv codec for ipod
 

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

Page created in 0.102 seconds with 16 queries.