On Mon, 22 Jul 2019 at 16:44, qw <[email protected]> wrote: > Hi, > > > I build ffmpeg with x265 and svt-hevc. I can do transcoding via ffmpeg > command. But how to use svt-hevc in x265 via ffmpeg command? > > > Thanks! > > > Regards > > > Andrew > > For a start, you can see the private encoder options for svt hevc by running:
ffmpeg -h encoder=libsvt_hevc See this for a sample command: https://github.com/OpenVisualCloud/SVT-HEVC/tree/master/ffmpeg_plugin -- まさひろ はやし _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
