comparison DOCS/tech/libavc-options.txt @ 7722:a181875e0aa8

new error resilience support option renamed for consitancy with ffmpeg (ver -> er) bug numbers changed (1234->1248) as some files need multiple ones
author michael
date Sun, 13 Oct 2002 13:49:24 +0000
parents eea9475cb37f
children 619fd5403fd0
comparison
equal deleted inserted replaced
7721:765afc1fcd67 7722:a181875e0aa8
245 ildct use interlaced dct 245 ildct use interlaced dct
246 246
247 lavdopts: (decoder options) 247 lavdopts: (decoder options)
248 --------------------------- 248 ---------------------------
249 249
250 ver error resilience 250 ec error concealment
251 -1 needed for some very broken, encoders which completly ignore the 251 1 use strong deblock filter for damaged MBs
252 standards (one M4S2 asf sample know to need this) (default) 252 2 iterative MV search (slow)
253 0 253 3 all (default)
254 1 more aggressive error detection, lavc might think that some correct 254 Note: just add the ones u want to enable
255 streams contain errors 255
256 256 er error resilience
257 bug manual workaround encoder bugs (cant be easily detected automatically) 257 0 disabled
258 0 (default) 258 1 carefull (should work with broken encoders)
259 1 for msmpeg4v3 workaround for some old lavc generated msmpeg4v3 files 259 2 normal (default) (works with compliant encoders)
260 1 for mpeg4 workaround some opendivx? files (autodetected hopefully) 260 3 agressive (more checks but might cause problems even for valid bitstreams)
261 see http://heroinewarrior.com for some samples 261 4 very agressive
262 2 for mpeg4 workaround xvid interlacing bug 262
263 3 for mpeg4 workaround for UMP4 (autodetected hopefully) 263 bug manual workaround encoder bugs (autodetection isnt foolproof for these)
264 0 nothing
265 1 autodetect bugs (default)
266 2 for msmpeg4v3 some old lavc generated msmpeg4v3 files (no autodetect)
267 4 for mpeg4 xvid interlacing bug (autodetected if fourcc==XVIX)
268 8 for mpeg4 UMP4 (autodetected if fourcc==UMP4)
269 16for mpeg4 padding bug
270 32for mpeg4 illegal vlc bug (autodetected per fourcc)
271 Note: just add the ones u want to enable
264 272
265 gray grayscale only decoding (a bit faster than with color ...) 273 gray grayscale only decoding (a bit faster than with color ...)
266 274
267 idct see lavcopts 275 idct see lavcopts
268 note: the decoding quality is highest if the same idct algorithm is used 276 note: the decoding quality is highest if the same idct algorithm is used