Avidemux Forum

Avidemux => Windows => Topic started by: Dry-Ad-8380 on June 28, 2020, 05:51:38 PM

Title: cQnXYy2kvGHRCK
Post by: Dry-Ad-8380 on June 28, 2020, 05:51:38 PM
cQnXYy2kvGHRCK
Title: Re: Is it possible append start and stop marker timestamps to the output file name?
Post by: eumagga0x2a on June 28, 2020, 06:35:24 PM
adm = Avidemux()
start = adm.markerA
end = adm.markerB


Now the variable "start" stores the time in microseconds of the selection start, "end" of the selection end. It should be possible to use the both to construct a string for use in adm.save(outfile). The final script should be placed as .py in the "custom" subdirectory of Avidemux profile to be easily called from the "Custom" menu in Avidemux.