Skip to content

Commit

Permalink
Fix YouTube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed May 20, 2021
1 parent eeee1f6 commit 24677d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/anki.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Future exportCurrentAudio(

String outputPath = "\"$gAppDirPath/exportAudio.mp3\"";
String command =
"-loglevel quiet -ss $timeStart -to $timeEnd -y -i \"$inputPath\" -map 0:a:$audioIndex $outputPath";
"-loglevel verbose -ss $timeStart -to $timeEnd -y -i \"$inputPath\" -map 0:a:$inputPath $outputPath";

await _flutterFFmpeg.execute(command);

Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -791,11 +791,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "7ec0098c7fbbfce0bda446bff1145725251d7e3f"
resolved-ref: "7ec0098c7fbbfce0bda446bff1145725251d7e3f"
ref: "721ad7e2d535812e0e90fbe4c4b6175717c44bc5"
resolved-ref: "721ad7e2d535812e0e90fbe4c4b6175717c44bc5"
url: "https://github.com/Hexer10/youtube_explode_dart"
source: git
version: "1.9.0"
version: "1.9.4"
youtube_player_flutter:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jidoujisho
description: A mobile video player tailored for Japanese language learners.
publish_to: none

version: 0.16.4+29
version: 0.16.5+30

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies:
youtube_explode_dart:
git:
url: https://github.com/Hexer10/youtube_explode_dart
ref: 7ec0098c7fbbfce0bda446bff1145725251d7e3f
ref: 721ad7e2d535812e0e90fbe4c4b6175717c44bc5
youtube_player_flutter:
wakelock:
dependency_overrides:
Expand Down

0 comments on commit 24677d7

Please sign in to comment.