https://bugs.kde.org/show_bug.cgi?id=367676
Wegwerf <wegwerf-1-...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wegwerf-1-...@gmx.de --- Comment #1 from Wegwerf <wegwerf-1-...@gmx.de> --- I did a quick check on my system: "arecord -l" lists my devices, with card 2 being my USB mixer to which I've hooked up my studio mic. A quick google for ffmpeg and recording audio tells me to use the "-f alsa" option, with "-i hw:x,y". It's audio card 2, sub device 0. So I could do recording using this profile: -f alsa -i hw:2,0 -crf 25 -ab 192k -vcodec libx264 -acodec libvorbis -preset veryfast -threads 0 However, I'm unsure as to if this helps the original reporter; my understanding is that he wants to be able to play the timeline with easy dubbing? -- You are receiving this mail because: You are watching all bug changes.