Differences
This shows you the differences between two versions of the page.
— |
ffplay [2019/06/28 02:30] (current) beandog created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ffplay ====== | ||
+ | * [[ffmpeg]] | ||
+ | * [[https://ffmpeg.org/ffplay.html]] | ||
+ | |||
+ | ** Play two videos next to each other for comparison ** | ||
+ | |||
+ | <code> | ||
+ | ffplay -f lavfi "movie=video1.mkv[a];movie=video2.mkv[b];[a][b]hstack" | ||
+ | </code> |