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

--command flag fails with "supported commands are"... #474

Open
vredesbyyrd opened this issue Oct 27, 2024 · 0 comments
Open

--command flag fails with "supported commands are"... #474

vredesbyyrd opened this issue Oct 27, 2024 · 0 comments

Comments

@vredesbyyrd
Copy link

vredesbyyrd commented Oct 27, 2024

Hello, thanks for sharing this awesome project.

I am trying to use --command to transcode video that is not supported by default.

mkchromecast --debug --video --command 'ffmpeg -re -i "/mnt/TARS/test.mkv" -c:v libx264 -preset ultrafast -tune zerolatency -c:a aac -f mp4 -movflags frag_keyframe+empty_moov pipe:1'

It fails for the most part silently, only the following is returned:

Supported commands are: 
- ffmpeg
- youtube-dl

I can cast supported formats that do not require transcoding as well as --screencast without issue. Any thoughts on what could be happening here?

Thanks for your time

EDIT:

mkchromecast version: v0.3.9 (built from master) running on linux

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

1 participant