Re: ffmpeg / avconv

2017-01-19 Thread Nicolas George
Le decadi 30 nivôse, an CCXXV, Pol Hallen a écrit : > My goal is not to waste the file size (disk space) That makes one. > > ie: if I've a 10Mb of a file with video bitrate 1000K and 128K audio > bitrate, I'd like don't exceed 10Mb using a larger bitrate :) > > unfortunately I've some flv file

Re: ffmpeg / avconv

2017-01-19 Thread Pol Hallen
What is your actual purpose? Hello, thanks for your reply My goal is not to waste the file size (disk space) ie: if I've a 10Mb of a file with video bitrate 1000K and 128K audio bitrate, I'd like don't exceed 10Mb using a larger bitrate :) unfortunately I've some flv file and my home

Re: ffmpeg / avconv

2017-01-18 Thread Nicolas George
Le nonidi 29 nivôse, an CCXXV, Pol Hallen a écrit : > I use ffmpeg (or avconv) and also winff to convert video (transcode) from a > format to another. > > The question: it there an extended version to transcode keep same bitrate > (audio and video) to output file? > > Because I've to set

ffmpeg / avconv

2017-01-18 Thread Pol Hallen
Hello to all :-) I use ffmpeg (or avconv) and also winff to convert video (transcode) from a format to another. The question: it there an extended version to transcode keep same bitrate (audio and video) to output file? Because I've to set manually (using ffmpeg -i file) bitrate from each

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-13 Thread Ralf Mardorf
On Mon, 13 May 2013 06:02:57 +0200, Chris Bannister cbannis...@slingshot.co.nz wrote: On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found the exact opposite! Removing PulseAudio made everything work.

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-13 Thread Ralf Mardorf
On Mon, 13 May 2013 07:38:31 +0200, Hörmetjan Yiltiz hyil...@gmail.com wrote: On Mon, May 13, 2013 at 12:02 PM, Chris Bannister cbannis...@slingshot.co.nz wrote: On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: It'll be much simpler if you have PulseAudio installed. Check out:

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-13 Thread Ralf Mardorf
PS: If you don't know how to get rid of PA, because there's a hard dependency to pulseaudio by one package, then recompile this package without PA dependency or simply build an empty dummy package for pulseaudio, e.g. by using http://www.debian.org/doc/manuals/apt-howto/ch-helpers.de.html .

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Chris Bannister
On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found the exact opposite! Removing PulseAudio made everything work. -- If you're not careful, the newspapers will have you hating the people who are being

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Hörmetjan Yiltiz
On Mon, May 13, 2013 at 12:02 PM, Chris Bannister cbannis...@slingshot.co.nz wrote: On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found the exact opposite! Removing PulseAudio made everything work.

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread pete smout
On 08/05/13 17:11, Hörmetjan Yiltiz wrote: I'd like to capture a song [1] played via http protocol using firefox. I wish I could find the file itself in tmpfs but I just could not find it. Now I'd like to record the song myself using ffmpeg or avconv ( or even VLC ), as lossless as possibe.

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread Rob Owens
On Wed, May 08, 2013 at 06:50:31PM +0100, pete smout wrote: On 08/05/13 17:11, Hörmetjan Yiltiz wrote: I'd like to capture a song [1] played via http protocol using firefox. I wish I could find the file itself in tmpfs but I just could not find it. Now I'd like to record the song myself

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread T o n g
On Thu, 09 May 2013 00:11:20 +0800, Hörmetjan Yiltiz wrote: I'd like to capture a song [1] played via http protocol using firefox. I wish I could find the file itself in tmpfs but I just could not find it. Now I'd like to record the song myself using ffmpeg or avconv ( or even VLC ), as

Re: ffmpeg/avconv doesn't recognize -strict experimental (reposted as top-level thread)

2013-03-15 Thread Jochen Spieker
Joel Roth: Dear List, ffmpeg/avconv aborts even with -strict experimental when input file audio is encoded with AAC. Does the audio *have* to be decoded? I was thinking there might be some kind of pass-through option. Yes, you can try '-acodec copy'. J. -- All participation is a myth

Re: ffmpeg/avconv doesn't recognize -strict experimental (reposted as top-level thread)

2013-03-15 Thread Joel Roth
On Fri, Mar 15, 2013 at 08:55:16AM +0100, Jochen Spieker wrote: Joel Roth: Dear List, ffmpeg/avconv aborts even with -strict experimental when input file audio is encoded with AAC. Does the audio *have* to be decoded? I was thinking there might be some kind of pass-through option

ffmpeg/avconv doesn't recognize -strict experimental

2013-03-14 Thread Joel Roth
Dear List, ffmpeg/avconv aborts even with -strict experimental when input file audio is encoded with AAC. Does the audio *have* to be decoded? I was thinking there might be some kind of pass-through option. The behavior of ffmpeg and avconv appears to be identical. $ avconv -acodec aac -strict

ffmpeg/avconv doesn't recognize -strict experimental (reposted as top-level thread)

2013-03-14 Thread Joel Roth
Dear List, ffmpeg/avconv aborts even with -strict experimental when input file audio is encoded with AAC. Does the audio *have* to be decoded? I was thinking there might be some kind of pass-through option. The behavior of ffmpeg and avconv appears to be identical. $ avconv -acodec aac -strict