#PY <- Needed to identify # #--automatically built-- adm = Avidemux() #adm.loadVideo("/tmp/master-tv/piperMux.mkv") #adm.clearSegments() #adm.addSegment(0, 0, 237060000) #adm.markerA = 0 #adm.markerB = 237060000 #adm.setPostProc(3, 3, 0) adm.videoCodec("Copy") #adm.audioClearTracks() adm.audioAddExternal("/tmp/fab-render/pipes/piper000.wav") adm.setSourceTrackLanguage(0,"und") adm.audioAddTrack(0) adm.audioCodec(0, "FDK_AAC", "bitrate=224", "afterburner=True", "profile=2", "sbr=False"); adm.audioSetDrc(0, 0) adm.audioSetShift(0, 0, 0) adm.setContainer("MKV", "forceDisplayWidth=False", "displayWidth=1280", "displayAspectRatio=0")