added ffmpeg & adb batch

This commit is contained in:
2026-01-20 14:17:41 +01:00
parent bafe78e4d1
commit 40af7a4d6b
2 changed files with 8 additions and 0 deletions

View 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 -

View 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"