PDA

View Full Version : Hw to capture audio from vhx.tv


Jammy2020
06-07-2017, 08:13 AM
Is there a way to download the audio output from vhx.tv?

https://www.vhx.tv/features - This is how I see videos I have purchased.

Getting the audio only will do the job as well - in fact this is preferred, but getting the video works as well.

Please help if you can.

Thank you :)

dumining
07-08-2017, 03:53 AM
got this from another and it works very well, however I had to use Video Downloadhelper to get the link (that firefox extension often was successfull also, but the below if it isnt)

It seems they're using token-based HLS, in which case you lucked out. Make sure Flash is uninstalled. On the video page, right-click the video frame and select "copy link." Install ffmpeg (many guides are out there), and use something like this in Terminal:

Code:

ffmpeg -i "vhs.tv link" -c copy video.ts