Opened 12 years ago
Last modified 10 years ago
#3841 open enhancement
support MYUV 10-bit & 8-bit 4:2:2 YUV
| Reported by: | ami_stuff | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avcodec |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
in theory it should be easy to support this
http://www.datafilehost.com/d/6382051a
C:\>ffmpeg -i media-100_8bit.mov
ffmpeg version N-65404-gd34ec64 Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 7 2014 22:01:54 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 52. 98.100 / 52. 98.100
libavcodec 55. 73.101 / 55. 73.101
libavformat 55. 53.100 / 55. 53.100
libavdevice 55. 13.102 / 55. 13.102
libavfilter 4. 11.103 / 4. 11.103
libswscale 2. 6.101 / 2. 6.101
libswresample 0. 19.100 / 0. 19.100
libpostproc 52. 3.100 / 52. 3.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 02f025a0] Could not find codec parameters for stream
0 (Video: none (MYUV / 0x5655594D), 720x576, 163332 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
media-100_8bit.mov: could not find codec parameters
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'media-100_8bit.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2013-08-14 12:45:11
Duration: 00:00:02.00, start: 0.000000, bitrate: 163481 kb/s
Stream #0:0(eng): Video: none (MYUV / 0x5655594D), 720x576, 163332 kb/s, SAR
989855744:905969664 DAR 1:8, 23.96 fps, 23.97 tbr, 1000k tbn, 1000k tbc (defaul
t)
Metadata:
creation_time : 2013-08-14 12:45:11
handler_name : Procedura obs│ugi skrˇtˇw danych Apple
encoder : 844/X Uncompressed
At least one output file must be specified
C:\>ffmpeg -i media-100_10bit.mov
ffmpeg version N-65404-gd34ec64 Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 7 2014 22:01:54 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 52. 98.100 / 52. 98.100
libavcodec 55. 73.101 / 55. 73.101
libavformat 55. 53.100 / 55. 53.100
libavdevice 55. 13.102 / 55. 13.102
libavfilter 4. 11.103 / 4. 11.103
libswscale 2. 6.101 / 2. 6.101
libswresample 0. 19.100 / 0. 19.100
libpostproc 52. 3.100 / 52. 3.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 02f025a0] Could not find codec parameters for stream
0 (Video: none (MYUV / 0x5655594D), 720x576, 201025 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
media-100_10bit.mov: could not find codec parameters
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'media-100_10bit.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2013-08-14 12:45:32
Duration: 00:00:02.00, start: 0.000000, bitrate: 201198 kb/s
Stream #0:0(eng): Video: none (MYUV / 0x5655594D), 720x576, 201025 kb/s, SAR
989855744:905969664 DAR 1:8, 23.96 fps, 23.97 tbr, 1000k tbn, 1000k tbc (defaul
t)
Metadata:
creation_time : 2013-08-14 12:45:32
handler_name : Procedura obs│ugi skrˇtˇw danych Apple
encoder : 844/X Uncompressed
At least one output file must be specified
Change History (3)
comment:1 by , 12 years ago
| Component: | undetermined → avcodec |
|---|---|
| Priority: | normal → wish |
| Reproduced by developer: | set |
| Status: | new → open |
| Type: | defect → enhancement |
| Version: | unspecified → git-master |
comment:2 by , 10 years ago
something can be seen with this:
C:\>ffmpeg -vcodec y41p -i media-100_8bit.mov out.avi
ffmpeg version N-78758-g5156578 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
ble-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --
enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-lib
x265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-d
ecklink --enable-zlib
libavutil 55. 19.100 / 55. 19.100
libavcodec 57. 27.100 / 57. 27.100
libavformat 57. 26.100 / 57. 26.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 37.100 / 6. 37.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
Last message repeated 1 times
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] unsupported color_parameter_type clcn
[mov,mp4,m4a,3gp,3g2,mj2 @ 038de860] sample aspect ratio already set to 59:54, i
gnoring 'pasp' atom (989855744:905969664)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'media-100_8bit.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2013-08-14 12:45:11
Duration: 00:00:02.00, start: 0.000000, bitrate: 163481 kb/s
Stream #0:0(eng): Video: y41p (MYUV / 0x5655594D), yuv411p, 720x576, 163332
kb/s, SAR 59:54 DAR 295:216, 23.96 fps, 23.97 tbr, 1000k tbn, 1000k tbc (default
)
Metadata:
creation_time : 2013-08-14 12:45:11
handler_name : Procedura obs│ugi skrˇtˇw danych Apple
encoder : 844/X Uncompressed
File 'out.avi' already exists. Overwrite ? [y/N] y
Output #0, avi, to 'out.avi':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
ISFT : Lavf57.26.100
Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x576 [SAR 59
:54 DAR 295:216], q=2-31, 200 kb/s, 23.97 fps, 23.97 tbn, 23.97 tbc (default)
Metadata:
creation_time : 2013-08-14 12:45:11
handler_name : Procedura obs│ugi skrˇtˇw danych Apple
encoder : Lavc57.27.100 mpeg4
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
Stream mapping:
Stream #0:0 -> #0:0 (y41p (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
frame= 48 fps=0.0 q=31.0 Lsize= 589kB time=00:00:02.00 bitrate=2409.6kbits
/s speed=18.3x
video:582kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o
verhead: 1.163033%
comment:3 by , 10 years ago
This is just uyvy422 with fields stored sequentially instead of interleaved, and with some padding after each field.
Note:
See TracTickets
for help on using tickets.



http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3841/