Re: [FFmpeg-devel] Custom Video Encoding and Decoding

2020-07-29 Thread Zhao Zhili
On July 29, 2020 3:13:34 PM GMT+08:00, Jaeho Bang wrote: >Dear Paul, >Thank you for the reply! I must have done a bad job explaining, sorry >about >that. There is some underlying information that I have left out. My >initial >clustering algorithm / representative frame selection algorithm >actua

Re: [FFmpeg-devel] Custom Video Encoding and Decoding

2020-07-29 Thread Jaeho Bang
Dear Paul, Thank you for the reply! I must have done a bad job explaining, sorry about that. There is some underlying information that I have left out. My initial clustering algorithm / representative frame selection algorithm actually spits out a frame importance hierarchy. I want to implement a c

Re: [FFmpeg-devel] Custom Video Encoding and Decoding

2020-07-29 Thread Alex Cohn
On Wed, Jul 29, 2020 at 9:12 AM Jaeho Bang wrote: > > Dear members of ffmpeg-devel, > > I am currently working on a research project and from looking over the > examples and documentation in the ffmpeg repository, I believe I need to > implement a custom encoder / decoder to perform my task. > > T

Re: [FFmpeg-devel] Custom Video Encoding and Decoding

2020-07-28 Thread Paul B Mahol
On 7/29/20, Jaeho Bang wrote: > Dear members of ffmpeg-devel, > > I am currently working on a research project and from looking over the > examples and documentation in the ffmpeg repository, I believe I need to > implement a custom encoder / decoder to perform my task. > > To first explain the pr

[FFmpeg-devel] Custom Video Encoding and Decoding

2020-07-28 Thread Jaeho Bang
Dear members of ffmpeg-devel, I am currently working on a research project and from looking over the examples and documentation in the ffmpeg repository, I believe I need to implement a custom encoder / decoder to perform my task. To first explain the project idea, currently I am working mainly w