about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-26 08:26:58 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-26 08:26:58 +0000
commitbc00dd1b3fee22bd91bd713e697b8b31be978d4e (patch)
tree0ae20084aa4bdeb1c5c793bb472102711cf2e268 /Documentation
parentb7b0697b035c08e818204397a1c0cd19ba161eb4 (diff)
downloaddtas-bc00dd1b3fee22bd91bd713e697b8b31be978d4e.tar.gz
Since ffmpeg/ffprobe are wrappers around their libav-variants,
I haven't had the chance to actually test with "real" ffmpeg,
but the usage is probably similar enough to not matter.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dtas-sourceedit.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/dtas-sourceedit.txt b/Documentation/dtas-sourceedit.txt
index 6ef876c..2a80dce 100644
--- a/Documentation/dtas-sourceedit.txt
+++ b/Documentation/dtas-sourceedit.txt
@@ -7,7 +7,7 @@ dtas-sourceedit - edit parameters of a source decoder
 
 # SYNOPSYS
 
-dtas-sourceedit {sox | av}
+dtas-sourceedit {sox | av | ff}
 
 # DESCRIPTION
 
@@ -24,6 +24,10 @@ To change the way dtas-player calls avconv (part of libav):
 
         $ dtas-sourceedit av
 
+To change the way dtas-player calls ffmpeg (lightly-tested):
+
+        $ dtas-sourceedit ff
+
 # ENVIRONMENT
 
 VISUAL / EDITOR - your favorite *nix text editor, defaults to 'vi' if unset.