only in kdenlive "private" area). So either you have to disable proxies in subproject, or I prefer to keep them as is, and generate a plain and clean MLT playlist through Renderer / Generate script, and pick *.
> hours) > > and it seemed to work nicely so far. I used proxy clips all along, as > > working off the original video is just not possible. > > > > Now I try to render the project, and I face many issues: first, when > > rendering the project with proxy clips set on the ...
ic->max_analyze_duration这个事控制视频流信息的大小,同理 当没有获取到信息,读取的视频流的时长达到这个duration的时候 也会出来。 if (read_size >= probesize) { ret = count; av_log(ic, AV_LOG_DEBUG, "Probe buffer size limit of %"PRId64" bytes reached\n", probesize); for (i = 0; i...