[issue4994] subprocess (Popen) doesn't works properly

2009-01-18 Thread David W. Lambert
Changes by David W. Lambert : -- nosy: +LambertDW ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue4994] subprocess (Popen) doesn't works properly

2009-01-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Please investigate a bit more before posting. Try the following: Popen(['mplayer','/tvixhd2/Pelis para montar/00049.m2ts','-msglevel', 'all=4','-vo', 'null','-ao', 'null','-vf', 'cropdetect','-vid', '4113','-frames', '500']) -- nosy: +pitrou resolutio

[issue4994] subprocess (Popen) doesn't works properly

2009-01-18 Thread simonbcn
New submission from simonbcn : Python 2.5.2 Ubuntu 8.04.1 64 bits ** -- ATTEMPT 1 -- Python: Popen(['mplayer','/tvixhd2/Pelis para montar/00049.m2ts','-msglevel all=4','-vo null','-ao null','-vf cropdetect','-vid 4113','-frames 500'])