Giter Club home page Giter Club logo

Comments (9)

publicarray avatar publicarray commented on May 28, 2024

Did you try to open the gif in another program, for example a browser? I could generate and open the file in both chrome and firefox

from asciicast2gif.

publicarray avatar publicarray commented on May 28, 2024

You can also use ffmpeg to recreate/fix the gif

ffmpeg -ss 30 -t 3 -y -i demo.gif -vf fps=10,scale=1920:-1:flags=lanczos,palettegen palette.png
ffmpeg -i demo.gif -i palette.png -filter_complex "fps=10,scale=1920:-1:flags=lanczos[x];[x][1:v]paletteuse" output.gif

However the output will be a bit larger in file size. You can use gifsicle or ImageOptim to compress it.

from asciicast2gif.

jwoertink avatar jwoertink commented on May 28, 2024

I ran that command, and it generated the file on my desktop, then I double clicked the file, and got that error.

from asciicast2gif.

ku1ik avatar ku1ik commented on May 28, 2024

@jwoertink can you post such broken gif file somewhere so someone can look closer?

from asciicast2gif.

jwoertink avatar jwoertink commented on May 28, 2024

hmm... That's interesting. Here's a link. Looks like it works in the browser, just not on the desktop.

from asciicast2gif.

publicarray avatar publicarray commented on May 28, 2024

@jwoertink the commands above should work, the gif after I ran the commands:
output The preview app is able to open it fine, but I don't think that the Preview app is really designed to open gifs anyway.

from asciicast2gif.

jwoertink avatar jwoertink commented on May 28, 2024

The preview app works fine with gif
screen shot 2017-11-22 at 2 27 04 pm

The ones generated with this also won't work if sent to someone via text. I guess if it's only going to support web, then maybe a note could just be added to the README?

from asciicast2gif.

publicarray avatar publicarray commented on May 28, 2024

Sorry I should have been clearer, the preview app works on (apparently only some) gifs but is not 'designed' for gifs it just displays singe frames. It looks like an after-thought on Apples part IMHO.

I have two asciinema json files that once is converted via asciicast2gif open fine in the Preview app.

from asciicast2gif.

jwoertink avatar jwoertink commented on May 28, 2024

ok

from asciicast2gif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.