diff options
Diffstat (limited to 'frikanalen/liquidsoap/fulltest.liq')
-rw-r--r-- | frikanalen/liquidsoap/fulltest.liq | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frikanalen/liquidsoap/fulltest.liq b/frikanalen/liquidsoap/fulltest.liq new file mode 100644 index 0000000..9ee1bee --- /dev/null +++ b/frikanalen/liquidsoap/fulltest.liq @@ -0,0 +1,6 @@ +set("log.file.path","/tmp/fulltest.log") +set("frame.video.channels",1) +# http://www.nuug.no/pub/video/frikanalen/1241.ogv = /tmp/input.ogv +stream = single("/tmp/input.ogv") +output.file.theora(reopen_on_metadata=true, "/tmp/output.ogv",stream) +# output.sdl(stream) |