FFmpeg Compiler?
1–7 of 7 posts
Re: FFmpeg Compiler?
#2Re: FFmpeg Compiler?
#3Re: FFmpeg Compiler?
#4Is it a clojure-like to FFmpeg’s filtergraph transpiler? Is it a library for clojure?
Re: FFmpeg Compiler?
#5Re: FFmpeg Compiler?
#6Is it a clojure-like to FFmpeg’s filtergraph transpiler? Is it a library for clojure?
Yes and yes. The source language is a subset of Clojure, a small Lisp. And yes, it is also a library for Clojure. On top of it being a standalone compiler.
Re: FFmpeg Compiler?
#7Earlier quoted context omitted.
Yes and yes. The source language is a subset of Clojure, a small Lisp. And yes, it is also a library for Clojure. On top of it being a standalone compiler.
Wait a few days and post again a link to https://github.com/danielsz/bioscoop with a title like "Bioscoop: DSL in Clojure for FFmpeg Filtergraph composition" that is the title of the PDF but I added Clojure somewhere in the middle. A few minutes later add a comment in HN explaining you are the author and will answer questions, and also a link to the pdf and your question about other similar projects that target filte…