Codecs: Difference between revisions

From AniDB
Jump to navigation Jump to search
mNo edit summary
(wikiup++!!!!11)
Line 1: Line 1:
{{update}}
{{update}}


When adding videocodecs we don't want the FourCC, but the real used codec.<br>
When adding videocodecs we don't want the FourCC, but the real used codec.
<b>Why that?</b><br>
 
'''Why that?'''
 
Groups often change the FourCC to increase "compatibility" so adding the FourCC is just wrong.<br>
Groups often change the FourCC to increase "compatibility" so adding the FourCC is just wrong.<br>


Line 23: Line 25:


===Trustworthy Programs===
===Trustworthy Programs===
[[AOM]]
*[[AOM]]
[http://virtualdubmod.sourceforge.net/ Virtualdubmod]
*[http://virtualdubmod.sourceforge.net/ Virtualdubmod]


[[Category:Guidelines]]
[[Category:Guidelines]]

Revision as of 18:21, 15 May 2005

The information on this page needs to be updated to reflect the current status of AniDB.
Remove this message when done.

When adding videocodecs we don't want the FourCC, but the real used codec.

Why that?

Groups often change the FourCC to increase "compatibility" so adding the FourCC is just wrong.

('div3',      'DivX 3 Low-Motion',  'DivX3',    '3'),
('div3/div3', 'DivX 3 Low-Motion',  'DivX3',    '3'),
('div4/div3', 'DivX 3 Fast-Motion', 'DivX3',    '3'),
('div5',      'DivX 5.0',           'DivX5',    '7'),
('dx50',      'DivX 5.0',           'DivX5',    '7'),
('xvid/dx50', 'DivX 5.0',           'DivX5',    '7'),
('divx/dx50', 'DivX 5.0',           'DivX5',    '7'),
('divx',      'DivX 4 (OpenDivX)',  'DivX4',    '5'),
('divx/divx', 'DivX 4 (OpenDivX)',  'DivX4',    '5'),
('DIVX/DIVX', 'XviD',               'XviD',    '17'),
('xvid',      'XviD',               'XviD',    '17'),
('xvid/xvid', 'XviD',               'XviD',    '17'),
('xvid/divx', 'DivX 4 (OpenDivX)',  'DivX4',    '5'),
('mp42',      'S-Mpeg 4 version 2', 'MS MP4x', '18'),
('mp43',      'S-Mpeg 4 version 3', 'MS MP4x', '18')

Trustworthy Programs