09-30-2022, 04:00 PM
Thank you for your donation!
ogg & moode
|
09-30-2022, 04:33 PM
Yes, as @Falco mentioned definitely use FLAC format.
09-30-2022, 07:05 PM
@Phil35
Well, you're starting with old vinyl (good on you, BTW) so you might try just transcoding the ogg files you already have. I suspect you won't notice any difference in result than if you make FLAC files directly from the vinyl. (Those 'pops' I hear aren't going to go away!). Since moOde comes with ffmpeg baked in, you can even do this conversion from the command line. In the following I let ffmpeg infer the input and output encodings from the filename extensions I used but you can also force this explicitly. As well, there's many other options possible---ffmpeg is the Swiss Army knife of the A/V world. Code: pi@m82p3a:~ $ ffmpeg -hide_banner -i "Many rivers to cross - face A.ogg" "Many rivers to cross - face A.flac" The resulting FLAC file plays very nicely over my RPi -> (internal BT) -> JBL speaker with no changes to default audio/mpd settings. I very much like my Creative Technology BT-W2 adapter for various reasons:
YMMV. Regards, Kent
Hi @TheOldPresbyope ,
Thank you so much for your valuable answer. I have now some work to do (conversion to flac), buy an USB bluetooth audio adapter (you convinced me). and read some posts in this forum, to learn more. flac file size is bigger! x9 Code: 3859028 sept. 26 16:36 'Many rivers to cross - face A.ogg' Thanks again to you all @Tim Curtis @TheOldPresbyope @Falco @Nutul King regards Phil
10-01-2022, 03:27 PM
(09-30-2022, 03:39 PM)Phil35 Wrote: Hi @Tim Curtis & Hi @TheOldPresbyope , I second the argument for using flac for your rips but if you're going to be listening on a device with limited storage I'd recommend 160kbps opus files as a reasonable quality/size compromise. (Having said that, I have a few files which behave as .flac but which cause mpd to hang as .opus).
10-01-2022, 03:34 PM
(10-01-2022, 07:32 AM)Phil35 Wrote: ... Yeah, about that. FLAC files are not small. The FLAC encoder does include the ability to compress losslessly (compression levels ranging from 0 - 8). AFAIK it is nearly impossible to determine by inspection after the fact what level of compression was used in creating any given FLAC file. As best as I could determine by experiment, the default ffmpeg command I suggested uses level-5 compression: the resulting file size is nearly identical to the one I got by forcing level-5 compression explicitly. In truth, I saw only a modest change in resulting FLAC file size between the extremes of zero compression (0) and max compression (8) when I applied the command to your OGG file. Conjecture: this may be the result of starting with a track which had already been subjected to a lossy encoding process or perhaps it's due to the limited bandwidth/dynamic range of the original capture from vinyl. The proof of the pudding, though, is in the eating. Are you satisfied with how the resulting FLAC file sounds? If not, then you may want to re-"rip" the vinyl. Course, if your process begins by digitizing the analog signal to WAV *and* you happened to save the WAV files from the first go-around then you could run some tool like ffmpeg to transcode the WAV files to FLAC. Regards, Kent |
« Next Oldest | Next Newest »
|