ranjithdeveloper / mythbox

Automatically exported from code.google.com/p/mythbox
0 stars 0 forks source link

[windows] calls to subprocess.Popen(...) fail when stdin=None #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Something to do with a non-console windows application not having a stdin
file descriptor to pass on to the child process. May have to put in a hack
for a workaround.

Original issue reported on code.google.com by semir.pa...@gmail.com on 12 Jan 2009 at 6:34

GoogleCodeExporter commented 9 years ago
hence ffmpeg can't be spawned to determine framerate. comm skipping and 
bookmarking
broken until fixed.

Original comment by semir.pa...@gmail.com on 12 Jan 2009 at 6:35

GoogleCodeExporter commented 9 years ago
On windows only, changed to use os.system(...) as a workaround. 
Fixed SVN 851

Original comment by semir.pa...@gmail.com on 8 Mar 2009 at 2:07