Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f43b749

Browse files
committed
Merge branch 'master' of github.com:raspberrypi/documentation
2 parents 2d9a70a + 61b8457 commit f43b749

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

usage/video.md

+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# 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

Comments
 (0)