Skip to content

Commit

Permalink
Merge pull request #74 from rgplvr/master
Browse files Browse the repository at this point in the history
  • Loading branch information
seel-channel authored Feb 17, 2022
2 parents 64ddb5a + 150c0fe commit baa1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain/bloc/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class VideoEditorController extends ChangeNotifier {
final String filter =
filters.isNotEmpty ? "-filter:v " + filters.join(",") : "";
final String execute =
" -i $videoPath ${customInstruction ?? ""} $filter ${_getPreset(preset)} $trim -y $outputPath";
" -i \'$videoPath\' ${customInstruction ?? ""} $filter ${_getPreset(preset)} $trim -y $outputPath";

//------------------//
//PROGRESS CALLBACKS//
Expand Down

0 comments on commit baa1819

Please sign in to comment.