%avi encoder seems to be broken #3307
Rafi594
started this conversation in
User Support
Replies: 1 comment
-
Thanks for reporting, glad you found a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently trying to use output.external for using custom ffmpeg command but the output have a blinking green screen (probably pixel format issues)
I have also tried with
output.file(%avi, fallible=true, "video.flv", stream)
and I get the same issue.I made a workaround by replacing %avi by
%ffmpeg(format="avi",%video(codec="rawvideo", pixel_format="yuv420p"),%audio(codec="pcm_s16le"))
Script for reproducing
Video.mp4
Beta Was this translation helpful? Give feedback.
All reactions