Best practice for ffmpeg encode

Hello,
I’m trying to have the best possible settings for ffmeg for the ExtractReview process (generating .mp4 that will be push for review).
By looking at the command line generated by openpype, i can see that the default settings seams to be configured for the best possible quality (preserving full size of the original media size, etc)
Do you have some guideline towards good compression settings but that output usable movie ?

Hey @Olivier, thanks for reaching out!

We had created the mp4 preset as the best output for Ftrack reviewable or practically any web previewing. If you wish to play with FFMPEG args your self, then ideally do it outside of Ayon and official ffmpeg documentation site should be your best frend (plus a lot of google-fu and OpenAI :wink: ). And then what ever had clicked for you just copy into preset’s ffmpeg args input list as pairs of args.

1 Like

Another good place would be; Introduction | ORI Encoding Guidelines

2 Likes

I’ve updated the post title and category if you don’t mind.

1 Like

Thanks for the link about ORI encoding guidlines.
I have learn a few things :

  • h265 is not very supported yet
  • i can resize every thing to hd width by using scale=1920:trunc(ow/a/2)*2 in the video filter