Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presets for Extracting Audio #17

Closed
PinkPlasticBeach opened this issue Apr 24, 2013 · 6 comments
Closed

Presets for Extracting Audio #17

PinkPlasticBeach opened this issue Apr 24, 2013 · 6 comments
Labels

Comments

@PinkPlasticBeach
Copy link

I'm suggesting two new presets. It seems plain, but is whats most needed to get music out of video-downloads.

Greets

CopyExtractAudioAAC
Extract (copy) audio AAC (mp4-video->aac-audio)
-acodec copy
aac

CopyExtractAudioMP3
Extract (copy) audio Mp3 (FLV-video->mp3-audio)
-acodec copy
mp3

@ilstam
Copy link
Owner

ilstam commented Apr 24, 2013

Sure, I will add them as defaults presets in next versions.

@ilstam
Copy link
Owner

ilstam commented Apr 30, 2013

Catatatum commented:
I'd now suggest a new Preset:
Mp3VBR
mp3lame VBR-preset 2 (good-standard 170-210k)
-aq 2 -acodec libmp3lame
mp3

I post it to here, to be in same place.

@ilstam
Copy link
Owner

ilstam commented Jun 3, 2013

I added all 3 presets to defaults: b46a611
Will be included officially by next version.

@ilstam ilstam closed this as completed Jun 3, 2013
@PinkPlasticBeach
Copy link
Author

Hey there,
Just had a little jay, when I realised they're alrdy included.

A fix though:
For CopyExtractAudioAAC
the output-extension should be .m4a
.aac might seem logical but i'm not sure if it's even ment to be a file-format or just a codec.
Anyway it produces problems: Audacious plays the file but says "lseek failed"
Puddletag wont take the file.

On the other side m4a is perfectly correct because its just another "audio-only" extension for mp4.
Never had problems with any audio-player and puddletag works with it, too.

Greets

@ilstam
Copy link
Owner

ilstam commented Feb 3, 2015

You are right and sure I'll change it in the new - coming soon - version.
For now you can edit the preset on your installation.
Thanks.

@ilstam ilstam reopened this Feb 3, 2015
@ilstam
Copy link
Owner

ilstam commented Feb 17, 2015

done: 8d2adcb

@ilstam ilstam closed this as completed Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants