Re: [slim] Boom Radio

2021-03-03 Thread vinnielo
slartibartfast wrote: > For some reason Tunein doesn't offer the 192kbps stream. > > Sent from my Pixel 3a using Tapatalk But RadioFeeds does and has been listing it since Feb 11! :) You'll even get a nice little station logo to go with it. *RadioFeeds UK & Ireland..* an up-to-date radio

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread Paul Webster
How about this one then ... in JavaScript. If it manages to extract the markers from your file then you could modify the output part of it to write a .cue file. https://gist.github.com/gglnx/86bc6de7cef16e16d8b3a1f8a8235427 Paul Webster http://dabdig.blogspot.com author of \"now playing\"

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread bpa
rkrug wrote: > Thanks Paul - sounds inter but esI am a Mac and Linux person - no > Windows at hand. There are lots of tools available (some better than others and ways to run windows under Linux) the question is what do you want/need so some options can be eliminated ? to split the file

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread Rainer Krug
Thanks Paul - sounds inter but esI am a Mac and Linux person - no Windows at hand. > On 3 Mar 2021, at 12:35, Paul Webster > wrote: > > > This tool might help > https://github.com/tautcony/ChapterTool > > > > Paul Webster > http://dabdig.blogspot.com > author of \"now playing\" plugins

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread Paul Webster
This tool might help https://github.com/tautcony/ChapterTool Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread bpa
rkrug wrote: > I do not think I think I really need m3u files, but I would like to have > the 5 hour concert marked / split into individual tracks so that I can > access the individual tracks. I remember, that an m3u accompanying the > audio (in my case after extraction as aaa, converted to

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread Rainer Krug
I do not think I think I really need m3u files, but I would like to have the 5 hour concert marked / split into individual tracks so that I can access the individual tracks. I remember, that an m3u accompanying the audio (in my case after extraction as aaa, converted to Flac) would be one

Re: [slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread bpa
I briefly looked at chapter markers in MPEG4 in relation whether they needed to be part of MPEG4 support in LMS but after looking around I felt they weren't used much in audio except for audiobooks. >From memory. I think ffmpeg support of chapter marker for mPEG4 file is limited. I think

[slim] Extract chapter markers from mp4 into m3u for fextracted Flac file

2021-03-03 Thread rkrug
Hi I have a concert recording which has chapter markers. So far, so good. It is in mp4 format, and I would like to extract the audio. I did this using ffmpeg : ffmpeg -i Concert\ for\ Charlottesville\ \(2017\).mp4 -vn -acodec copy Concert\ for\ Charlottesville\ \(2017\).aac But this did