-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix st30p ffmpeg plugin, #986
Fix st30p ffmpeg plugin, #986
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Consider using the same names for these arguments as in FFmpeg MCM audio plugin:
|
i believe this is a great idea |
… and should not be used as plugin parameters
b46b9fa
to
a908a2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI i belive the -ac argument is also mentioned in
Media-Transport-Library/doc/usdt.md:582
Media-Transport-Library/doc/usdt.md:604
Media-Transport-Library/doc/usdt.md:1522
Media-Transport-Library/doc/usdt.md:1544
In location you mentioned, we do not use MTL ffmpeg plugin, those are just example how to convert audio samples, thus "ar" and "ac" standard FFmpeg parameters shall be used |
ooooki doki lgtm then |
"ar" and "ac" are standard FFmpeg parameters and shall not be used as plugin parameters. For this reason the user could not customize commands
Change "ar" to "sample_rate" audio sample rate
Change "ac" to "channels" number of audio channel
change "at" to "ptime" audio packet time