diff --git a/examples/README b/examples/README index ba1efdd8..c62d85b1 100644 --- a/examples/README +++ b/examples/README @@ -61,4 +61,12 @@ $ make yuv420_infiniteloop $ ./yuv420_infiniteloop /dev/video1 akiyo_qcif.yuv 176 144 30 It can be viewed with: -$ ffplay devicename \ No newline at end of file +$ ffplay devicename + +The YUV format is for raw sequences, more samples can be obtained +from [here](http://trace.eas.asu.edu/yuv/). And they can be created using +ffmpeg like this: + +$ ffmpeg -i inputfile.mp4 -c:v rawvideo outputfile.yuv + +More details can be found in [ffmpeg wiki](https://github.com/stoyanovgeorge/ffmpeg/wiki/Encode-Raw-Video). \ No newline at end of file