diff options
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 19 insertions, 1 deletions
@@ -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. @@ -1 +0,0 @@ -Add README |