Remix.run Logo
meowface 2 days ago

I wish it supported easy export to MP4.

jasonjmcghee 2 days ago | parent | next [-]

You can do it in two commands, but not ideal to need gif as stopgap.

    agg demo.cast demo.gif
    ffmpeg -i demo.gif demo.mp4
taoh 2 days ago | parent | prev [-]

It should be pretty easy to export to MP4, but using SVG will be lighter and faster, which is why we created the dg tool to automatically export to SVG. Please see my previous comments if interested