Skip to content

Commit c004a92

Browse files
authored
Update screencapture.md
1 parent 9e87ced commit c004a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

videorip/ffmpeg/screencapture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ ffmpeg -analyzeduration 100M -probesize 100M -i Ermo.1994.DVDRip.x264.AC3-psklf.
1111
1212
```
1313

14-
With image size control
14+
With image size control or correct DAR
1515
```
1616
ffmpeg -analyzeduration 100M -probesize 100M -i main.VOB -f image2 -vf "select='eq(n\,20000)+eq(n\,40000)+eq(n\,13613)',scale=1024:576",showinfo -vsync 0 -frames:v 3 source%3d.png
1717
18+
ffmpeg -analyzeduration 100M -probesize 100M -i main.VOB -f image2 -vf "select='eq(n\,20000)+eq(n\,40000)+eq(n\,13613)',scale=iw*sar:ih",showinfo -vsync 0 -frames:v 3 source%3d.png
1819
```
1920
Analyse video
2021

0 commit comments

Comments
 (0)