James Almer
245ace4e2d
avformat/movenc: ensure we don't write the major brand as a compatible brand more than once
...
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
James Almer
58ac760816
avformat/movenc: write the major brand also as the first compatible brand
...
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Marton Balint
397abca001
avformat/movenc: use unspecified language by default
...
English was used before.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Carl Eugen Hoyos
3ea97767e4
Add an ARES atom to extradata when encoding avui.
...
Allows playback with QuickTime and the original codec.
Tested by Olaf Matthes, olaf matthes gmx de
10 years ago
Michael Niedermayer
0c152fe916
ffmpeg: prefix encoder with "Lavc " in bitexact mode
...
This avoids misleading encoder names like "encoder = prores"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Carl Eugen Hoyos
7d0e3b197c
Write the fiel atom to mov files independently of the used video coded.
...
The QuickTime specification does not contain any hint that the atom
must not be written in some cases and both the QuickTime and the
AVID decoders do not fail if the atom is present.
This change allows to signal (visually) interlaced streams with
a codec different from uncompressed video.
As a side-effect, this fixes ticket #2202
12 years ago