Skip to content

Instantly share code, notes, and snippets.

@Megidd
Megidd / README.md
Created March 20, 2022 03:50
How to use ADB to copy photos from phone to laptop

ADB binary is installed along with Android Studio at this location:

~/Android/Sdk/platform-tools/adb

Check if your device is attached and USB debugging is enabled on it:

~/Android/Sdk/platform-tools/adb devices -l
@Megidd
Megidd / README.md
Created November 1, 2021 13:54 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8