Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1341
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersThanks .. silly me tried right-click to copy the link and nothing happened.
|
#1342
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersI just tried the SBSDL -V4.2 updated to the latest utube-dl and I can download the ABC programs back-in-time-for-dinner copy and paste the link into getvideo in the program and it starts up ok DECRYPTED 650MB and the srt file present
|
#1343
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
[generic] ZW1506A001S00: Requesting headerSo, DL'ing is not a problem. |
#1344
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersSomeone asked.
Package an ABC download in an MKV container, with subtitles added. My batch file, 'ff MP4+subs-MKV v01.cmd' Needs 'ffmpeg.exe' in the same directory - or modify the paths. Code:
:: ABC - MP4+Subs to MKV @echo off :: vtt to srt for %%a in (*.vtt) do ffmpeg -i "%%a" -y "%%~na.srt" :: mp4+srt to mkv for %%a in ("*.srt") do if exist "%%~na.mp4" ffmpeg.exe -i "%%~na.mp4" -f srt -i "%%a" -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s srt -y "%%~na.mkv" Last edited by pcspeak : 06-15-2018 at 10:31 PM. |
#1345
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersAway for 6 days
Last edited by gxdata : 06-16-2018 at 06:48 PM. |
#1346
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHi all, Just checking in as it has been a while.
|
#1347
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHi and welcome back.]
|
#1348
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersBeen a while too, anything new happenin'?
|
#1349
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersHas anyone else noticed that iview has stopped working with yt-dl (and dependent applications) in the past few days? It was working Monday but not today. I tried several shows .. and they all give the same "is not a valid url" error.
Pcspeak's latest script to "get list" is only getting eps up until the end of last week. Nothing newer is showing, but they are up on the website. Url's for eps this week taken from the website give the not valid error. Have the latest version of yt-dl. |
#1350
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersContinued ...
I notice there's a moderator-deleted post on the SBS forum on monday, which is probably someone asking the same thing there. Using pcspeak's latest ABC script, selecting an old ep from a previous week and changing the episode number in the program ID works (making an educated guess as to what it is). Messy tho' and it does rename the file to the older episode (I didn't try changing that .. one variable at a time). No idea why this workaround works when yt-dl itself does not work, but then I know zilch of coding so no idea what the abc script is doing differently that allows it to work. Update: I'm now having mixed success throwing guessed url's for this week at naked yt-dl. But it's very slow. School holidays? |
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|