anidl / multi-downloader-nx

Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
MIT License
270 stars 45 forks source link

Feature request: Customizable ffmpeg batch commands #219

Closed DAREK0N closed 1 year ago

DAREK0N commented 2 years ago

As the title says, make it possible to customize the ffmpeg arguments.

Through a file like cli-defaults but for the ffmpeg defaults. Make the "standard" command(s) visible there and changeble for the "advanced" users.

izu-co commented 2 years ago

The commands are custom generated and are quite complex. Changing something might break the whole muxing process. I will leave this issue open, so everyone can give their thoughts if they would like said feature. If there is enough support, I will work on this.

izu-co commented 2 years ago

If you tell me what you want to do, maybe I can add the option to do exactly that. If you want to change the video codec for example, this would be possible.

DAREK0N commented 2 years ago

Yeah, exactly that. It would be great if I could change the Video and Audio codec and the target Bitrate in the downloader and not afterwards manually per ffmpeg batch.

JuanF007 commented 2 years ago

Yeah, exactly that. It would be great if I could change the Video and Audio codec and the target Bitrate in the downloader and not afterwards manually per ffmpeg batch.

I have managed to change the audio codec to AC3 but i can't add to video (mkv)

izu-co commented 2 years ago

What do you mean by that? You changed the code of the downloader or did you do it afterwards?

JuanF007 commented 2 years ago

What do you mean by that? You changed the code of the downloader or did you do it afterwards?

after

Proyecto sin título

izu-co commented 2 years ago

Ah

AnimeDL commented 1 year ago

I believe --ffmpegOptions exists and should resolve this issue, so I'm going to close this. Feel free to re-open if that flag doesn't do what you need