Skip to content

Releases: deanveloper/ddmpeg

v0.3.0

09 Jan 15:54
Compare
Choose a tag to compare
  • removed dampen audio option, just merge with less weight
  • now copies audio streams when able

provided binary is linux and has deno runtime packaged. feel free to build from source if you want anything else lol

0.2.0

19 Apr 15:44
Compare
Choose a tag to compare

Renamed project (fftrim -> ddmpeg)

Big shift in arguments:

  • start and end (s and e) are now one argument: trim (t)
  • targetsize shortened to size (and ts to s)
  • ability to mix audio streams, with weights (-merge 1,4 or -m 1,4)

As stated in the list above, the ability to mix audio streams has been added!

v0.1.1

24 Jan 05:31
Compare
Choose a tag to compare

fixed issue with progress bar when -e was not set

Full Changelog: v0.1.0...v0.1.1

Attached binary runs on amd64 linux. Otherwise compile from scratch

initial release

28 Dec 11:26
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

yay you can trim videos

requires ffmpeg to be in your PATH