Dear All
I am a beginner using python. My boss asks me to write a Python script to call ffmpeg to converter video to flash using multi-thread. the program uses database to be the queue and the thread must be reused after each tread completed convertion.
the program has been completed but "Reuse" part. Anyone has any idea how to write that part
Sean
I am a beginner using python. My boss asks me to write a Python script to call ffmpeg to converter video to flash using multi-thread. the program uses database to be the queue and the thread must be reused after each tread completed convertion.
the program has been completed but "Reuse" part. Anyone has any idea how to write that part
Sean
Comment