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

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "== related == * MythTV for Linux")
 
m (Search Results Web results M-Audio Fast Track Pro)
 
(2 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
* [[MythTV for Linux]]
 
* [[MythTV for Linux]]
 +
 +
== 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.
 +
* 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 21: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