1 (edited by Gods-Mistake 29-01-2019 16:02:52)

Topic: SVPtube 2 Audio Issue

Hi,

I'm in the process of evaluating the SVP and noticed the possibility to download any video, which could become my main reason for buying a license.

But sadly I ran into an issue. I downloaded 22 videos from YouTube and only 3 of them contain the full audio.
The other videos stop playing any sound after 50-75% of the video.

One of the failing videos: https://www.youtube.com/watch?v=u1W6R8rjkv4
Fails at ~1:35 after downloading it.
Streaming it works flawless though.

I use the MPC-HC x64 player and checked back using VFC player. Both stop audio playback at the same time, so the files have to be downloaded (or encoded) wrong.

My hardware:

Operating System: Windows 10 Pro 64-bit
Processor: Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz (8 CPUs), ~3.4GHz
Memory: 16384MB RAM
Card name: AMD Radeon (TM) R9 390 Series
Audio Interface: Avid Fast Track Solo

Re: SVPtube 2 Audio Issue

> One of the failing videos

Works for me.

Not sure what to do hmm It can be a some kind of download throttling from YT's side, for example.
Try plain youtube-dl.exe instead, will it able to download the full audio in all cases?

===
set tube.verbose=10 in "all settings" before starting a download, it will print ffmpeg's output into SVP's log

3 (edited by Gods-Mistake 29-01-2019 19:09:11)

Re: SVPtube 2 Audio Issue

Chainik wrote:

> One of the failing videos

Works for me.

Not sure what to do hmm It can be a some kind of download throttling from YT's side, for example.
Try plain youtube-dl.exe instead, will it able to download the full audio in all cases?

===
set tube.verbose=10 in "all settings" before starting a download, it will print ffmpeg's output into SVP's log


Where is youtube-dl.exe located? I can't find it.

I redownloaded it and got the verbosity set up. Here's the file, which looks absolutely normal to me.

EDIT: Nevermind.

19:36:35.894: [tls @ 051ece40] Error in the pull function.

And 4 following lines point to the problem. This is actually the exact timepoint, where the audio stops.

EDIT: Deactivated all of my non-standard audio drivers and redownloaded it. After 1:30 silence.

Post's attachments

Download Log.txt 22.47 kb, 326 downloads since 2019-01-29 

Re: SVPtube 2 Audio Issue

try to manually update SVP 4\utils\ffmpeg.exe with the latest build

5 (edited by Gods-Mistake 29-01-2019 19:26:07)

Re: SVPtube 2 Audio Issue

Restarted my Pc and did that.
I thought, it helped, but it just delayed the problem.
After 3:53 no sound and same log error.

Post's attachments

log.txt 1.63 kb, 383 downloads since 2019-01-29 

Re: SVPtube 2 Audio Issue

I don't know what we could do from SVP's side hmm

Try the VP9 stream instead of MP4, maybe you'll have better luck with OPUS audio stream.

7 (edited by Gods-Mistake 29-01-2019 20:37:49)

Re: SVPtube 2 Audio Issue

Tried it and got the same result...
It would be really sad, when the problem is impossible to fix.

Can I automate the downloader with start arguments?
Like SVPtube.exe --d --link "https://www.youtube.com/watch?v=u1W6R8rjkv4" --path "C://Somefolder"
I might be able to create a toolchain, If that's possible..
Loading the vid using tubeloader, loading the audio using some other tool and replacing the audio with I don't know what software.
Ugly, but I could live with it, when it happened automatically.

Post's attachments

log VP9.txt 510 b, 330 downloads since 2019-01-29 

Re: SVPtube 2 Audio Issue

you don't need SVPtube for this, use youtube-dl directly

Re: SVPtube 2 Audio Issue

please update SVPtube to the the latest .157 version, it may probably fix this

Re: SVPtube 2 Audio Issue

Thank you for providing an update! I was able to automate everything using youtube-dl, but I'll try the update rn.

Re: SVPtube 2 Audio Issue

Log is clean and the above file has been downloaded correctly!
Thank you very much!

I do have another request though.
Is it possible to include this page: https://www.ani-stream.com/84izypdliob8 to your supported sites?

Re: SVPtube 2 Audio Issue

Yeah, it should definitely be possible for you. I found the video link in the HTML easily.

<video class="jw-video jw-reset" tabindex="-1" disableremoteplayback="" webkit-playsinline="" playsinline="" src="https://node01.ani-stream.com/d/qk5gyr24whfxuqe6sbg2x35vtgurrz4zoxse6xs3rf6gadorh2l5dcgs/video.mp4"></video>

I really love the dev tools in Chrome. You need just two clicks to analyze a specific element (or Ctrl + Shift + C and click the element) big_smile

Re: SVPtube 2 Audio Issue

Oh and you should make sure, that you use node01. Otherwise the download will be very slow.

Re: SVPtube 2 Audio Issue

> Is it possible to include this page: https://www.ani-stream.com/84izypdliob8 to your supported sites?
It is youtube-dl question: Supported sites
You can send this request to youtube-dl developers: Issues