Hello,
I installed MSVC 64-bit (VS 2019, Release CRT), 1.24.3, both the runtime installer and development installer, selecting complete installation, on a 64bits windows 10 pro laptop.
When running on a CMD terminal:
gst-launch-1.0 multifilesrc location=timeless.mp4 ! decodebin ! videoscale ! video/x-raw,width=640,height=480 ! timeoverlay ! av1enc ! queue ! av1parse ! rtpav1pay ! udpsink host=127.0.0.1 port=5000
I get the error:
WARNING: erroneous pipeline: no element “av1enc”
When I run gst-inspect-1.0, I get 244 plugins and 1726 features, but av1enc is not listed.
Many tests I did with x264 are working fine. Seems like av1enc was not installed, maybe the entire bad plugins are missing.
Anyone has faced this problem before? How can I install/enable bad plugins on Windows?
Thanks so much,
Luis