Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9a70a + 61b8457 commit f43b749Copy full SHA for f43b749
usage/video.md
@@ -1 +1,17 @@
1
# Playing video on the Raspberry Pi
2
+
3
+To play a video, navigate to the location of your video file in the terminal using `cd`, then type the following command:
4
5
+```
6
+omxplayer example.mp4
7
8
9
+This will play the `example.mp4` in full screen. Hit `Ctrl + C` to exit.
10
11
+## Example video sample: Big Buck Bunny
12
13
+There is an video sample of the animated film *Big Buck Bunny* available on the Pi. To play, it enter the following command into the terminal:
14
15
16
+omxplayer /opt/vc/src/hello_pi/hello video/test.h264
17
0 commit comments