Skip to content

Commit

Permalink
fix audio language selection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Sep 4, 2024
1 parent e01b6ef commit 2821f7c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_rust"
version = "0.10.45"
version = "0.10.46"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion movie_collection_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_http"
version = "0.10.45"
version = "0.10.46"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion movie_collection_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_lib"
version = "0.10.45"
version = "0.10.46"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 2 additions & 0 deletions movie_collection_lib/src/transcode_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ impl TranscodeService {
output_file.to_string_lossy().as_ref(),
"--preset",
"Android 480p30",
"--audio-lang-list",
"any",
])
.kill_on_drop(true)
.stdout(Stdio::piped())
Expand Down
2 changes: 1 addition & 1 deletion transcode_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transcode_lib"
version = "0.10.45"
version = "0.10.46"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 2821f7c

Please sign in to comment.