Am 10.10.15 um 16:15 schrieb Kuu Miyazaki: > I'm trying to capture WebM(VP9+Opus) video on my macbook using ffmpeg. > I was able to create a video-only file. > But I have no idea how to create a vide+audio file. > Below are the device list and what I've done so far. > Does anyone have any advice?
Please check https://ffmpeg.org/ffmpeg-devices.html#avfoundation again. You will have to use the filters "video:audio" syntax, or the -audio/video_device_index options. -Thilo _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
