senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

Add a process pid when extiting with FFMpegConvertError. #44

Closed KoleS46 closed 10 years ago

KoleS46 commented 10 years ago

Add pid to error when exiting with FFMpegConvertError.

senko commented 10 years ago

This looks innocent enough, but I'm wondering what is the use case? Once the process has finished, knowing its pid doesn't help much?

KoleS46 commented 10 years ago

In my use case it is helpful to have the pid when the ffmpeg gets kicked out or termianates with some specific return code to find the reason in the system logs.

senko commented 10 years ago

Thx for the explanation @KoleS46.