K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 226 forks source link

hi, can you download the flv and then transcoding to avi or mp4 #22

Closed binlaniua closed 10 years ago

binlaniua commented 10 years ago

the tool is very useful, and i love it

binlaniua commented 10 years ago

i use AdobeHDS.php --manifest "xx" --delete

ghost commented 10 years ago
ffmpeg -i a.flv -c copy a.mp4
denobisipsis commented 10 years ago

Hi, can you explain me what means "This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script". It's "currently" currently or currently it's possible?

ghost commented 10 years ago

@denobis it means the script cannot handle that stream.

denobisipsis commented 10 years ago

But it's possible? It's only curiosity. Can you know only where the key is to be found? or the mechanism around?

On 11/24/13, Steven Penny notifications@github.com wrote:

@denobis it means the script cannot handle that stream.


Reply to this email directly or view it on GitHub: https://github.com/K-S-V/Scripts/issues/22#issuecomment-29164832

ghost commented 10 years ago

@denobis you would need to reverse engineer the encryption, which is currently a violation of the DMCA in the United States. So even if you find a way it will be illegal in the US and possibly other countries.

K-S-V commented 10 years ago

@binlaniua Transcoding to other video formats is out of the scope of this script.

@denobis even if we keep aside the legalities for a moment, technically it's very hard to reverse engineer the encryption algorithm through multiple layers of obfuscation.