britalmeida / push_to_talk

Add-on for recording audio in Blender's Sequencer
GNU General Public License v3.0
49 stars 11 forks source link

Attempting to do a patch to add Windows recording #2

Closed tin2tin closed 4 years ago

tin2tin commented 4 years ago

Fork: https://github.com/tin2tin/blender_addon_push_to_talk/blob/master/__init__.py

Showstoppers:

c:\> ffmpeg -list_devices true -f dshow -i dummy
ffmpeg version N-45279-g6b86dd5... --enable-runtime-cpudetect
  libavutil      51. 74.100 / 51. 74.100
  libavcodec     54. 65.100 / 54. 65.100
  libavformat    54. 31.100 / 54. 31.100
  libavdevice    54.  3.100 / 54.  3.100
  libavfilter     3. 19.102 /  3. 19.102
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 16.100 /  0. 16.100
[dshow @ 03ACF580] DirectShow video devices
[dshow @ 03ACF580]  "Integrated Camera"
[dshow @ 03ACF580]  "screen-capture-recorder"
[dshow @ 03ACF580] DirectShow audio devices
[dshow @ 03ACF580]  "Internal Microphone (Conexant 2"
[dshow @ 03ACF580]  "virtual-audio-capturer"
dummy: Immediate exit requested
tin2tin commented 4 years ago

A reboot made the ffmpeg path working.

tin2tin commented 4 years ago

Closing this one, since I made a pull request instead: https://github.com/britalmeida/blender_addon_push_to_talk/pull/3