#6863 closed enhancement (wontfix)
Integration of GoPro Decoder/Encoder
Reported by: | Garbord | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | cfhd |
Cc: | felix.bau@gmx.de, lev.panov@gmail.com | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
The current Cineform codec in FFMPEG (version 3.4 at time of submitting this ticket) is not correctly playing back all footage. e.g. https://trac.ffmpeg.org/ticket/6675
Is it possible to use the recently open sourced official Cineform codec (Oct 2017). The goal would be to improve replay quality and to add the ability to encode to this format?
Github repo is found here:
https://github.com/gopro/cineform-sdk
Change History (12)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
Keywords: | cfhd added; Cineform GoPro Wavelet removed |
---|---|
Version: | unspecified → git-master |
comment:5 by , 7 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Could you please explain the won't fix status? It would be very helpful to understand the challenges of adopting the codec.
comment:8 by , 7 years ago
Cc: | added |
---|
comment:9 by , 7 years ago
I'm happy to provide test footage if anyone needs it. This is a very useful intermediate codec for post-production work, rivalling the almost-ubiquitous prores for speed and quality. But unlike proRes it has been open-sourced—something I can't see apple doing any time soon.
comment:10 by , 7 years ago
Cc: | added |
---|
comment:11 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Cineform decoder is being improved as part of GSoC.
Cineform encoder can't be incorporated into FFmpeg because it is specific to x86 processors, FFmpeg supports a much wider range of processors than x86.
comment:12 by , 6 years ago
Resolution: | fixed → wontfix |
---|
I don't know if the original suggestion was a good idea or not but it was certainly not fixed.
By 'use' I mean it possible to either assess suitability of directly integrating the codec, or to use information from the repo to improve the existing codec within FFMPEG?