doc/filters: correct psnr example

AVTB is 1/AV_TIME_BASE
pull/333/head
Gyan Doshi 5 years ago
parent 2ff444bd3a
commit 6e0461d8d4
  1. 2
      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

Loading…
Cancel
Save