comparison DOCS/tech/codec-devel.txt @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 0f1b5b68af32
children
comparison
equal deleted inserted replaced
30989:686241d65b86 30990:0ad2da052b2e
41 encoded data is stored in a media file format that MPlayer doesn't 41 encoded data is stored in a media file format that MPlayer doesn't
42 understand, then you will either need to somehow convert the format to a 42 understand, then you will either need to somehow convert the format to a
43 media file format that the program does understand, or write your own 43 media file format that the program does understand, or write your own
44 MPlayer file demuxer that can handle the data. Writing a file demuxer 44 MPlayer file demuxer that can handle the data. Writing a file demuxer
45 is beyond the scope of this document. 45 is beyond the scope of this document.
46 Try to obtain media that stresses all possible modes of a 46 Try to obtain media that stresses all possible modes of a
47 decoder. If an audio codec is known to work with both mono and stereo 47 decoder. If an audio codec is known to work with both mono and stereo
48 data, search for sample media of both types. If a video codec is known to 48 data, search for sample media of both types. If a video codec is known to
49 work at 7 different bit depths, then, as painful as it may be, do what you 49 work at 7 different bit depths, then, as painful as it may be, do what you
50 can to obtain sample media encoded for each of the 7 bit depths. 50 can to obtain sample media encoded for each of the 7 bit depths.
51 51