View Single Post
  #10  
Old 02-21-2016, 09:13 PM
shawn1122 shawn1122 is offline
Junior Member
 
Join Date: Feb 2016
Posts: 26
shawn1122 is on a distinguished road
Default

Re: New to ffmpeg need help


Did you follow the instructions on https://github.com/K-S-V/Scripts/wiki for installing PHP? He specifically requests that you install version 5.4 though the latest version is 7. Also make sure to include PHP.ini in the install folder. It also looks like you need to navigate to the folder where you've saved AdobeHDS.php. I recommend storing it in it's own folder since all of the fragments and the final video file will be saved there. You can download AdobeHDS from here: https://github.com/K-S-V/Scripts. Just download the ZIP and extract AdobeHDS.php to the folder of your choosing.

One you get PHP installed properly and the script running, that link will fail you (if its the one I posted) since the authentication on it has already expired. You will need to get your own link either by using "Inspect" like you did earlier or by using the HDS Link Detector extension for Firefox.

If PHP isn't installing properly, you can use a standalone version of AdobeHDS, though unfortunately this is also run by command line. It can be downloaded here: https://drive.google.com/file/d/0B2E...lwRl9nN1k/view. With this file you won't need to install PHP, simply extract the .exe in the x86 folder to any folder of your choosing. Navigate to that folder in the command prompt and enter your command. Instead of the command starting with "php Adobehds.php", it will now simply begin with "adobehds" for example:

Quote:
adobehds --manifest "http://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739,604_mp4_video_1280x720_243200 0_primary_audio_6,606_mp4_video_1920x1080_8000000_ primary_audio_8,605_mp4_video_1920x1080_5000000_pr imary_audio_7,603_mp4_video_1280x720_1800000_prima ry_audio_5,602_mp4_video_960x540_1200000_primary_a udio_4,601_mp4_video_640x360_568000_primary_audio_ 3,600_mp4_video_480x270_400000_primary_audio_2,599 _mp4_video_416x234_168000_primary_audio_1,.mp4.csm il/manifest.f4m?hdnea=st=1456100114~exp=1456100204~ac l=/z/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739*~hmac=b6a995f7839f24cf76ae096 089a2ff7fa9460a64333fb15d6d42596da0e5f92f&g=DDLJNJ PXRBBW&hdcore=3.5.0" --delete --auth "hdntl=exp=1456186545~acl=%2fz%2fAMC_Networks_-_AMC%2f623451203738%2f650%2f411%2fBCS_201_D1_62345 2739*~data=hdntl~hmac=397ca52eea9fb7a140724bd8d600 5423e6c695618d7b54e51c66aa52baf93de3&als=0,3,NaN,2 ,0,NaN,0,0,0,40,f,0,2882.81,f,s,DDLJNJPXRBBW,3.5.0 ,40&hdcore=3.5.0" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
Though again, you would need to get your own URL and I recommend using HDS Link Detector to do so.
Reply With Quote