Talk:Multimedia Audio and Video in Linux: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
i recommend mencoder for everything, it's great. although transcode is popular too. I wrote acidrip, a gui for mencoder for dvd ripping, you might find that handy.
i recommend mencoder for everything, it's great. although transcode is popular too. I wrote acidrip, a gui for mencoder for dvd ripping, you might find that handy.
* https://www.linuxquestions.org/questions/linux-software-2/video-encoding-in-linux-380436/
* https://www.linuxquestions.org/questions/linux-software-2/video-encoding-in-linux-380436/
== Search Results Web results  M-Audio Fast Track Pro ==
output of:
arecord -l && aplay -l
$ arecord -l && aplay -l
**** List of CAPTURE Hardware Devices ****
card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
**** List of PLAYBACK Hardware Devices ****
card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Turning off the M-audio and back on again made recording work. 
has to do with how it is being detected
Edit Pulseaudio configuration
Open the Pulseaudio configuration file for editing:
sudo vim /etc/pulse/default.pa
* https://github.com/l3ku/ubuntu-fast-track-pro
other help
* https://discourse.ardour.org/t/m-audio-fast-track-pro-and-recording/79463

Latest revision as of 19:43, 23 March 2021

related

Video Encoding in Linux

Video Encoding Software, Video Encoder, Video Editing

i recommend mencoder for everything, it's great. although transcode is popular too. I wrote acidrip, a gui for mencoder for dvd ripping, you might find that handy.

Search Results Web results M-Audio Fast Track Pro

output of:

arecord -l && aplay -l

$ arecord -l && aplay -l
**** List of CAPTURE Hardware Devices ****
card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
**** List of PLAYBACK Hardware Devices ****
card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


Turning off the M-audio and back on again made recording work.

has to do with how it is being detected

Edit Pulseaudio configuration

Open the Pulseaudio configuration file for editing:

sudo vim /etc/pulse/default.pa

other help