We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thanks for sharing this awesome project.
I am trying to use --command to transcode video that is not supported by default.
--command
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?
--screencast
Thanks for your time
EDIT:
mkchromecast version: v0.3.9 (built from master) running on linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, thanks for sharing this awesome project.
I am trying to use
--command
to transcode video that is not supported by default.It fails for the most part silently, only the following is returned:
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
The text was updated successfully, but these errors were encountered: