Skip to content

Conversation

@olgabot
Copy link

@olgabot olgabot commented Nov 2, 2017

Adds an animated GIF to the README so newcomers to the package can get a sense of what TensorBoard is without having to install it.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If your company signed a CLA, they designated a Point of Contact who decides which employees are authorized to participate. You may need to contact the Point of Contact for your company and ask to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the project maintainer to go/cla#troubleshoot.
  • In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again.
@jart jart self-requested a review November 2, 2017 22:57
@jart
Copy link
Contributor

jart commented Nov 2, 2017

I like this gif. Is there any chance we can make it larger and without dithering? If you make a YouTube video demo I actually know a few tricks with youtube-dl and ffmpeg to make a really nice gif.

@olgabot
Copy link
Author

olgabot commented Nov 2, 2017

What are your favorite ffmpeg commands? I did this:

ffmpeg -i tensorboard.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > tensorboard.gif 
@jart
Copy link
Contributor

jart commented Nov 2, 2017 via email

@jart
Copy link
Contributor

jart commented Nov 6, 2017

OK so I took a look at my notes file. I had a lot of success with this ffmpeg command once when making a GIF that had a lot of vector graphics.

ffmpeg -i foo.mp4 -strict -2 -ss 00:05:15 -t 00:00:12 -async 1 \ -vf scale=640:360:-1:sws_dither=a_dither cut.gif
@chihuahua
Copy link
Member

Thanks! Yeah, a graphic above the fold in the README is much needed!

@jart
Copy link
Contributor

jart commented Nov 8, 2017

New commit looks a lot better. If you're able to create a high quality YouTube video, I could try playing around with ffmpeg and see what sort of gif I can make too.

@olgabot
Copy link
Author

olgabot commented Nov 8, 2017

@jart how's this gif looking to you? It could be sped up a little but I think it looks nicer

@olgabot
Copy link
Author

olgabot commented Nov 8, 2017

@olgabot
Copy link
Author

olgabot commented May 25, 2018

ping - any updates?

@dvaldivia
Copy link

@olgabot I think you are missing the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants