VideoHelp Forum
+ Reply to Thread
Page 5 of 5
FirstFirst ... 3 4 5
Results 121 to 135 of 135
Thread
  1. Member
    Join Date
    Oct 2023
    Location
    Afghanistan
    Search PM
    Originally Posted by stabbedbybrick View Post
    Just load it and base your script on the endpoints found in there.
    Thanks mate @stabbedbybrick. That worked a treat. Saved me 50 odd lines of code in my solution.

    Note to anyone else following this thread, I will post an updated release to GitHub tomorrow.
    Quote Quote  
  2. Member
    Join Date
    Mar 2006
    Location
    United States
    Search Comp PM
    Originally Posted by billybanana View Post
    Originally Posted by stabbedbybrick View Post
    Just load it and base your script on the endpoints found in there.
    Thanks mate @stabbedbybrick. That worked a treat. Saved me 50 odd lines of code in my solution.

    Note to anyone else following this thread, I will post an updated release to GitHub tomorrow.
    @billybanana, thank you so much for all these updates and for the one tomorrow you mentioned. I did test out what you posted earlier:
    HTML Code:
    https://forum.videohelp.com/threads/415165-[Release]-Ozivine-Australian-NZ-FTA-Downloader/page4#post2749497
    For me in the US, this works great to get the full m3u8 url. I did edit a bit for my needs. Thank you so much.

    Also @stabbedbybrick, you prove to help us all in so many threads directly and indirectly! Thank you as well!
    Quote Quote  
  3. Member
    Join Date
    Oct 2023
    Location
    Afghanistan
    Search PM
    Originally Posted by ehurdler View Post
    @billybanana, thank you so much for all these updates and for the one tomorrow you mentioned.
    Your welcome ! New release has been posted
    https://github.com/billybanana80/ozivine/releases/tag/Ozivine_v1.5
    Quote Quote  
  4. Code:
    N_m3u8DL-RE "https://iview-vod.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/mpegdash/1080.mpd" --select-video best --select-audio best --select-subtitle all -mt -M format=mkv --save-dir "/freevine/downloads" --save-name "Return.To.Paradise.S01E01.1080p.ABCiView.WEB-DL.AAC2.0.H.264" --key d670f69abd144d51a932e9e633846324:95c6bbd77859e131d4b8c439c6bc8fe2
    Gets wrong audio with the audio description version

    Manually selected correct version
    Quote Quote  
  5. Member
    Join Date
    Oct 2023
    Location
    Afghanistan
    Search PM
    Originally Posted by PSXman_uk View Post

    Gets wrong audio with the audio description version

    Manually selected correct version
    ABC are a pain in that they switch the descriptive audio between the 1 & 2 values quite often. I hard coded "audio-en-mp4a-1" in one version of the script I was messing around with but that didn't always guarantee getting the right one. Not sure if I could use "Alternate" with the drop audio function. Would need to play with that.

    Code:
    13:52:46.507 INFO : Aud *CENC audio-en-mp4a-2 | 138 Kbps | mp4a.40.2 | en | 2CH | 1 Segment | Alternate | ~57m17s
    13:52:46.507 INFO : Aud *CENC audio-en-mp4a-1 | 135 Kbps | mp4a.40.2 | en | 2CH | 1 Segment | ~57m17s
    Last edited by billybanana; 8th Sep 2024 at 01:11.
    Quote Quote  
  6. I had this issue a while back with Midsommer Murders S024 I think downloaded the lot and had to re download and select other audio not sure if you can add a drop "Alternate" in the script could be interesting if you can if not its no biggie just change the audio to download
    Quote Quote  
  7. Member
    Join Date
    Dec 2022
    Location
    Lesotho
    Search Comp PM
    Just select ALL audio tracks and either ignore the 2nd if it's the AD track or re-order in post. You'll only know when you play the video.
    Quote Quote  
  8. Member
    Join Date
    Oct 2023
    Location
    Afghanistan
    Search PM
    Looking at TVNZ this afternoon and some content is popping up in 1080p. Previously I'd only seen sport or the odd movie.
    eg: https://www.tvnz.co.nz/shows/seal-team/episodes/s7-e5

    Interesting that the previous 4 episodes in the current series are all 720p. One to keep an eye on for sure, especially for me given this is on a paid service P+ in Australia.
    Quote Quote  
  9. Originally Posted by billybanana View Post
    ABC are a pain in that they switch the descriptive audio between the 1 & 2 values quite often. I hard coded "audio-en-mp4a-1" in one version of the script I was messing around with but that didn't always guarantee getting the right one. Not sure if I could use "Alternate" with the drop audio function. Would need to play with that.
    If you drop pulling it from the MPD file, jump the JSON and pull the 720.m3u8 url and modify it to be 1080.m3u8 youll both remove the reliance on the DRM'd stream and probably fix your audio. Thats how I grab it and never had an audio issue.
    Quote Quote  
  10. Originally Posted by wastedhate View Post
    Originally Posted by billybanana View Post
    ABC are a pain in that they switch the descriptive audio between the 1 & 2 values quite often. I hard coded "audio-en-mp4a-1" in one version of the script I was messing around with but that didn't always guarantee getting the right one. Not sure if I could use "Alternate" with the drop audio function. Would need to play with that.
    If you drop pulling it from the MPD file, jump the JSON and pull the 720.m3u8 url and modify it to be 1080.m3u8 youll both remove the reliance on the DRM'd stream and probably fix your audio. Thats how I grab it and never had an audio issue.
    Code:
    {
        "keys": [
            "--key d670f69abd144d51a932e9e633846324:95c6bbd77859e131d4b8c439c6bc8fe2"
        ],
        "pssh": "AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQ1nD2mr0UTVGpMunmM4RjJBoLYnV5ZHJta2V5b3MiENZw9pq9FE1RqTLp5jOEYyQqAkhE",
        "manifest_url": [
            "https://iview-vod.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/mpegdash/1080.mpd"
       }
     ]
    Do you mean like so ? it still selects the audio-en-mp4a-2 by default ?
    Quote Quote  
  11. nah thats still using the mpd line. This is the start of mine, its done as a windows batch file but preduces the result:

    Code:
    set /p iviewurl=Enter the URL for the Iview Episode: 
    Extractors\yt-dlp.exe "%iviewurl%" --dump-json > output.json
    Extractors\jq.exe -r .formats[0].manifest_url output.json > iview.txt
    @Powershell "(Get-Content iview.txt) -replace '720.m3u8', '1080.m3u8' | Set-Content HDURL.txt"
    The resulting HDURL.txt file will have the m3u8 variant of the file in it. Thats what I pull the video from and have never had an issue with audio.
    Last edited by wastedhate; 8th Sep 2024 at 21:17.
    Quote Quote  
  12. Code:
    C:\Scripts\vetchahoo>yt-dlp.exe "https://iview.abc.net.au/video/DR2314H001S00" --dump-json  1>output.json
    Python path configuration:
      PYTHONHOME = 'C:\Freevine\bin'
      PYTHONPATH = (not set)
      program name = 'C:\Freevine\bin\yt-dlp.exe'
      isolated = 0
      environment = 0
      user site = 0
      import site = 0
      sys._base_executable = 'C:\\Freevine\\bin\\yt-dlp.exe'
      sys.base_prefix = ''
      sys.base_exec_prefix = ''
      sys.executable = 'C:\\Freevine\\bin\\yt-dlp.exe'
      sys.prefix = ''
      sys.exec_prefix = ''
      sys.path = [
        'C:\\Freevine\\bin\\base_library.zip',
        'C:\\Freevine\\bin\\lib-dynload',
        'C:\\Freevine\\bin',
      ]
    Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
    Python runtime state: core initialized
    ModuleNotFoundError: No module named 'encodings'
    
    Current thread 0x0000b724 (most recent call first):
    <no Python frame>
    
    C:\Scripts\vetchahoo>jq.exe -r .formats[0].manifest_url output.json  1>iview.txt
    Gives me an error what am I missing please

    WAs Yt-dlp causing the error updated now working thanks


    Code:
    https://iview-vod-hls.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/hls/v3/1080.m3u8?hdnea=st%3D1725867169~exp%3D1725868069~acl%3D%2F%2A~hmac%3Da361e8115e9cd4fc6586264634355ecbdd86bc366c681df2af62d61d7c92b5ec
    Shows no audio stream ?
    Last edited by PSXman_uk; 9th Sep 2024 at 02:46. Reason: Error fixed
    Quote Quote  
  13. Fixed weird how it shows no audio then downloads with audio and subs thanks again
    Quote Quote  
  14. Cause the audio is already muxed with the file on their servers when you download it.

    Quote Quote  
  15. Looks like VT script
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!