Changes between Version 4 and Version 5 of Ticket #460, comment 2
- Timestamp:
- Feb 10, 2013, 12:47:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #460, comment 2
v4 v5 11 11 temp_vid = '/tmp/{0}.mkv'.format(queued_filepath[1]) 12 12 remux_cmd = 'ffmpeg -i {0} -vcodec copy -acodec copy -scodec copy -y {1}'.format(queued_filename, temp_vid) 13 call(remux_cmd )13 call(remux_cmd.split(" ")) 14 14 move(temp_vid, queued_filename)