aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-12-02 20:55:47 +0100
committerMattias Andrée <m@maandree.se>2024-12-02 20:55:47 +0100
commit53908d398c6803ddd905dfb394ced5594293a48f (patch)
tree591a145c810b463b9d610810d49073d9274864df
parentSecond commit (diff)
downloadffutils-53908d398c6803ddd905dfb394ced5594293a48f.tar.gz
ffutils-53908d398c6803ddd905dfb394ced5594293a48f.tar.bz2
ffutils-53908d398c6803ddd905dfb394ced5594293a48f.tar.xz
Add READMEHEAD1.0master
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--README19
-rw-r--r--TODO1
2 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b888b61
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+NAME
+ ffutils - collection of ffmpeg scripts
+
+DESCRIPTION
+ ffutils provides the following scripts that wrap
+ ffmpeg(1) and ffprobe(1):
+
+ ffextract-audio(1)
+ Create an audio file from a video file.
+
+ ffextract-frame(1)
+ Create an image file from a video file.
+
+ ffget-audio-extension(1)
+ Get appropriate filename suffix for a audio
+ track in a video file.
+
+ ffuse-frame(1)
+ Create an image file from a video file.
diff --git a/TODO b/TODO
deleted file mode 100644
index 3fedb64..0000000
--- a/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Add README