From 7a41e48a787e98cb251191c204b7c529b3e732e6 Mon Sep 17 00:00:00 2001 From: Ruurd Bijlsma Date: Thu, 31 Dec 2020 00:57:15 +0100 Subject: [PATCH] Add support for files without audio stream, fix incorrect trim when playback rate and start point is changed --- movie-maker/package.json | 2 +- movie-maker/src/App.vue | 2 ++ movie-maker/src/js/VideoFile.js | 4 ++++ movie-maker/src/plugins/vuex/ffmpeg-module.js | 23 ++++++++++++++++--- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/movie-maker/package.json b/movie-maker/package.json index bb2afad..b97260e 100644 --- a/movie-maker/package.json +++ b/movie-maker/package.json @@ -1,6 +1,6 @@ { "name": "movie-maker", - "version": "2.1.4", + "version": "2.1.5", "description": "Edit videos", "keywords": [ "Edit", diff --git a/movie-maker/src/App.vue b/movie-maker/src/App.vue index f590f31..3752cf0 100644 --- a/movie-maker/src/App.vue +++ b/movie-maker/src/App.vue @@ -30,6 +30,8 @@