Skip to content

Commit

Permalink
Video finder's bug is fixed.
Browse files Browse the repository at this point in the history
	modified:   persepolis/scripts/useful_tools.py
  • Loading branch information
alireza-amirsamimi committed Dec 30, 2019
1 parent cfe4c8b commit 5ca96a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persepolis/scripts/useful_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@ def muxer(parent, video_finder_dictionary):
result_dictionary['error'] = 'ffmpeg error'
out, ffmpeg_error_message = pipe.communicate()

result_dictionary['ffmpeg_error_message'] = ffmpeg_error_message.decode('utf-8')
result_dictionary['ffmpeg_error_message'] = ffmpeg_error_message.decode('utf-8', 'ignore')

return result_dictionary

0 comments on commit 5ca96a1

Please sign in to comment.