[FFmpeg-trac] #4882(avcodec:new): support rgb48le in ffv1

FFmpeg trac at avcodec.org
Sat Sep 26 19:06:11 CEST 2015


#4882: support rgb48le in ffv1
-------------------------------------+-----------------------------------
             Reporter:  dericed      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  ffv1         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by art1):

 You could find DNG files (for next 7days) found on https://upload.slub-
 dresden.de/owncloud/public.php?service=files&t=5b243e556292d42a07480fcf0d5ac652

 The files were produced to test FFV1 codec and are raw 4k. To produce 16
 -bit-RGB, try ff. instructions:

 $> ufraw-batch --noexif --out-depth=16 --output-type=tiff $i
 --output=tiff4k/$(basename $i ".dng").tiff;

 This should produce 16-bit TIFFs

 Then test it with ffmpeg:

 $> ffmpeg -threads 2 -f image2 -i tiff4k/AWEBA000245_%07d.tif -c:v ffv1
 -level 3 -g 1 -coder 1 -context 1 -slices 16 -slicecrc 1 -y
 outputvideo_ffmpeg_threads.mkv

 Hope, it helps…

 (PS.: It would be wonderful if anyone could code direct DNG support :) )

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4882#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list