conference-app-2019 icon indicating copy to clipboard operation
conference-app-2019 copied to clipboard

Useful tools 便利なツール

Open furusin opened this issue 5 years ago • 12 comments

Please tell us useful tools for Android, Kotlin, review and others. Any information would be great! 知っている便利なツールを集めたらよさそうなので雑にコメントしていってください。日本語でもいいです。コメントを見て、こっちの方がいけてるよとかでも 🙆


Name

Description

  • link

the last year version is here 昨年版はこちら

furusin avatar Jan 08 '19 06:01 furusin

I want to know how to record screen gif. I am using scrcpy + LICEcap.

takahirom avatar Jan 08 '19 09:01 takahirom

I want to know how to record screen gif.

Me either. I used to use AndroidTools but work for only jpg or mp4.

furusin avatar Jan 08 '19 11:01 furusin

I use AndroidStudio to record a screen and generate mp4, then pass it to https://ezgif.com/video-to-gif to convert to gif.

KeithYokoma avatar Jan 08 '19 12:01 KeithYokoma

I am using Screen record in virtual device of AndroidStudio This can be gif directly

2019-01-08 21 10 34

tarumzu avatar Jan 08 '19 12:01 tarumzu

I often use GIF Brewery to record screen gif.

My favorite features are...

Resize

to paste to Github with appropriate size.

Slice

can specify when starts or ends.

Settings > Speed / Frames Per Second

can change speed and FPS of animation.

Settings > Color count

to reduce file size.

2019-01-08 21-33-06 2019-01-08 21_34_48

To combine these features, this tool can make good quality GIF but with less file size simply 🎉

kumamotone avatar Jan 08 '19 12:01 kumamotone

I also create a mp4 file using AS and then pass it to following script. https://gist.github.com/ecoopnet/6b79cefb74548c15d01c7c5119720a35

kwmt avatar Jan 08 '19 12:01 kwmt

Truthfully, I want to use AndroidStudio's feature as @furusin @KeithYokoma @tarumzu commented because very simple. But I still hasn't been found the solution that convert to gif with desired file size and quality ( @KeithYokoma introduce ezgif.com but I prefer tools that run locally..) If anyone know how to do this, I want to know..

(As suggested @kwmt , I probably should use mpeg2gif with appropriate options. I'll try it and sorry for long comment 🙇)

kumamotone avatar Jan 08 '19 12:01 kumamotone

I defined the following command in .bash_profile before I got the findings in this place 😭

function create_gif(){ ffmpeg -i $1 -vf scale=320:-1 -r 20 output.gif; }
create_gif xxx.mp4

akihiro-ota-LITALICO avatar Jan 09 '19 15:01 akihiro-ota-LITALICO

If we use ffmpeg palettegen, we can create a beautiful gif. But It is a little hard 🤔

takahirom avatar Jan 09 '19 15:01 takahirom

By the way, Are you devising something about code formatting? I am using SaveActions. It can only format places changed by Git. image

takahirom avatar Jan 09 '19 15:01 takahirom

Flipperはどうでしょう https://fbflipper.com/

Getting Startedが誤ってたり、jcenterに最新が上がってなかったりしますのでご注意

daisuke-nomura avatar Jan 10 '19 13:01 daisuke-nomura

I dont know that😍 Is that better than stetho?

takahirom avatar Jan 10 '19 13:01 takahirom