View Single Post
  #2  
Old 09-30-2015, 11:35 AM
Moet Moet is offline
Member
 
Join Date: Sep 2015
Posts: 35
Moet is on a distinguished road
Default

Re: Rip video + Sub XML


To convert the subtitles from xml to .ass use "Subtitle Edit"

["Subtitle Edit" needs Microsoft .Net framework to work - install from: http://www.microsoft.com/en-us/downl....aspx?id=42643]

Then, install "Subtitle Edit" from:

https://github.com/SubtitleEdit/subt....4.8-Setup.zip

Open subtitle xml in firefox - then use "File" >> "Save Page As"
name the file "anime.xml" [use "Save as type:" Web Page, xml only (*xml)]

Open anime.xml with "Subtitle Edit" then click "File" >> "Save as..."
In the "Save as type:" box click the arrow on the right and choose "Advanced Sub Station Alpha (*.ass) - make sure the name is anime.ass

For the video: Use KSV Adobe HDS Downloader

1) If you have 64bit Windows download this file:

http://windows.php.net/downloads/rel...2-VC11-x64.zip

OR for 32bit Windows this file:

http://windows.php.net/downloads/rel...2-VC11-x86.zip

2) Unzip (extract) that file on your desktop and re-name the folder to php

3) Next dowload PHP.ini from http://www.mediafire.com/file/73pmlxqeuwdwdep/PHP.ini

Put PHP.ini in the php folder on your desktop.

4) Next, go here:

https://raw.githubusercontent.com/K-...r/AdobeHDS.php

Copy the text on that page and paste it in to notepad, then save the file using "Save As" and under 'type' select "All-Files (*.*)" [don't save it as a text file!]
name it as AdobeHDS.php - put this file in the php folder.

5) Last, install "HDS Link Detector" for firefox from:

https://addons.mozilla.org/en-GB/fir...link-detector/

TO USE:

1) Hold down the shift key and at the same time right-click on the php folder and choose the option "open command window here"

1a) In the command(CMD) window type/enter: AdobeHDS.php --update (you only need to do this the first time, then occasionally to keep it up-to-date).

2) In firefox, click the "HDS Link Detector" icon so it turns red.

3) Go to the video page in firefox and play the video.

4) "HDS Link Detector" will show a message bubble with a link near the bottom of the page - Click on that message. This will copy the code to your clipboard.

5) Paste this code into the command window that opened earlier (step 1) - (Click the small icon at the top left of the command window; click "edit", then click "paste").


Now wait for all the fragments to download. When it's finished you will find your video in the php folder.

Re-name the video to anime.flv and put it in the same folder as anime.ass - now play with VLC Media Player.

Screenshot:

Reply With Quote