mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
16 lines
479 B
YAML
16 lines
479 B
YAML
inputFiles:
|
|
- README.md.tmpl
|
|
outputFiles:
|
|
- README.md
|
|
plugins:
|
|
filters: ./get_filter_support_table
|
|
ffprobe: ./get_ffprobe_commands_table
|
|
version: ./nu_version
|
|
ffprobe_example: ./examples/ffprobe.nu
|
|
ffprobe_multiple_files_example: ./examples/ffprobe-multiple-files.nu
|
|
ffprobe_streams_audio_example: ./examples/streams-audio.nu
|
|
ffprobe_streams_video_example: ./examples/streams-video.nu
|
|
ffprobe_dimensions_example: ./examples/dimensions.nu
|
|
#pluginTimeout: 10s
|
|
|