-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVT Play have now 5.1 sound in some shows. How can I get it? #1237
Comments
Was it too hard to include some URLs? |
Many new series and movies are in 5.1 |
What do you use to play it in 5.1 audio? |
Apple TV 4K |
Uwtd will release an svtplay-dl fix later today. It is already in use by some users but will be public today |
Nice! Thank you |
@UWTD feel free to do a pull request and we can have the changes upstream : ) |
seems like videos is also in h265(hevc).. it will be a interesting how to present the data. should we prefer h264(avc) over h265? 🤔 |
h265 is not supported by all single-board computer, so i suggest you to stay with h264. |
that sounds like a option.. maybe have something similar to the |
h265 have big issus in some devices. And svt's h265 have crappy quality.. |
It seems that SVT has started to use 1080p too. I just downloaded a 1080p in 5.1 audio with youtube-dl :)
|
1080p is not new on svt |
I have never downloaded any 1080p with svtplay-dl from SVTPlay. |
Ok |
I think more or less all new material (maybe not news etc) is 1080p |
@Sopor: How do you download from svt play with youtube-dl? |
@Thoxxx |
@Thoxxx I used:
but subs is not needed (hardcoded in this movie) but i use the same options for all video i download :) |
@UWTD That line you suggested only downloads the audio |
@Sopor yes. I guess he do not need the video. If it already downloaded once? Merge the new audio to the old video and it is done. An svtplay-dl solution is released on https://uwtd.me and I guess @spaam will look on #1238 tomorrow |
I believe most non expert user don't do that. It is one step over there heads :) |
This comment has been minimized.
This comment has been minimized.
Hi, The best for me is if I can download both audio and video and mux them in one pass. I'm not into programming at all, but it seems this works on svt play until there is an updated svtplay-dl: youtube-dl -f bestvideo+hls-ts-avc-51-surround-Svenska https://www.svtplay.se/video/25374987/good-kill Thanks |
Yes maybe it's to hard for some users but some will make it. I guess @spaam will look at my pull request tomorrow. And if users can't wait the modified svtplay-dl is posted on my site |
Yes it is some issues with youtube-dl and the merge |
@Thoxxx I downloaded the same file as you did and it was no problem to play it in VLC, Kodi, MPC, WMP 12 or MPC Homecinema. I don't have QT in Windows.
When i did a search for that error message it seems to have something to do with the audio. Can you play other 5.1 videos in QT or it was only this file? |
H264(AVC) has overall better performance for now, H265(HEVC) removes details, messes up a lot sometimes and has a general green tint to it. According to this thread they're still tweaking the HEVC - Link I posted a few samples in that thread comparing the two of them. Attaching them here too. I think HEVC has a great future ahead of it but for now I think it's better to stick with H264 when looking at the quality difference and the compatibility. @Sopor 1080p has been available at least since October 2019. |
the yt-dl issue is something I suggest you report in their repo. But it would be interesting to know which versions of the softwares (yt-dl & FFmpeg) that you are running I assume that you are up to date? When I'm downloading manually the streams thru FFmpeg it plays fine thru any player. Yeah some people might argue that H265 looks better on larger screen which I in some cases can agree on but then we have the general green tint, big mess ups from time to time and removed details. Based on the scrubbing I have done thru 10-20 of these videos and comparing them I must say that I would say that AVC has a better performance overall. But I guess that might change soon as they are tweaking it. EDIT: If someone wanna compare videos side by side, SVT has developed their own tool for this it's called Vivict and to watch side by side you need to load the two manifests - Link to the tool Link to article about it |
yt-dl version 2020.05.29 I wrote ... --version in Terminal. Was that right? |
I run ffmpeg version 4.2.1 and youtube-dl 2020.05.29. Try update if possible... |
What's the best way to update FFmpeg ? |
@Thoxxx what OS do you use? |
I think he is running macos ... |
Mojave. I reinstalled ffmpeg with Homebrew and got 4.2.3 But still the same problem with QT Player. Works on VLC and Apple TV. Is there an updated svtplay-dl coming up? |
Any news about this? |
@Thoxxx UWTD has released a version of it's custom svtplay-dl that supports it and made a PR for this repo. |
I'm sorry, I'm not sure how to get/use it |
I managed to get UWTD's version to run; git clone https://github.com/UWTD/svtplay-dl.git |
@Thoxxx url yo the video? |
Here are some URL:s that's in ac3 5.1 but svtplay-dl still only gives 2 channel AAC Many new series and quite a few feature films are now 5.1 |
You can see directly when svtplay-dl starts that it downloads a stereo m4a file first |
@Thoxxx https://delafil.se/4bf3f93822990487/svtplay-dl.rar use the svtplay-dl with python |
I don't know how to use this... |
@Thoxxx Install python: |
I'm using macOS 10.14.6 (Mojave) |
Unpack the rar and make the command in the folder the svtplay-dl is in. You can use terminal instead of powershell |
@Thoxxx please note that svtplay-dl requires that certain modules are pre-installed to work In this text you will also see which python version is the lowest requirement. In addition bs4 is a required module as you can see you get an error message this one is missing |
It's working now! Thank you But the file is not playable in QuickTime, same problem as with youtube.dl |
From youtube-dl more than QuickTime have problems in some cases. But i can't see why QuickTime have problem with this merge. Is it the audio? Can you play the audio only file before merge in QuickTime? |
No, I can't play the m4a in QT player, but in VLC |
Can you play other ac3 coded files in QT? |
That's probably it! |
|
svtplay-dl versions:
Run
svtplay-dl --version
Operating system and Python version:
Name and version of the operating system and python version (run
python --version
)What is the issue:
Always include the URL you want to download and all switches you are using.
You should also add
--verbose
because it makes it much easier for use to find the issue :)The text was updated successfully, but these errors were encountered: