[Interest] QML Record video without audio
Jason H
jhihn at gmx.com
Fri Jun 8 00:01:18 CEST 2018
I'm trying to produce a file containing only video frames, but muted and audioChannels seems to be ignored? This is on OSX, but it's an app for android. I'm not sure if I'm doing it wrong, or if it's nto supported by the platform?
Camera {
videoRecorder {
audioChannels: 0
muted: true
mediaContainer: "mp4"
videoEncodingMode: CameraRecorder.ConstantQualityEncoding
resolution: camera.viewfinder.resolution
}
}
More information about the Interest
mailing list