

I have a look on the error : Unable to parse option value "-1" as pixel format Error setting option pix_fmt to value -1. Unable to parse option value "-1" as pixel format Setting 'video_size' to value '1920x818'

root/bin/ffmpeg -vcodec h264_aml -i /root/ -vcodec h264 /tmp/test.mp4 -loglevel trace Works ( but with copy i have a doubt it use the aml codec) root/bin/ffmpeg -vcodec h264_aml -i /root/ -vcodec copy /tmp/test.mp4

extra-ldflags="-L$HOME/ffmpeg_build/lib" \įfmpeg version N-81550-g2349883fa1 Copyright (c) 2000-2016 the FFmpeg developersīuilt with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516Ĭonfiguration: -prefix=/root/ffmpeg_build -pkg-config-flags=-static -extra-cflags=-I/root/ffmpeg_build/include -extra-ldflags=-L/root/ffmpeg_build/lib -extra-libs='-lpthread -lm' -bindir=/root/bin -enable-gpl -enable-libass -enable-libfdk-aac -enable-libfreetype -enable-libmp3lame -enable-libopus -enable-libvorbis -enable-libvpx -enable-aml -enable-decoder=h264_aml -enable-decoder=hevc_aml -enable-decoder=mpeg2_aml -enable-decoder=mpeg4_aml -enable-decoder=mpeg4v1_aml -enable-decoder=mpeg4v2_aml -enable-decoder=mpeg4v3_aml -enable-decoder=vc1_aml -enable-libx264 -enable-libx265 -enable-nonfree

extra-cflags="-I$HOME/ffmpeg_build/include" \ PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig". #include "/usr/include/amports/vformat.h" Sudo apt-get install libx265-dev libnuma-dev configure -prefix="$HOME/ffmpeg_build" -bindir="$HOME/bin" & \ I have armbian with /dev/ion at Y for the kernel Is this even possible at all?Įscume me to comeback with this old post : Who had thought this seemingly simple task turns out to be such an impossible endavour. In this branch of ffmpeg this option is definately missing. Failed to open codec in av_find_stream_infoĪlso the question remains, if the C2 can decode mpeg2 in hardware. ffmpeg -c:v "h264_aml" -i /tmp/testh264.mkv -c:v rawvideo -c:a copy "/tmp/testfile.mkv"įfmpeg version N-80072-g2cd945c Copyright (c) 2000-2016 the FFmpeg developersīuilt with gcc 4.9.2 (Debian/Linaro 4.9.2-10)Ĭonfiguration: -prefix=/temp/ffmpeg_port -pkg-config-flags=-static -enable-static -enable-gpl -enable-libass -enable-libfaac -enable-libfreetype -enable-libmp3lame -enable-libopus -enable-libtheora -enable-libvorbis -enable-libx264 -enable-libx265 -enable-nonfree -enable-aml -enable-decoder=h264_aml -enable-decoder=hevc_aml -enable-decoder=mpeg2_aml -enable-decoder=mpeg4_aml -enable-decoder=mpeg4v1_aml -enable-decoder=mpeg4v2_aml -enable-decoder=mpeg4v3_aml -enable-decoder=vc1_aml
