diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 6bf7eed54f..6678579b87 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1732,7 +1732,7 @@ Then compile and install as usual. USAGE -Hardware decoding (playing standard MPEG-1/2 files) can be done with this +Hardware decoding of streams containing MPEG-1/2 video and/or MPEG audio can be done with this command: mplayer -ao mpegpes -vo mpegpes file.mpg|vob @@ -1741,8 +1741,9 @@ mplayer -ao mpegpes -vo mpegpes file.mpg|vob -Software decoding or transcoding different formats to MPEG-1 can be achieved -using a command like this: +Decoding of any other type of video stream requires transcoding to MPEG-1, thus it's slow +and may not be worth the trouble, especially if your computer is slow. +It can be achieved using a command like this: mplayer -ao mpegpes -vo mpegpes yourfile.ext mplayer -ao mpegpes -vo mpegpes -vf expand yourfile.ext