Changes between Version 3 and Version 4 of Ticket #460, comment 2


Ignore:
Timestamp:
Feb 10, 2013, 12:47:12 PM (12 years ago)
Author:
pythonsnake

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #460, comment 2

    v3 v4  
    1111        temp_vid = '/tmp/{0}.mkv'.format(queued_filepath[1])
    1212        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)
    1414        move(temp_vid, queued_filename)