Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Thu Apr 11, 2013 1:01 pm
- Forum: Audio Processing
- Topic: FFmpeg not found.
- Replies: 3
- Views: 957
FFmpeg not found.
Just got the ffmpeg not found message, only just happened between exporting multiples, so I promptly downloaded the necessary file for the library, BUT, Audacity cant see it or pick it up on my laptop. I have downloaded it three ...
- Tue Apr 09, 2013 1:41 am
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
Actual export commands (didn't know it mattered since I'm using the same command in Audacity and ffmpeg): - fhgaacenc --vbr 3 --ignorelength - "%f" - ffmpeg -i audio.ac3 -acodec pcm_s16le -f wav - | fhgaacenc --vbr 3 --ignorelength - out.m4a or ffmpeg -i audio.ac3 ...
- Mon Apr 08, 2013 3:48 am
- Forum: Windows
- Topic: Will No Longer Record
- Replies: 6
- Views: 761
Will No Longer Record
Audacity 2.0.3 will no longer record. I am using Windows XP 32 23:32:55: Audacity 2.0.3 23:32:57: Trying to load FFmpeg libraries... 23:32:57: Trying to load FFmpeg libraries from system paths. File name is 'avformat-52.dll'. 23:32:57: Looking up PATH environment variable... 23:32:57: ...
- Sun Apr 07, 2013 2:41 pm
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
Sample rate is 48 KHz after import, and after export also (both in Audacity and ffmpeg).
- Sun Apr 07, 2013 2:33 pm
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
... across was the Default Sample Depth which is for recording. Anyways, channels panel on the left says 16-bit. This is a limitation of Audacity's FFMpeg import - it is always 16 bit integer. When you import the file, does the track say that the sample rate is 48000 Hz?
- Sun Apr 07, 2013 2:14 pm
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
... Anyways, channels panel on the left says 16-bit. Actual export commands (didn't know it mattered since I'm using the same command in Audacity and ffmpeg): - fhgaacenc --vbr 3 --ignorelength - "%f" - ffmpeg -i audio.ac3 -acodec pcm_s16le -f wav - | fhgaacenc --vbr 3 --ignorelength - out.m4a ...
- Sun Apr 07, 2013 1:20 pm
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
... -quality n -options - "%f" ???? That is not a valid command??? What is the actual command that you are using? Command used in ffmpeg: ffmpeg -i input.ac3 -acodec pcm_s16le -f wav - | external-encoder -quality n -options - output.xxx Again, what is the actual command that you ...
- Sun Apr 07, 2013 6:37 am
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
Steve, check my first post in this thread. I explained what I'm doing there. But to recap, I am transcoding AC3 5.1 (.ac3 file) to AAC 5.1 (.m4a file) through external encoder (piping). As I said, the commands used are mentioned in my initial post. Also, please disregard the part regarding 5.1 vs St...
- Sun Apr 07, 2013 12:52 am
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
You're painting a very different picture to what your other post suggested.
How are you doing that? What is the the original format, what is the final format, and how are you accomplishing the transcoding?Makaveli84 wrote:I am only transcoding the 5.1 audio,
- Sat Apr 06, 2013 5:49 pm
- Forum: Windows
- Topic: Importing AC3 5.1 In Audacity vs FFMPEG
- Replies: 10
- Views: 8936
Re: Importing AC3 5.1 In Audacity vs FFMPEG
Steve, Thx for your replies. Very informative stuff. Though as discussed in the other thread (let's continue this here from now on), the bitrate discrepancy is not what one would expect. I mean as I said, the lower bitrate corresponds to the dithered audio, and higher bitrate to the untouched audio....