[FFmpeg-devel] nuv1 in avi
Andrew Randrianasulu
randrianasulu at gmail.com
Tue Oct 8 15:03:13 EEST 2024
I was experimenting with mencoder
taskset -c 0 qemu-i386 -cpu pentium /usr/bin/mencoder -ovc nuv -oac copy
raw.avi -o nuv.avi -of avi -noodml
and it created interesting avi file.
ffprobe -i nuv.avi
[avi @ 0x8e124c0] Could not find codec parameters for stream 0 (Video: none
(NUV1 / 0x3156554E), none, 320x240, 724 kb/s): unknown codec
I think ff_codec_bmp_tags_unofficial in libavformat/riff.c can be extended
with AV_CODEC_ID_NUV and fourcc NUV1
what do you think? ;)
More information about the ffmpeg-devel
mailing list