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
I checked the ffmpeg command and no option for audio. Can you update the code to support audio recoding ? I really need it. Thanks
The text was updated successfully, but these errors were encountered:
Haven't touched the code in a while, but I imagine adding -acodec copy to the ffmpeg command might do the trick. Let me know!
-acodec copy
Sorry, something went wrong.
no, it only have video channel, no audio :(
@boygiandi Maybe you should provide another input for ffmpeg, for example:
$ ffmpeg [optoins for video] -f pulse -ac 2 -i 1
No branches or pull requests
I checked the ffmpeg command and no option for audio. Can you update the code to support audio recoding ? I really need it. Thanks
The text was updated successfully, but these errors were encountered: