Giter VIP home page Giter VIP logo

Comments (8)

jlw4049 avatar jlw4049 commented on May 26, 2024 1

I can look into the feature request after the weekend is over for you.

Any chance you could drop accurate documentation on how this is done via CLI properly?

Also the save current settings is different per codec. Could you please post a screen shot of the codec window with the settings you are attempting to save. Thanks!

from ffmpeg-audio-encoder.

jlw4049 avatar jlw4049 commented on May 26, 2024 1

I should have this feature done by the end of the day today for all codecs

from ffmpeg-audio-encoder.

anaveem avatar anaveem commented on May 26, 2024

I read about asetrate here: https://forum.videohelp.com/threads/396848-PAL-DVD-change-frame-rate-25-23-976#post2580562
I tried it in the CLI of your program but for some reason, the pitch didn't change. Perhaps give it a try with your files.
In any case, it would nice to have it in the GUI, since lots of old media has the wrong pitch.

FYI, ProWo is the author of clever FFmpeg GUI, which does pitch correction but doesn't have qaac support. That's why I tried your program.

And never mind the save current settings comment I made. Tried it again and it works, sorry--false alarm.

from ffmpeg-audio-encoder.

jlw4049 avatar jlw4049 commented on May 26, 2024

I had about 15 minutes to look into this after work tonight. I'm going to look into it more tomorrow.

However, I was successful in using a custom command line parameter.

-af asetrate=44100*3/4,atempo=4/3

image

This command enabled me to do what you wanted with QAAC. I'll need to read into this more and mess with it more tomorrow as I need to sleep tonight.

Are you sure this is what you want?

image

from ffmpeg-audio-encoder.

anaveem avatar anaveem commented on May 26, 2024

Yes, thanks! I guess I wasn't using asetrate correctly. Using -af asetrate=48000*24/25 with atempo=25/24 works.

(What I tried previously was asetrate=48000*25/24)

Would be great in the future to have this option built in. Alternatively, could you make it so that the 'save current settings' also saves the ffmpeg custom command?

from ffmpeg-audio-encoder.

jlw4049 avatar jlw4049 commented on May 26, 2024

I think, without changing too much code, it would be best to just save the custom command line vs adding a GUI option in for that for all codecs.

This will be a good way to do what you need without digging in too deeply. Let me see what I can do now, as I have a little free time.

from ffmpeg-audio-encoder.

anaveem avatar anaveem commented on May 26, 2024

Yeah, no problem. The only issue is that the 'save current settings' does not save the ffmpeg command, so it has to be stored externally. Would be nice to be able to save the ffmpeg command as well. Thanks

from ffmpeg-audio-encoder.

jlw4049 avatar jlw4049 commented on May 26, 2024

Program now saves custom command line to the profile. Download v4.04

Feel free to post back here and let me know the results!

EDIT: Also it's important when using the command asetrate that you input the files sample rate correctly! If it's 44100/48000 etc... you need to input that correctly with the asetrate command

from ffmpeg-audio-encoder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.