
ffplay
List of commands for ffplay:
-
ffplay:tldr:44a81 ffplay: Play a media file.$ ffplay ${filename}try on your machineexplain this command
-
ffplay:tldr:6b832 ffplay: Show only video keyframes.$ ffplay -vf select="${eq(pict_type\,PICT_TYPE_I)}" ${filename}try on your machineexplain this command
-
ffplay:tldr:cc5ae ffplay: Play a video and show motion vectors in real time.$ ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb ${filename}try on your machineexplain this command