摘要:
-vsync 1 -re -i /data/yipu.ts -async 1 -y -filter_complex split=outputs=1:[proxy0],[proxy0]scale=1920:1080 -rtpflags +latm -8x8dct 1 -profile:v high10 阅读全文
摘要:
https://blog.csdn.net/shj348794/article/details/25004783 //好文章 超详细 http://www.cloudtrend.com.cn/newsinfo/828821.html //云晁 https://blog.csdn.net/wangze 阅读全文
摘要:
./ffmpeg -re -i /home/dafu.ts -vcodec libx264 -acodec aac -pcr_period 20 -muxdelay 0.700000 -muxrate 16000000 -maxrate 14405000 -minrate 14405000 -buf 阅读全文
摘要:
typedef struct FilterGraph { //过滤器图 int index; const char *graph_desc; AVFilterGraph *graph; int reconfiguration; InputFilter **inputs; //图的输入口 int nb 阅读全文
摘要:
{ "in_color_matrix", "set input YCbCr type", OFFSET(in_color_matrix), AV_OPT_TYPE_STRING, { .str = "auto" }, .flags = FLAGS, "color" }, { "out_color_m 阅读全文