Module: libav.org
Branch: master
Commit: 94212eb3fa7f90baf76819d1a45324ffacbf3208

Author:    Janne Grunau <[email protected]>
Committer: Janne Grunau <[email protected]>
Date:      Tue Nov 22 19:41:54 2011 +0100

bugreports: update for avconv/avplay program names

---

 src/bugreports |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bugreports b/src/bugreports
index 4494bad..adc45bd 100644
--- a/src/bugreports
+++ b/src/bugreports
@@ -28,30 +28,30 @@ When writing your bug report, please include (uncompressed):
 <ul>
   <li>What you were trying to accomplish (e.g., "I am trying to transcode
     from this format to that format...")</li>
-  <li>The problem you encountered (e.g., "<code>ffmpeg</code> crashed" or "The
+  <li>The problem you encountered (e.g., "<code>avconv</code> crashed" or "The
     output video was all green")</li>
-  <li>The exact command line you were using (e.g., "<code>ffmpeg -i input.mov
+  <li>The exact command line you were using (e.g., "<code>avconv -i input.mov
     -an -vcodec foo output.avi</code>")</li>
   <li>The full, uncut console output provided by
-    <code>ffmpeg -v 9 -loglevel 99 -i </code> followed by the name of your 
input file
+    <code>avconv -v 9 -loglevel 99 -i </code> followed by the name of your 
input file
     (copy/pasted from the console, including the banner that indicates
-    version and configuration options), paste <code>ffplay</code> output
-    only if your problem is not reproducible with ffmpeg.</li>
+    version and configuration options), paste <code>avplay</code> output
+    only if your problem is not reproducible with avconv.</li>
 </ul>
 
 <p>
 If you encounter a crash bug, please provide the <code>gdb</code> output,
-backtrace and disassembly using the the <code>ffmpeg_g</code> debug binary as
-follows:
+backtrace and disassembly using a unstripped <code>avconv</code> binary
+as foolows:
 </p>
 
 <blockquote>
-<pre>gdb ffmpeg_g</pre>
+<pre>gdb avconv</pre>
 </blockquote>
 
 <p>
 In <code>gdb</code>, type 'r' for run, along with the rest of the
-<code>ffmpeg</code> command line:
+<code>avconv</code> command line:
 </p>
 
 <blockquote>

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to