Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Using this command to record a 15 second screen recodring of a webpage with and embedded video with audio:
  2.  
  3. ffmpeg -f avfoundation -i "1:3" -preset ultrafast -r 25 -t 15 out.mkv
  4.  
  5. avfoundation devices:
  6.  
  7. [AVFoundation input device @ 0x7fa2f6c0f280] AVFoundation video devices:
  8. [AVFoundation input device @ 0x7fa2f6c0f280] [0] FaceTime HD Camera
  9. [AVFoundation input device @ 0x7fa2f6c0f280] [1] Capture screen 0
  10. [AVFoundation input device @ 0x7fa2f6c0f280] AVFoundation audio devices:
  11. [AVFoundation input device @ 0x7fa2f6c0f280] [0] Soundflower (64ch)
  12. [AVFoundation input device @ 0x7fa2f6c0f280] [1] Movavi Sound Grabber
  13. [AVFoundation input device @ 0x7fa2f6c0f280] [2] Built-in Microphone
  14. [AVFoundation input device @ 0x7fa2f6c0f280] [3] Soundflower (2ch)
  15.  
  16. This results in very choppy audio, but fine video. Also tested this with the internal microphone, same problem, and a local video file, which also had similarly bad results.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement