Skip to content

Releases: WyattBlue/auto-editor

21w05a

04 Feb 20:37
Compare
Choose a tag to compare

21w05a pip release.

21w04b

30 Jan 04:17
Compare
Choose a tag to compare

21w04b pip release.

21w04a

26 Jan 00:40
Compare
Choose a tag to compare

21w04a pip release.

21w02a

16 Jan 03:06
Compare
Choose a tag to compare

What's New

Added the av rendering method so making new videos should be faster now.

Also fixed a minor bug for Windows users exporting to Premiere.

21w01a

07 Jan 20:29
Compare
Choose a tag to compare

What's New

  • Added ability to change the audio codec for media files. Make sure your codec is supported in your container!
  • Added ability to use seconds unit sec in the --frame_margin and the min cut/clip options
  • The info subcommand has been cleaned of bugs:
    • Using it with a matroskv container no longer results in a crash
    • Auto-Editor now correctly displays the correct audio track all the time

20w53a

30 Dec 02:09
Compare
Choose a tag to compare

What's New

Fixed Windows bug with numpy.

Added Info Subcommand

Example:

auto-editor info example.mp4

file: example.mp4
 - fps: 30.0
 - resolution: 1280x720
 - video codec: h264
 - video bitrate: 240k
 - audio tracks: 1
   - Track #0
     - codec: aac
     - samplerate: 48.0 kHz
     - bitrate: 317k

New Contributors