Feature request: Customizable ffmpeg batch commands #219

Closed
opened 2022-01-11 20:43:38 +00:00 by DAREK0N · 8 comments
DAREK0N commented 2022-01-11 20:43:38 +00:00 (Migrated from github.com)

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.

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 2022-01-11 21:29:20 +00:00 (Migrated from github.com)

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.

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 2022-01-16 14:26:04 +00:00 (Migrated from github.com)

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.

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 2022-01-16 14:29:34 +00:00 (Migrated from github.com)

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.

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 2022-01-17 14:52:06 +00:00 (Migrated from github.com)

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)

> 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 2022-01-17 15:06:40 +00:00 (Migrated from github.com)

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

What do you mean by that? You changed the code of the downloader or did you do it afterwards?
JuanF007 commented 2022-01-17 15:15:07 +00:00 (Migrated from github.com)

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

after

Proyecto sin título

> What do you mean by that? You changed the code of the downloader or did you do it afterwards? after ![Proyecto sin título](https://user-images.githubusercontent.com/43446222/149795034-172012d6-5644-4379-b4cd-fd3bf51f5f59.gif)
izu-co commented 2022-01-17 15:17:55 +00:00 (Migrated from github.com)

Ah

Ah
AnimeDL commented 2023-07-10 16:14:59 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/multi-downloader-nx#219
No description provided.