> >
> > Speed (from prores 422 HQ file -> Prores 444)
> >
> > ./ffmpeg -i prores422hqfile.mov -pix_fmt yuv444p10 -c:v prores -an
> > -profile:v 4 res_aw.mov -y
> > ==> 25 fps
> >
> > ./ffmpeg -i prores422hqfile.mov -pix_fmt yuv444p10 -c:v prores_ks -an
> > -profile:v 4 res_ks.mov -y
> > ==> 10 fps
On 7/21/18, Martin Vignali wrote:
> Hello
>
> Patch in attach add support for prores 444 profile in AW prores encoder
>
> Need to be apply after patch in discussion "avcodec/proresenc_aw
> improvments"
>
> Speed (from prores 422 HQ file -> Prores 444)
>
> ./ffmpeg -i prores422hqfile.mov -pix_fmt y
Hello
Patch in attach add support for prores 444 profile in AW prores encoder
Need to be apply after patch in discussion "avcodec/proresenc_aw
improvments"
Speed (from prores 422 HQ file -> Prores 444)
./ffmpeg -i prores422hqfile.mov -pix_fmt yuv444p10 -c:v prores -an
-profile:v 4 res_aw.mov -y