~boringcactus/vidslice

47438fc4e0e400214458132eee455eb325b68181 — Melody Horn 5 years ago 2313223
use -to as an input option to match -ss as input
1 files changed, 1 insertions(+), 1 deletions(-)

M options.py
M options.py => options.py +1 -1
@@ 255,7 255,7 @@ class OptionsPanel(wx.Panel):
            new_start = new_end - new_duration
            input_opts += ['-ss', str(new_start)]
        if self.end_time.is_edit():
            output_opts += ['-to', str(self.end_time.get_final())]
            input_opts += ['-to', str(self.end_time.get_final())]
        if self.duration.is_edit():
            output_opts += ['-t', str(self.duration.get_final())]