I haven't seen this option, and it may not be practical for cross-format conversions. My apologies if it exists. I am only thinking in terms of "resampling" existing MP3's at lower bitrates.
Feature:
Possible Variations:
Situation:
Potential Problems:
• Is it actually possible to determine the ABR or VBR settings used to record an MP3? Is that embedded in the file itself? (I don’t know)
Comments:
I’ve tried to think about this as a programmer, but this might be such a “nitch” feature focused on “MP3” files that it’s not worth the bother. I figured I’d write up the request anyway.
I’m not sure whether it’s possible to determine the ABR/VBR settings used to encode an MP3. I’ve looked at several programs that display bitrates (including Windows XP when you enable the “bitrate” column of a detailed directory view), and they often seem to randomly grab the initial VBR of the first few seconds of the MP3.
Feature:
• Skip Encoding Files Under [[COLOR=DarkRed]x[/COLOR]] Bitrate
Possible Variations:
• Copy Existing File if Under [[COLOR=DarkRed]x[/COLOR]] Bitrate
• Copy Existing file if Average Bitrate is under [[COLOR=DarkRed]x[/COLOR]]
• Skip Files Under [[COLOR=DarkRed]x[/COLOR]] Bitrate
• Skip Files with Average Bitrate Under [[COLOR=DarkRed]x[/COLOR]]
• Rip & Compare (Keep file with lower bitrate)
• Rip & Compare (Keep file with smallest file size)
• Copy Existing file if Average Bitrate is under [[COLOR=DarkRed]x[/COLOR]]
• Skip Files Under [[COLOR=DarkRed]x[/COLOR]] Bitrate
• Skip Files with Average Bitrate Under [[COLOR=DarkRed]x[/COLOR]]
• Rip & Compare (Keep file with lower bitrate)
• Rip & Compare (Keep file with smallest file size)
Situation:
You want to download all your favorite MP3's to your portable player at a particualr bitrate, but your PC Library consists of a diverse collection of MP3's with differing constant, Average, and Variable bitrates.
For the sake of argument, you want to reduce the bitrates to an arbitrary setting (say 128kbp). Some files in your collection may actually be 64kbp, 96kbp or already at 128kbp.
Upsampling low bitrate files to higher rates would be inefficient, increase file sizes, and destroy what little quality remains, so it would be a great way to preserve and/or skip them.
For the sake of argument, you want to reduce the bitrates to an arbitrary setting (say 128kbp). Some files in your collection may actually be 64kbp, 96kbp or already at 128kbp.
Upsampling low bitrate files to higher rates would be inefficient, increase file sizes, and destroy what little quality remains, so it would be a great way to preserve and/or skip them.
Potential Problems:
• Is it actually possible to determine the ABR or VBR settings used to record an MP3? Is that embedded in the file itself? (I don’t know)
• If it is not possible to read the ABR/VBR rate, perhaps the current file could be parsed to calculate the effective “ABR” of the file.
• If the current ABR & VBR rate can’t be determined, keeping the file with the smallest filesize might be a “cheap” alternative
• I don’t know that conversions to non MP3 formats would be compatible with any comparison other than file size.
• If the current ABR & VBR rate can’t be determined, keeping the file with the smallest filesize might be a “cheap” alternative
• I don’t know that conversions to non MP3 formats would be compatible with any comparison other than file size.
Comments:
I’ve tried to think about this as a programmer, but this might be such a “nitch” feature focused on “MP3” files that it’s not worth the bother. I figured I’d write up the request anyway.
I’m not sure whether it’s possible to determine the ABR/VBR settings used to encode an MP3. I’ve looked at several programs that display bitrates (including Windows XP when you enable the “bitrate” column of a detailed directory view), and they often seem to randomly grab the initial VBR of the first few seconds of the MP3.
Comment