Sunday 4 October 2015

Install Google SketchUp Make 2015 in Ubuntu 14.04

Setelah mengikut tutorial [1], ketika mencoba menjalan via gui tidak ada respon, kemudian ketika mencoba melalui CLI, terjadi error seperti berikut :

SketchUpMake-en-x64.exe

wildan@openthinklabs002$:wine "C:\Program Files (x86)\SketchUp\SketchUp 2015\SketchUp.exe" "/DisableRubyAPI"
err:module:import_dll Library mfc100u.dll (which is needed by L"C:\\Program Files (x86)\\SketchUp\\SketchUp 2015\\SketchUp.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files (x86)\\SketchUp\\SketchUp 2015\\SketchUp.exe" failed, status c0000135
wildan@openthinklabs002$:fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
Solusinya :

Silahkan download file mfc100u.dll disini : http://www.dllme.com/dll/files/mfc100u_dll.html

Kemudian simpan di :

{$home}/.wine/drive_c/Program Files (x86)/SketchUp/SketchUp 2015


Referensi

  1. Install Google SketchUp Make 2014 in Ubuntu 14.04, http://ubuntuhandbook.org/index.php/2014/06/install-google-sketchup-ubuntu1404/

Monday 28 September 2015

Desktop Recording

Status : Draft

recordmydesktop


Dari [1], setelah utak-atik, opsi terbaik :


recordmydesktop --width 1366 --height 768 --v_bitrate 2000000 --s_quality 10 --delay 1 --fps 20 --overwrite --device plughw:0,0 --no-wm-check --buffer-size 65538 --freq 48000 --quick-subsampling -o openthinksas_rapor_quran.ogv

Untuk konversi ke avi agar bisa diuplooad ke youtube [1] :

mencoder -idx openthinksas_rapor_quran.ogv -ovc lavc -oac mp3lame -o openthinksas_rapor_quran.avi
Atau

ffmpeg -i openthinksas_rapor_quran.ogv openthinksas_rapor_quran.mpg

green-recorder 


Jika menggunakan recordmydesktop tidak bisa, seperti jika menggunakannya di wayland, suara ada, tapi layar blank, tidak terekam, mungkin bisa mencoba green-recorder [2]

Referensi


  1. recordmydesktop – audio not in sync, https://karussell.wordpress.com/2009/11/18/recordmydesktop/
  2. green-recorder, https://github.com/foss-project/green-recorder