here is my
UVD Converter.
Usage:
Code:
php UVDConvert.php <m3u8_file> <ts.prdy_file> <key_file> <output_file>
Video:
Code:
php UVDConvert.php 100000-1.m3u8 1043168926.ts.prdy crypt0.key video.ts
Audio:
Code:
php UVDConvert.php en-64000.m3u8 1043128474.aac crypt0.key audio.aac
Remux:
Code:
ffmpeg -i video.ts -i audio.aac -bsf:a aac_adtstoasc -c copy movie.mp4