@@ -9,6 +9,14 @@ New versions are released through GitHub, so the reference page is the [GitHub R
9
9
> Starting from 0.7.0, you can now [ support development] ( https://github.com/sponsors/natario1 ) through the GitHub Sponsors program.
10
10
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
11
11
12
+ ### v0.9.0
13
+
14
+ - New: ` BlankAudioDataSource ` can be used to add muted audio to a video-only track, thanks to [ @mudar ] [ mudar ] ([ #64 ] [ 64 ] )
15
+ - Enhancement: you can now concatenate multiple files even if some of them have no audio, thanks to [ @mudar ] [ mudar ] ([ #64 ] [ 64 ] )
16
+ - Enhancement: you can now concatenate multiple files without audio track, thanks to [ @cbernier2 ] [ cbernier2 ] ([ #61 ] [ 61 ] )
17
+
18
+ < https://github.com/natario1/Transcoder/compare/v0.8.0...v0.9.0 >
19
+
12
20
### v0.8.0
13
21
14
22
- New: ` TrimDataSource ` to trim segments. Use it to wrap your original source. Thanks to [ @mudar ] [ mudar ] ([ #50 ] [ 50 ] )
@@ -86,6 +94,7 @@ frames, the trim timestamp might be different than what was selected.
86
94
[ pawegio ] : https://github.com/pawegio
87
95
[ aweck ] : https://github.com/aweck
88
96
[ mudar ] : https://github.com/mudar
97
+ [ cbernier2 ] : https://github.com/cbernier2
89
98
90
99
[ 4 ] : https://github.com/natario1/Transcoder/pull/4
91
100
[ 5 ] : https://github.com/natario1/Transcoder/pull/5
@@ -106,3 +115,5 @@ frames, the trim timestamp might be different than what was selected.
106
115
[ 48 ] : https://github.com/natario1/Transcoder/pull/48
107
116
[ 50 ] : https://github.com/natario1/Transcoder/pull/50
108
117
[ 54 ] : https://github.com/natario1/Transcoder/pull/54
118
+ [ 61 ] : https://github.com/natario1/Transcoder/pull/61
119
+ [ 64 ] : https://github.com/natario1/Transcoder/pull/64
0 commit comments