mlsmithjr / transcoder

Python wrapper for ffmpeg for batch and/or concurrent transcoding
GNU General Public License v3.0
117 stars 25 forks source link

specifying `-k` in command line failed to retrain the original file #24

Open callzhang opened 3 years ago

callzhang commented 3 years ago

Sample: pytranscoder -y transcode.yml -k temp/xxx.mp4

mlsmithjr commented 3 years ago

Do you by any chance have the temp/ dir configured as your temporary encoding space? If so then it's being overwritten because you're encoding a file in the same directory.