View Single Post
Old 21st September 2020, 21:00   #8  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,374
Quote:
Originally Posted by anton_foy View Post

I would love to use ffmpeg directly with avs input but all I get is error when I try it: "ffmpeg outputfile #0 does not contain any stream" and it doesn't write any frames.
Code:
ffmpeg prorestest.avs prores_ks -c:v -profile:v 4 -pix_fmt yuv444p10 test.mov

Typos ?

It should be like this
Code:
Code:
ffmpeg -i prorestest.avs -c:v prores_ks  -profile:v 4 -pix_fmt yuv444p10 test.mov
poisondeathray is offline   Reply With Quote