Saturday, April 7th: Time Warp Mannheim, page 2

slash ProDanceCulture on April 8th, 2018 / post 72083
not sure if you guys know, there's a half-ass method of ripping be-at.tv streams with livestreamer. i must state right away, if there is more than 1 "be-at.tv stream id" involved, livestreamer will most likely produce huge video file which will only play 5 minutes and will need fixing, BUT! it is still OK for mp3 converter feature.. basically, with livestreamer one can download lowest quality mp4 from be-at.tv which will contain only audio, but be still flv/mp4, so it needs to be converted to mp3 after... but in any case, this is command that i use:

1 wrote:
livestreamer BEAT_URL worst -o FILENAME.mp4


worst is for quality, which basically cuts down on data transfer.. after download is complete, it can be converted to mp3 with something like this:

2 wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -map 0:0 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"

but that is ONLY in case you did "worst" quality, because then audio track is the only track and it becomes 0th track in 0th format.. if video download quality is ANYTHING but worst, then there will be video track along with audio track, and audio track becomes 1st, not 0th in the "list", so command changes by one digit:

3 wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -map 0:1 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"

but thanks to stupid ffmpeg thing and the streams that be-at.tv produces, mp3 converting process car report like millions of errors, which will significantly slow down the process of conversion, because all these error messages have to be sent to terminal (cmd.exe in this case), so it cab be avoided by telling ffmpeg to be quiet, in case of faulty multi-id stream this actually saves double or triple time... so gotta add "-loglevel 0" to the command. it will not show any progress, i think, but in any case, it's way faster...

final wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -loglevel 0 -map 0:0 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"


hopefully this helps someone...
munkynstar Moderator on April 8th, 2018 / post 72086
slash wrote:
not sure if you guys know, there's a half-ass method of ripping be-at.tv streams with livestreamer. i must state right away, if there is more than 1 "be-at.tv stream id" involved, livestreamer will most likely produce huge video file which will only play 5 minutes and will need fixing, BUT! it is still OK for mp3 converter feature.. basically, with livestreamer one can download lowest quality mp4 from be-at.tv which will contain only audio, but be still flv/mp4, so it needs to be converted to mp3 after... but in any case, this is command that i use:

1 wrote:
livestreamer BEAT_URL worst -o FILENAME.mp4


worst is for quality, which basically cuts down on data transfer.. after download is complete, it can be converted to mp3 with something like this:

2 wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -map 0:0 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"

but that is ONLY in case you did "worst" quality, because then audio track is the only track and it becomes 0th track in 0th format.. if video download quality is ANYTHING but worst, then there will be video track along with audio track, and audio track becomes 1st, not 0th in the "list", so command changes by one digit:

3 wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -map 0:1 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"

but thanks to stupid ffmpeg thing and the streams that be-at.tv produces, mp3 converting process car report like millions of errors, which will significantly slow down the process of conversion, because all these error messages have to be sent to terminal (cmd.exe in this case), so it cab be avoided by telling ffmpeg to be quiet, in case of faulty multi-id stream this actually saves double or triple time... so gotta add "-loglevel 0" to the command. it will not show any progress, i think, but in any case, it's way faster...

final wrote:
for %%a in ("*.mp4") do ffmpeg -i "%%a" -loglevel 0 -map 0:0 -acodec libmp3lame -ac 2 -ab 192k "%%a.mp3"


hopefully this helps someone...




thanks Slash and thankyou everyone who uploaded the mixes for this (FC, Alex)!!! :thankyou:
ocal5starlightning Power User on April 9th, 2018 / post 72088
Wow, didn't expect that much share of data about this event :) thanks.
Is that that useful to convert to MP3 ? Why not an -acodec copy to keep quality ?

Also, is there an 1Mb/s Arte stream ? They usually do a decent 2.5Mb/s, and, that time, audio was very nice : 192k aac @48k  with 20khz cutoff.

No replay so far, and sometimes quality is better as live.

Thanks for log tip, slash.
slash ProDanceCulture on April 9th, 2018 / post 72089
ocal5 wrote:
Wow, didn't expect that much share of data about this event :) thanks.
Is that that useful to convert to MP3 ? Why not an -acodec copy to keep quality ?

