Using the following script:
#!/bin/sh set -e set -u SEQ=${SEQ:-/home/tmatth/Videos/akiyo_qcif.y4m} ./vlc -vvvvvvv \ -I "dummy" ${SEQ} \ --rawvid-chroma=I420 \ --rawvid-fps=30 \ --sout="#transcode{vcodec=av10,venc=aom}:std{access=file,mux=avformat,dst='test-video-aom.ivf'}" \ vlc://quit
I'm seeing: