Skip to content

This is a script to apply the same filters to all files in a folder

License

Notifications You must be signed in to change notification settings

TKremer00/Avidemux-all-files-in-folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Avidemux all files in folder

This is a script to apply the same filters to all files in a folder using the program avidemux

How to apply your own filter

In the applyAdmFilters methode you have to put your filters exept the filters :

  • adm = Avidemux()
  • adm.loadVideo(".....")
  • adm.clearSegments()
  • adm.addSegment(0, 0, .....)
  • adm.markerA = 0
  • adm.markerB = ......

How to get your own filter

To get your own filter you need to select 1 video. Apply all filters to it. When you are done you go to file>Project script>Save as Project. Then you need to open that file and all your settings are there.

How to use

To run the script you have to download and install avidemux.Then you click file>Project script>Run Project. Then you select this file. If the script runs you are promt to select a folder this is the folder where the files that you want to apply filters to are. Then you have to select the folder where you want to save to.

About

This is a script to apply the same filters to all files in a folder

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages