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
I'm unable to encode vp8 using the disable_audio=false attribute in my _config.sh. It just errors out. H264 works just fine. If I remove the disable_audio line, it works but then I have no sound.
The error that I get is:
Only VP8 or VP9 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM. av_interleaved_write_frame(): Invalid argument and Error writing trailer of <file>: Invalid argument
This is my ffmpeg config. I do also have --enable-libvorbis and --enable-libvpx as you can see below.
I'm unable to encode vp8 using the
disable_audio=false
attribute in my _config.sh. It just errors out. H264 works just fine. If I remove thedisable_audio
line, it works but then I have no sound.The error that I get is:
Only VP8 or VP9 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM. av_interleaved_write_frame(): Invalid argument
andError writing trailer of <file>: Invalid argument
This is my ffmpeg config. I do also have
--enable-libvorbis
and--enable-libvpx
as you can see below.Trying it via the command line:
expose disable_audio=false
doesn't error out but the video has no sound.The text was updated successfully, but these errors were encountered: