Popen to get stdout and stderr for ffmpeg - No such file or directory ?

goldtech goldtech at worldpost.com
Mon Apr 18 23:05:36 EDT 2011


> Read The Fine Manual:http://docs.python.org/library/subprocess.html#subprocess.Popen:

snip...
>
> Try instead:
> cmd3 = ['ffmpeg', '-i', '/home/giga/Desktop/Guitar1.flv']
>
> Cheers,
> Chris
> --http://blog.rebertia.com

No doubt, I should RTFM...you're right!

Yes, works like a charm now.

Thanks so much for the help. I really appreciate it!



More information about the Python-list mailing list