Quote:
Originally Posted by ratherbe
... Using jDownloader and the .ts file , I downloaded a 1.76GB .ts file, but it won't open in any player, and has no MediaInfo.
No dice so far.
|
If you downloaded the full 76PgzzlSKfk_1080p.ts file, you can decrypt it with ffmpeg using a small edited
m3u8 file as the input.
Copy
76PgzzlSKfk_1080p.ts
76PgzzlSKfk_1080p.m3u8
encryption2.key
into the same folder along with ffmpeg (if necessary). Then run ffmpeg command line:
Code:
ffmpeg -i "76PgzzlSKfk_1080p.m3u8" -vcodec copy -acodec copy -absf aac_adtstoasc "76PgzzlSKfk_1080p.mp4"