mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
docs: Added examples to README.md.
This commit is contained in:
16
Makefile
16
Makefile
@@ -1,7 +1,17 @@
|
||||
README.md:
|
||||
gomplate -f $@.tmpl --plugin "filters=./get_filter_support_table,ffprobe=./get_ffprobe_commands_table,version=./nu_version" > $@
|
||||
SHELL:=/nix/store/zicq9x6aznw7x202564p8iy0rm04py6l-nushell-0.89.0/bin/nu
|
||||
|
||||
all: README.md
|
||||
|
||||
README.md: examples/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4
|
||||
gomplate --config .gomplate.yml -V
|
||||
|
||||
examples/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4:
|
||||
wget -x -P examples/videos https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4
|
||||
|
||||
clean:
|
||||
rm -f README.md
|
||||
|
||||
.PHONY: clean
|
||||
clean-all: clean
|
||||
rm -rf examples/videos/**
|
||||
|
||||
.PHONY: clean all
|
||||
|
||||
Reference in New Issue
Block a user