You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixed a small rounding bug with the audio resampling
This commit is contained in:
@@ -30,7 +30,7 @@ int main()
|
||||
r.DisplayInfo();
|
||||
|
||||
// Create a writer
|
||||
FFmpegWriter w("/home/jonathan/output.webm");
|
||||
FFmpegWriter w("/home/jonathan/output.ogg");
|
||||
w.DisplayInfo();
|
||||
|
||||
// Set options
|
||||
|
||||
Reference in New Issue
Block a user