Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Useful tools 便利なツール #239

Open
furusin opened this issue Jan 8, 2019 · 12 comments
Open

Useful tools 便利なツール #239

furusin opened this issue Jan 8, 2019 · 12 comments

Comments

@furusin
Copy link
Contributor

furusin commented Jan 8, 2019

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
昨年版はこちら

@takahirom
Copy link
Member

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

@furusin
Copy link
Contributor Author

furusin commented Jan 8, 2019

I want to know how to record screen gif.

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

@KeithYokoma
Copy link
Contributor

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

@tarumzu
Copy link
Contributor

tarumzu commented Jan 8, 2019

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

2019-01-08 21 10 34

@kumamotone
Copy link
Contributor

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 🎉

@kwmt
Copy link
Contributor

kwmt commented Jan 8, 2019

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

@kumamotone
Copy link
Contributor

kumamotone commented Jan 8, 2019

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 🙇)

@akihiro-ota-LITALICO
Copy link
Contributor

akihiro-ota-LITALICO commented Jan 9, 2019

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

@takahirom
Copy link
Member

takahirom commented Jan 9, 2019

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

@takahirom
Copy link
Member

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

@daisuke-nomura
Copy link

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

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

@takahirom
Copy link
Member

I dont know that😍
Is that better than stetho?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants