Changes between Version 3 and Version 4 of Ticket #460, comment 2
- Timestamp:
- Feb 10, 2013, 12:47:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #460, comment 2
v3 v4 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) 14 14 move(temp_vid, queued_filename)