You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the rendering on a headless server...
raco video -o Test.mp4 Test.vid gives:
Gtk initialization failed for display ":0"\
context...:
"/usr/share/racket/pkgs/gui-lib/mred/private/wx/gtk/queue.rkt": [running body]
temp37_0
for-loop
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
do-dynamic-require5
"/usr/share/racket/pkgs/gui-lib/mred/private/wx/platform.rkt": [running body]
temp37_0
for-loop
run-module-instance!125
for-loop
...```
As I'm very interested in using video language, it would be very helpful to get a solution.
The text was updated successfully, but these errors were encountered:
I've pushed a patch to the master branch so that gtk is only required if you use the -p option in raco video. Does that work for you?
As a side note, I recommend checking out xvfb-run run. It allows you to hook up programs to a virtual buffer, and thus run gui programs on a headless server.
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 the rendering on a headless server...raco video -o Test.mp4 Test.vid
gives:The text was updated successfully, but these errors were encountered: