[FFmpeg-user] C210 uncompressed video: horizontal offset
Peter B.
pb at das-werkstatt.com
Tue May 8 00:39:33 EEST 2018
Hi everyone :)
I just received a 10 bit uncompressed file, encoded in something called
"C210" (*).
When I transcode or play it, there's a horizontal pixel shift.
Here's a screenshot:
http://download.das-werkstatt.com/pb/contribs/files/c210_offset.png
Recent ffmpeg is able to read this file without throwing any errors.
Complete uncut ffprobe console output is below.
I couldn't find any information about "C210" online. Seems to be a
proprietary "dialect" of V210?
Any ideas how to get these files to decode correctly?
I've uploaded a sample file here:
http://download.das-werkstatt.com/pb/contribs/files/c210.avi.7z
Thank you very much in advance,
Pb
-----------------------
$ ffprobe-git -i c210.avi
-----------------------
ffprobe version N-90991-g0736f32 Copyright (c) 2007-2018 the FFmpeg
developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 20160609
configuration: --prefix=/usr/local --enable-gpl --enable-nonfree
--enable-version3 --enable-postproc --enable-ffplay --enable-swscale
--enable-avfilter --enable-pthreads --enable-bzlib --enable-zlib
--enable-decoder=png --enable-encoder=png --samples=../fate-suite
--enable-libfreetype --enable-libopenjpeg --disable-decoder=jpeg2000
--enable-libvpx --enable-libvorbis --enable-libx264
libavutil 56. 18.100 / 56. 18.100
libavcodec 58. 19.101 / 58. 19.101
libavformat 58. 13.101 / 58. 13.101
libavdevice 58. 4.100 / 58. 4.100
libavfilter 7. 21.100 / 7. 21.100
libswscale 5. 2.100 / 5. 2.100
libswresample 3. 2.100 / 3. 2.100
libpostproc 55. 2.100 / 55. 2.100
Input #0, avi, from 'c210.avi':
Metadata:
encoder : Lavf58.13.101
Duration: 00:00:02.00, start: 0.000000, bitrate: 234331 kb/s
Stream #0:0: Video: v210 (C210 / 0x30313243), yuv422p10le, 720x576,
239085 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
More information about the ffmpeg-user
mailing list