added ffmpeg & adb batch
This commit is contained in:
4
Android/screenrecord-to-ffplay.bat
Normal file
4
Android/screenrecord-to-ffplay.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@REM require adb and ffplay (ffmpeg) on path
|
||||
@REM show android screen on ffplay using adb screenrecord function
|
||||
|
||||
adb exec-out screenrecord --output-format=h264 - | ffplay -framerate 60 -probesize 32 -sync video -
|
||||
4
FFmpeg/download-aes-encrypted-m3u8.bat
Normal file
4
FFmpeg/download-aes-encrypted-m3u8.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@REM WIP docs
|
||||
@REM download BLOB videos with m3u8
|
||||
|
||||
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "input-playlist.m3u8" -c copy -bsf:a aac_adtstoasc "output-video.mp4"
|
||||
Reference in New Issue
Block a user