Also, is there an 1Mb/s Arte stream ? They usually do a decent 2.5Mb/s, and, that time, audio was very nice : 192k aac @48k  with 20khz cutoff.

No replay so far, and sometimes quality is better as live.

Thanks for log tip, slash.

it was about be-at.tv, they always do 192kbps audio. plus i don't think -acodec copy would do it, because we're converting to mp3, and video usually has audio as m4a or aac.
ocal5starlightning Power User on April 9th, 2018 / post 72090
Indeed. Is that a scene rule or is someone using an MP3 only player nowadays ?
slash ProDanceCulture on April 9th, 2018 / post 72091
i don't know.... if none-mp3 formats are shared, usually someone shares mp3 later, so...
umpfta Uploader on April 9th, 2018 / post 72093
But please guys, NEVER do use livestreamer for ripping video from be-at.tv.

As you know slash, be-at.tv sometime is missing chunks in the best quality. If livestreamer would use a lower quality chunk in this case, or even would go to the next chunk, this could result in asychronous audio/video.
slash ProDanceCulture on April 10th, 2018 / post 72097
i've written above there, that is method can be erroneous, and with multiple "pieces" on be-at.tv, video file will end up huge but unreadable sometimes. that is why i've listed pretty much the method for sound-only download with livestreamer.

recently be-at.tv has been doing this maybe on purpose, but when i personally see that their broadcast starts with stream ID 5000 and ends with ID 5005 - i do not want to deal with that anymore... downloading multiple streams and putting them beat files together and then doing mp4s together and then converting to mp3... annoying..

ps. be-at..tv has audio and video together in every chunk, so there will not be asynchronous sound problems, in cases of missing chunks, there will be frozen video for a few seconds and missing audio...
you cannot post in this forum.
click here to to create a user account to participate in our forum.
Top 20 Torrents (last 5 days)
  • » John Digweed - Transitions 1021 (Guest Philipp Straub Live @ Code DXB) - 22-Mar-2023
  • » Henry Saiz - MIRAGE Online Episode 88 (Tribute to Lost & Found) - March 2024
  • » Dubfire B2B Ilario Alicante - Live @ Ultra Music festival Miami 2024 - 23-Mar-2024
  • » Eric Prydz - Live @ Ultra Music festival Miami 2024 - 24-Mar-2024
  • » Amelie Lens - Live @ Ultra Music Festival 23-03-2024 - 23-Mar-2024
  • » Adam Beyer - Live @ Ultra Music festival Miami 2024 - 24-Mar-2024
  • » Tiesto, Slander, Laura van Dam, Nina Kraviz, Giuseppe Ottaviani, Ben Nicky etc - Live at Ultra Music Festival Miami Day1, 1080p Stream - 22-Mar-2024
  • » David Guetta, Martin Garrix, Excision, Hardwell, Reinier Zonneveld, Dubfire + Ilario Alicante, Joris Voorn b2b Kolsch etc - Live at Ultra Music Festival Miami Day2, 1080p Stream - 23-Mar-2024
  • » Eric Prydz, Armin van Buuren, Afrojack, Adam Beyer, Camelphat, Artbat etc - Live at Ultra Music Festival Miami Day3, 1080p Stream - 24-Mar-2024
  • » John Digweed (Guest Philipp Straub) - Transitions 1021 (Live @ Code DXB, Dubai) - 25-Mar-2024
  • » Artbat - Live @ Ultra Music festival Miami 2024 - 24-Mar-2024
  • » Maceo Plex - Live at Hi Ibiza - ER046 - Ellum Radio, Hour 2 - March 2024
  • » Miss Monique - Live @ Ultra Music festival Miami 2024 - 23-Mar-2024
  • » Lane 8 - Spring 2024 Mixtape [HQ] - March 2024
  • » Eelke Kleijn - Days Like Nights 332 - 25-Mar-2024
  • » Martin Fredes - Live @ The Soundgarden Sonora Park - Warm up Nick Warren [HQ] - 19-Jan-2024
  • » Dave Seaman & Anthony Pappa - Seladoria Livestream II - May 2021
  • » Tom Risk - Live @ 24 Seven (Warm Up Hernan Cattaneo) [HQ] - 27-Sep-2023
  • » CJ Art - Artelized Visions Episode 123 - March 2024
  • » Tom Stephan - Live @ Roast, London - February 2024