[Bug 1086500] Re: avconv do not support -f pulse

2014-05-12 Thread Stephan Kristyn
Still not working...

avconv -f alsa -ac 2 -ar 48000 -f pulse -i alsa_output.usb-
Focusrite_Scarlett_2i2_USB-00-USB.analog-stereo.monitor -acodec
libvorbis -aq 6 test.ogg

Unknown input format: 'pulse'

avconv --version
avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the 
Libav developers
  built on Feb  6 2014 20:56:59 with gcc 4.6.3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2014-05-12 Thread Stephan Kristyn
Now tested with avconv v10_beta1 - Not Working.

avconv -f alsa -ac 2 -ar 48000 -f pulse -i alsa_output.usb-
Focusrite_Scarlett_2i2_USB-00-USB.analog-stereo.monitor -acodec
libvorbis -aq 6 test.ogg

avconv version v10_beta1-673-g1839faf, Copyright (c) 2000-2014 the Libav 
developers
  built on May 12 2014 18:11:51 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2014-05-12 Thread Stephan Kristyn
Confirmed Working:

1) git clone git://git.libav.org/libav.git avconv 
2) cd avconv
3) sudo ./configure --prefix=/pathTo/avconv/ --enable-gpl --enable-libpulse 
--enable-libvorbis  sudo make  sudo make install
4) ./avconv -f alsa -ac 2 -ar 48000 -f pulse -i (...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2014-05-12 Thread Reinhard Tartler
This still works for me on trusty:

 avconv -loglevel debug -f pulse -i default -y test.wav\
avconv version 9.13-6:9.13-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav 
developers
  built on May  9 2014 13:34:03 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  configuration: --arch=amd64 --enable-pthreads --enable-runtime-cpudetect 
--extra-version='6:9.13-0ubuntu0.14.04.1' --libdir=/usr/lib/x86_64-linux-gnu 
--prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype 
--enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame 
--enable-librtmp --enable-libopenjpeg --enable-libopus --enable-libpulse 
--enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi 
--enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl 
--enable-swscale --enable-libcdio --enable-x11grab --enable-libx264 
--enable-libxvid --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared 
--disable-static
  libavutil 52.  3. 0 / 52.  3. 0
  libavcodec54. 35. 0 / 54. 35. 0
  libavformat   54. 20. 4 / 54. 20. 4
  libavdevice   53.  2. 0 / 53.  2. 0
  libavfilter3.  3. 0 /  3.  3. 0
  libavresample  1.  0. 1 /  1.  0. 1
  libswscale 2.  1. 1 /  2.  1. 1
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging 
level) with argument 'debug'.
Reading option '-f' ... matched as option 'f' (force format) with argument 
'pulse'.
Reading option '-i' ... matched as input file with argument 'default'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with 
argument '1'.
Reading option 'test.wav' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set libav* logging level) with argument debug.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input file default.
Applying option f (force format) with argument pulse.
Successfully parsed a group of options.
Opening an input file: default.
[pulse @ 0x264d020] All info found
[pulse @ 0x264d020] Estimating duration from bitrate, this may be inaccurate
Guessed Channel Layout for  Input Stream #0.0 : stereo
Input #0, pulse, from 'default':
  Duration: N/A, start: 0.635570, bitrate: N/A
Stream #0.0, 1, 1/100: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 
kb/s
Successfully openened the file.
Parsing a group of options: output file test.wav.
Successfully parsed a group of options.
Opening an output file: test.wav.
Successfully openened the file.
[abuffer source @ 0x264dd20] Setting value '1/48000' for key 'time_base'
[abuffer source @ 0x264dd20] Setting value '48000' for key 'sample_rate'
[abuffer source @ 0x264dd20] Setting value 's16' for key 'sample_fmt'
[abuffer source @ 0x264dd20] Setting value '0x3' for key 'channel_layout'
[abuffer @ 0x2657e80] tb:1/48000 samplefmt:s16 samplerate: 48000 ch layout:0x3
[aformat filter @ 0x264e0c0] Setting value 's16' for key 'sample_fmts'
[abuffersink @ 0x264e4a0] auto-inserting filter 'auto-inserted fifo 0' between 
the filter 'audio format for output stream 0:0' and the filter 'output stream 
0:0'
Output #0, wav, to 'test.wav':
  Metadata:
ISFT: Lavf54.20.4
Stream #0.0, 0, 1/48000: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Stream mapping:
  Stream #0:0 - #0:0 (pcm_s16le - pcm_s16le)
Press ctrl-c to stop encoding
size= 420kB time=2.24 bitrate=1536.4kbits/s  
video:0kB audio:420kB global headers:0kB muxing overhead 0.018136%
Received signal 2: terminating.
zsh: exit 255   avconv -loglevel debug -f pulse -i default -y test.wav

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2014-01-06 Thread Serge Hallyn
Used to work for me in saucy, doesn't seem to work now in trusty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-11-17 Thread Reinhard Tartler
I just tried it on my workstation in raring:

 avconv -f pulse -i default test.wav
zsh: korrigiere pulse nach .pulse? ([Y]es/[N]o/[E]dit/[A]bort) n
avconv version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav 
developers
  built on Mar 30 2013 22:20:06 with gcc 4.7.2
[pulse @ 0xbbbae0] Estimating duration from bitrate, this may be inaccurate
Input #0, pulse, from 'default':
  Duration: N/A, start: 0.031153, bitrate: N/A
Stream #0.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Output #0, wav, to 'test.wav':
  Metadata:
encoder : Lavf53.21.1
Stream #0.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Stream mapping:
  Stream #0:0 - #0:0 (pcm_s16le - pcm_s16le)
Press ctrl-c to stop encoding
^Csize= 267kB time=1.42 bitrate=1536.3kbits/s
video:0kB audio:267kB global headers:0kB muxing overhead 0.016825%
Received signal 2: terminating.

closing on this basis.

** Changed in: libav (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: libav
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-11-16 Thread John Rose
Same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-11-16 Thread John Rose
This should not be a wishlist as the use of -f pulse is in Ubuntu's Official 
Documentation. Please see:
http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html

Please change the status back to confirmed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-11-16 Thread kapetr
I thing too, that it is more important then wishlist.
In Ubuntu with PULSE as primary - definitely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-03-30 Thread Reinhard Tartler
** Also affects: libav
   Importance: Undecided
   Status: New

** Changed in: libav (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086500] Re: avconv do not support -f pulse

2013-02-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libav (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086500

Title:
  avconv do not support -f pulse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1086500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs