Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
maintainers_notes [2013/05/04 10:14] – [Audio] devamaintainers_notes [2013/05/04 10:27] (current) deva
Line 1: Line 1:
 ======Maintainer's notes====== ======Maintainer's notes======
 =====Video===== =====Video=====
-Grab video (800x600) with 30 pixel top-offset.+Grab video (994x746) with 30 pixel top-offset.
 <code> <code>
 ffmpeg -r 24 -f x11grab -s 994x746 -i :0.0+0,30 -threads 0 -vcodec libx264 /tmp/out.mkv ffmpeg -r 24 -f x11grab -s 994x746 -i :0.0+0,30 -threads 0 -vcodec libx264 /tmp/out.mkv
 </code> </code>
 +The 994x746 video size matches the minimum window size of Ardour, and the 30 pixel verticla offste matches my toolbar at the top of the screen. In other words, this command records the entire Ardour window when positioned in the upper left corner of my screen and sized to the minimal size allowed by Ardour.
  
-Transcode said video to ogg format:+=====Audio=====
 <code> <code>
-ffmpeg2theora /tmp/out.mkv+jack_rec -f /tmp/showcase.wav 'ardour:master/audio_out 1' 'ardour:master/audio_out 2' -b 16 -d100000
 </code> </code>
 +NOTE: Without the -d option it seems the recording is terminated immediately...\\
 +NOTE: Ardour and jackd must be started before this command is activated.
 +\\
  
-=====Audio=====+Here is another version that also records from the first channel of the soundcard (as a third channel!!!):
 <code> <code>
-jack_rec -f /tmp/showcase.wav 'ardour:master/audio_out 1' 'ardour:master/audio_out 2' -b 16 -d100000+jack_rec -f /tmp/showcase.wav 'ardour:master/audio_out 1' 'ardour:master/audio_out 2' 'system:capture_1' -b 16 -d100000 
 +</code> 
 +Since this will result in a three channel wav this might not be what you want. 
 +Start the initial command instead and connect the system:capture_1 channel to the jack_rec using the qjackctl "Connections" window. This will make it possible to mix the channels instead. 
 + 
 + 
 +=====Transcode===== 
 +Transcode said video to ogg format (html5 video tag compatible): 
 +<code> 
 +ffmpeg2theora /tmp/out.mkv
 </code> </code>
-NOTE: Without the -d option it seems the recording is terminated immediately... 
maintainers_notes.1367655297.txt.gz · Last modified: 2013/05/04 10:14 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0