MCPcopy Create free account
hub / github.com/GStreamer/gst-python / do_remux

Method do_remux

old_examples/remuxer.py:686–693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

684 #self.cutout.connect('notify::time', lambda *x: self.check_cutin())
685
686 def do_remux(self):
687 if self.player.is_playing():
688 self.play_toggled()
689 in_uri = self.player.get_location()
690 out_uri = in_uri[:-4] + '-remuxed.ogg'
691 r = Remuxer(in_uri, out_uri,
692 self.cutin.get_time(), self.cutout.get_time())
693 r.run(self)
694
695 def do_choose_file(self):
696 if self.player.is_playing():

Callers 1

create_uiMethod · 0.95

Calls 6

play_toggledMethod · 0.95
runMethod · 0.95
RemuxerClass · 0.85
get_timeMethod · 0.80
is_playingMethod · 0.45
get_locationMethod · 0.45

Tested by

no test coverage detected