How much system resources (memory and file handles) does each "file producer" use? (I think that's the question I want.)
I expect to have 9000 1 second references to 5 source files. Because I am trying to make the audio better, and this is the best I can come up with: for each second, look at rms of channel 0, if it is below a threashhold (because the intermittent mic receiver went off) "copychannel 1 0" (channel 1 is the mic on the camera, which is better than nothing.) If I was a C coder I would make a filter or something, but I'm barely able to do this in Python, and the best I could come up with was make a producer for each second and set the channelcopy filter. I could group them and reduce it to 100 or 200, but if I don't need to, why bother? I'm trying to do some a 20 second test, but that isn't going well, likely because my test box is congested and who knows what, but I figured I should find out if my 9000 number has a chance of working on 8gig. -- Carl K ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel