Thursday 31 October 2019

Convert File Video Agar Bisa Dijalankan di TV

Tanpa embed subtitle 


 ffmpeg -i inputfile.mp4 -vcodec mpeg4 -q:v 5 -vtag xvid outputfile.avi

Embed Subtitle 


ffmpeg -i inputfile.mp4 -i infile.srt -c copy -c:s mov_text -vcodec mpeg4 -q:v 5 -vtag xvid outputfile.avi

Masih tidak bisa, versi ffmpeg yang digunakan 4.1.3.

Referensi


  1. Support for avi (mpeg4/mp3) #5, https://github.com/MattMcManis/Axiom/issues/5

Friday 16 August 2019

Android Utilities

Berikut adalah berbagai utilities untuk memudahkan MacOS berinteraksi dengan Sistem Operasi Android

HandShaker - Manage Your Android Phones at Ease


We created HandShaker for you to easily manage your Android devices from your Mac. In addition to a dramatic speed improvement, you can now wirelessly connect your Mac and your Android device for easier management.For Smartisan devices: you can now manage your phone clipboard and push texts to your phone clipboard from your Mac.You can also manage your phone’s external SD card from HandShaker.

https://apps.apple.com/in/app/handshaker-manage-your-android-phones-at-ease/id1012930195?mt=12

BlueStacks - The best way to play your favorite Android games on Mac


Jika ingin menjalankan aplikasi Android di Mac, kita bisa menginstall BlueStacks, https://www.bluestacks.com/

Wednesday 16 January 2019

Java dan OSX

Status : Draft

$ jenv enable-plugin export
$ jenv versions
$ jenv versions
  system
  1.6
  1.6.0.65
* 1.8 (set by /Users/wildan/jobstuff/software/Pentaho/data-integration/.java-version)
  1.8.0.202-ea
  11.0
  11.0.1
  11.0.2
  openjdk64-11.0.2
  oracle64-1.6.0.65
  oracle64-1.8.0.202-ea
  oracle64-11.0.1
$ jenv local 11.0.2

Referensi


  1. How to install Java 8 on Mac, https://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac
  2. jEnv, Manage your Java environment, http://www.jenv.be/

Friday 4 January 2019

Tali Persahabatan MacBook Pro dan Linux


Mount ext4 di Mac 

diskutil list
sudo ext4fuse /dev/disk2s1 /Volumes/External/  -o allow_other,defer_permissions

Referensi

Mac OS X LEMP

...

Referensi

  1. Mac OS X LEMP Configuration, https://gist.github.com/petemcw/9265670
  2. Installation script for enabling macOS baked-in LEMP stack, https://github.com/digitoimistodude/macos-lemp-setup
  3. Sequel Pro, https://sequelpro.com