ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Support hevc_videotoolbox in ffmpeg

Open fix2015 opened this issue 2 years ago • 0 comments

Is there any chance to make 'hevc_videotoolbox' work with? Something like that args: ['-i', 'video.avi', '-filter_complex', '[0:v]chromakey=#00ff00[ckout];[ckout]despill=green[out]', '-map', '[out]', '-c:v', 'hevc_videotoolbox', '-allow_sw 1', '-alpha_quality', '0.75', '-vtag', 'hvc1', 'video.mp4']

fix2015 avatar Jul 13 '23 13:07 fix2015