Home
last modified time | relevance | path

Searched refs:muxapp (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/commands/
H A Ddownload.py112 mux_cmd = [g.muxapp, "-i", tmpvideoname, "-i", args_au[1], "-c",
266 cmd = [g.muxapp, "-y", "-i", temp_file, "-acodec", "copy", "-metadata"]
275 util.dbg("Failed to remux audio using %s", g.muxapp)
280 util.dbg("remuxed audio file using %s" % g.muxapp)
286 exe = g.muxapp if g.transcoder_path == "auto" else g.transcoder_path
401 if audio and g.muxapp:
456 if mediatype == "video" and g.muxapp and not config.DOWNLOAD_COMMAND.get:
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Dinit.py80 g.muxapp = has_exefile("ffmpeg.exe") or has_exefile("avconv.exe")
83 g.muxapp = has_exefile("ffmpeg") or has_exefile("avconv")
H A Dg.py15 muxapp = False variable