Earlier, we built the ffmpeg development environment, conducted ffmpeg performance tests, and demonstrated ffmepg for network streaming video playback. However, in many cases, we need custom development, and the built ffmpeg cannot meet our needs. In this case, we must develop based on the source code. This article will provide an experience of application development based on ffmpeg.
aarch64-linux-gnu-gcc doc/examples/encode_video.c -O3 -o ./encode_video -I/home/lhj/opt/ffmpeg/board/include/ -L/home/lhj/opt/ffmpeg/board/lib -lavcodec -lavutil -lswresample -lpthread -lm
Then log in to the development board via ssh or serial port, and import rz into the ~ directory of the development board
root@myir-yg2lx:~# ./encode_video encode.bin mpeg1video
Send frame 0
Send frame 1
Write packet 0 (size= 6731)
Send frame 2
Write packet 2 (size= 3727)
Send frame 3
Write packet 1 (size= 1698)
Send frame 4
Write packet 4 (size= 2744)
Send frame 5
Write packet 3 (size= 1676)
Send frame 6
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 6 (size= 2955)
Send frame 7
Write packet 5 (size= 1810)
Send frame 8
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 8 (size= 3170)
Send frame 9
Write packet 7 (size= 1937)
Send frame 10
Write packet 10 (size=12306)
Send frame 11
Write packet 9 (size= 2173)
Send frame 12
Write packet 12 (size= 3770)
Send frame 13
Write packet 11 (size= 2064)
Send frame 14
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 14 (size= 3340)
Send frame 15
Write packet 13 (size= 1941)
Send frame 16
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 16 (size= 3121)
Send frame 17
Write packet 15 (size= 1897)
Send frame 18
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 18 (size= 3392)
Send frame 19
Write packet 17 (size= 2172)
Send frame 20
Write packet 20 (size=12266)
Send frame 21
Write packet 19 (size= 2169)
Send frame 22
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 22 (size= 4000)
Send frame 23
Write packet 21 (size= 2018)
Send frame 24
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
[mpeg1video @ 0xaaaae25232a0] warning, clipping 1 dct coefficients to -255..255
Write packet 24 (size= 3072)
Write packet 23 (size= 1935)
root@myir-yg2lx:~#
aarch64-linux-gnu-gcc doc/examples/decode_video.c -O3 -o ./decode_video -I/home/lhj/opt/ffmpeg/board/include/ -L/home/lhj/opt/ffmpeg/board/lib -lavcodec -lavutil -lswresample -lpthread -lm
Then log in to the development board via ssh or serial port, and import rz into the ~ directory of the development board
The above is an experience of application development based on ffmpeg starting from source code compilation. It can be seen that based on the complete operating environment and excellent performance of the development board, it becomes very convenient to develop multimedia applications.