Playing Videos
The topic provides examples for playing a video file in the Debian operating system.
The following code block shows the example in different scenarios.
- Play an H.265 video file:
ffplay -v verbose -vcodec hevc_omx -i /test1_720P.h265
- Play an MP4 video file:
ffplay -v verbose -vcodec hevc_omx -f alsa hw:0,1 /720p_h265_aac.mp4
- Play an audio file:
ffplay -f s16le -ar 32000 -ac 2 test.pcm