-
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
#lang scribble/manual
|
||||
|
||||
@(require racket/base
|
||||
(for-label racket/base
|
||||
racket/contract
|
||||
racket/path
|
||||
"../ffmpeg-ffi.rkt"))
|
||||
|
||||
@title{FFmpeg FFI}
|
||||
@author{@author+email["Hans Dijkema" "hans@dijkewijk.nl"]}
|
||||
|
||||
@defmodule[ffmpeg-ffi]
|
||||
@defmodule[(file "../ffmpeg-ffi.rkt")]
|
||||
|
||||
This module provides the low-level Racket FFI binding for the native
|
||||
FFmpeg audio shim. The native shim exposes an opaque FFmpeg instance and
|
||||
|
||||
Reference in New Issue
Block a user