Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipe options #243

Open
danny83x1 opened this issue Jul 31, 2023 · 5 comments
Open

pipe options #243

danny83x1 opened this issue Jul 31, 2023 · 5 comments

Comments

@danny83x1
Copy link

How can I specify some options like those added in ffmpeg for example:

-vcodec libx264 -s 640x360 -vb **k -maxrate **k -bufsize **k -preset ** -acodec aac -b:a **k -ac * -ar ****

@RikaCelery
Copy link

set RE_LIVE_PIPE_OPTIONS environment variable
#162

@RikaCelery
Copy link

the command generated is
ffmpeg -y -fflags +genpts -loglevel quiet -re {INPUT_PIPES} -strict unofficial -c copy -metadata date="{DATE}" -ignore_unknown -copy_unknown {YOUR_CUSTOM_OPTIONS}

@danny83x1
Copy link
Author

Great thanks!

@danny83x1
Copy link
Author

in windows it is possible to specify the options for a single command?

@RikaCelery
Copy link

RikaCelery commented Aug 3, 2023

maybe you want this?

powershell: $env:RE_LIVE_PIPE_OPTIONS="YOUR_OPTIONS";N_m3u8DL-RE ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants