mirror of
https://github.com/lucish/h265ToJpeg.git
synced 2025-09-27 20:02:06 +08:00
10 lines
210 B
Bash
Executable File
10 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
clear
|
|
rm -r bin
|
|
mkdir bin
|
|
|
|
gcc convert_stream.c -o bin/convert \
|
|
-I/usr/local/ffmpeg/include \
|
|
-L/usr/local/ffmpeg/lib -lavcodec -lavformat -lavfilter -lavutil -lavdevice -lswresample
|
|
|
|
./bin/convert |