Feature request: Customizable ffmpeg batch commands #219
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#219
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
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.
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)
What do you mean by that? You changed the code of the downloader or did you do it afterwards?
after
Ah
I believe
--ffmpegOptionsexists 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