.NET 2.0 调用FFMPEG,并异步读取输出信息的代码... 1 public void ConvertVideo() 2 { 3 Process p new Process();//建立外部调用线程 4 p.StartInfo.FileName "c:"ffmpeg.exe";//要调用外部程序的绝对路径 5 p.StartInfo.Arg…
问题 d:/software/rt-threadstudio/rt-threadstudio/repo/extract/toolchain_support_packages/arm/gnu_tools_for_arm_embedded_processors/5.4.1/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: rtthread.elf section .text will not fit in reg…