Skip to content

Instantly share code, notes, and snippets.

@emcodem
Last active June 12, 2025 06:22
Show Gist options
  • Save emcodem/764db05ef10c2ab4f20badc56f00aec1 to your computer and use it in GitHub Desktop.
Save emcodem/764db05ef10c2ab4f20badc56f00aec1 to your computer and use it in GitHub Desktop.

Revisions

  1. emcodem revised this gist Apr 30, 2023. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,10 @@ termux-change-repo
    apt-install openssl-tool
    pkg install ffmpeg

    test if ffmpeg works by typing ffmpeg, you should see default ffmpeg output
    test if ffmpeg works by typing ffmpeg, you should see default ffmpeg output


    Mount smb share on android:
    install civs documents provider from play store
    configure a share and credentials in the app, go to app settings and check "Use as local storage"
    reboot
  2. emcodem created this gist Apr 30, 2023.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    install termux from app store
    in termux:

    termux-change-repo
    * (choose main and bfsu)
    apt-install openssl-tool
    pkg install ffmpeg

    test if ffmpeg works by typing ffmpeg, you should see default ffmpeg output