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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #460, comment 2

    v4 v5  
    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.split(" "))
    1414        move(temp_vid, queued_filename)