video icon indicating copy to clipboard operation
video copied to clipboard

Source Code for Video language.

Results 18 video issues
Sort by recently updated
recently updated
newest added

Hi Leif, FYI I just created a patch [1] enabling #lang video on the Guix OS. I guess you might want to extend the list [2] of supported operating systems...

This package uses `mzrt_sema_create` from the Racket BC runtime via the FFI, but this doesn't work on Racket CS. Failure transcript here: https://plt.eecs.northwestern.edu/pkg-build/server/built/fail/video-v0-1.txt Related to racket/racket#3457

I'm getting some confusing behavior with `(clip ...)` -- both when I `(preview ...)` and when I `(render ...)`. Here, I expected the previewer to show me a 1-second clip...

Hi there... Is it possible to run the `raco video` command without preview in a console to have it render a video DSL file? So I would like to run...

When I set up `alias.mp4` as a file alias or soft-link to another `.mp4` file, and click the DrRacket video preview button on this program: ```racket #lang video (clip "alias.mp4")...

Title says it all. ``` (clip "foo.mp3" #:filters (list (mux-filter ...)) ```

I noticed in the RacketCon talk, videos were embedded in the slideshow presentation: https://www.youtube.com/watch?v=OZXslNVaCOQ Is there somewhere I could find a simple example of how to do that?

enhancement

"language declaration" may need to be called something else, but I'd like some similar description of what it is.

At the moment, you must download Racket separately from Video. Because v0.3 is going to try to include a better video editing tool (and a video editing meta-tool), it would...

enhancement