You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm making good progress with using this plugin but I appear to have run into an issue. I am trying to export video files with libx264 encoding.
I can run this command to encode to mpeg4:
-i input.mp4 -i slide.png -filter_complex "[1]scale=480:640[1v];[0][1v] overlay=0:0:enable='between(t,1,2)'" -c:v mpeg4 output.mp4
However this similar command with libx264 returns Error Code 1:
-i input.mp4 -i slide.png -filter_complex "[1]scale=480:640[1v];[0][1v] overlay=0:0:enable='between(t,1,2)'" -c:v libx264 output.mp4
Does anyone know if this plugin has libx264 installed in ffmpeg? If not, is that something that could be added in a future version. If so, any ideas what I am doing wrong?
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hello, I'm making good progress with using this plugin but I appear to have run into an issue. I am trying to export video files with libx264 encoding.
I can run this command to encode to mpeg4:
-i input.mp4 -i slide.png -filter_complex "[1]scale=480:640[1v];[0][1v] overlay=0:0:enable='between(t,1,2)'" -c:v mpeg4 output.mp4
However this similar command with libx264 returns Error Code 1:
-i input.mp4 -i slide.png -filter_complex "[1]scale=480:640[1v];[0][1v] overlay=0:0:enable='between(t,1,2)'" -c:v libx264 output.mp4
Does anyone know if this plugin has libx264 installed in ffmpeg? If not, is that something that could be added in a future version. If so, any ideas what I am doing wrong?
Thanks for any help!
The text was updated successfully, but these errors were encountered: