Talk:Multimedia Audio and Video in Linux
From Free Knowledge Base- The DUCK Project: information for everyone
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