ffmpeg | branch: master | Gyan Doshi <ffm...@gyani.pro> | Tue Nov 19 14:22:23 
2019 +0530| [6e0461d8d446d07c77d780ffda4942db9f94b8c6] | committer: Gyan Doshi

doc/filters: correct psnr example

AVTB is 1/AV_TIME_BASE

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e0461d8d446d07c77d780ffda4942db9f94b8c6
---

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index c04421b758..035094d8f8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15069,7 +15069,7 @@ is stored in @file{stats.log}.
 @item
 Another example with different containers:
 @example
-ffmpeg -i main.mpg -i ref.mkv -lavfi  
"[0:v]settb=1/AVTB,setpts=PTS-STARTPTS[main];[1:v]settb=1/AVTB,setpts=PTS-STARTPTS[ref];[main][ref]psnr"
 -f null -
+ffmpeg -i main.mpg -i ref.mkv -lavfi  
"[0:v]settb=AVTB,setpts=PTS-STARTPTS[main];[1:v]settb=AVTB,setpts=PTS-STARTPTS[ref];[main][ref]psnr"
 -f null -
 @end example
 @end itemize
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to