fix transcode command
This commit is contained in:
parent
5eca86a470
commit
7ef7093eb7
|
@ -27,7 +27,7 @@ pub fn transcode_command(
|
|||
|
||||
println!("Transcoding");
|
||||
let input_file = File::from_path("".to_string(), PathBuf::from(&transcode_args.source));
|
||||
let output_file = File::from_path("".to_string(), PathBuf::from(&transcode_args.source));
|
||||
let output_file = File::from_path("".to_string(), PathBuf::from(&transcode_args.dest));
|
||||
|
||||
let transcode_config = transcode_preset_or_config(
|
||||
transcode_args.transcode_preset.as_ref(),
|
||||
|
|
Loading…
Reference in a new issue