Page 1 of 1

Request: Read from a pipe (stdin) instead of a file

Posted: Wed Mar 30, 2011 2:24 am
by TonyXL
It would be great if comskip had an option to read from a pipe. I guess you'd also need a switch to let comskip know the format since it wouldn't have a file extention to work from.

-Tony

Re: Request: Read from a pipe (stdin) instead of a file

Posted: Wed Mar 30, 2011 8:52 am
by erik
are pipes in windows implemented via disk buffers?
If so, why is there an advantage?

Re: Request: Read from a pipe (stdin) instead of a file

Posted: Wed Mar 30, 2011 1:46 pm
by TonyXL
I assume the pipe transfers data just in memory instead of writing to disk.

I'm running a file through ffmpeg first and would like to pipe that output right into comskip, instead of writing to disk and then calling comskip. I'd like to avoid the disk-writing overhead if possible.

Thanks,
Tony