Git Product home page Git Product logo

Comments (12)

jessielw avatar jessielw commented on July 22, 2024

You need the folders Apps/Runtime that is in the full release. This program relies on MediaInfo to display proper track information. You can get that here

https://github.com/jlw4049/FFMPEG-Audio-Encoder/releases

I had them on github, but it was complaining that I had .exe's in the github.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

Is this something I should ignore and upload all the required files?

from ffmpeg-audio-encoder.

CrypticSignal avatar CrypticSignal commented on July 22, 2024

You need the folders Apps/Runtime that is in the full release.

Just tried running FFMPEG Audio Encoder v1.8.exe and when I click on "Start Audio Job", a new terminal window opens for a split second and immediately closes.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

Please go to the top, select the debug section, try the job again and let post the error in the cmd window.

from ffmpeg-audio-encoder.

CrypticSignal avatar CrypticSignal commented on July 22, 2024
[mp3 @ 0000016468edea00] Invalid stream specifier: a:0-c:a.
    Last message repeated 1 times
Stream map '0:a:0-c:a' matches no streams.
To ignore this, add a trailing '?' to the map

Looking at the error, it seems like the issue is that there is no space before -c:a.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

This is fixed, I'm about to make a new commit/recompile. I'll post when it's done.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

Try to pull latest commit/it has the included .exe's again, and test again. I need to fix a couple small issues with viewing the command line before I release a new release.

from ffmpeg-audio-encoder.

CrypticSignal avatar CrypticSignal commented on July 22, 2024

I will do that later. I did some more testing and a better way to describe the issue would've been to say that there is no space after 0:a:0, as -c:a is not always what follows after. Anyway, when selecting Opus or QAAC, clicking on "Start Audio Job" does nothing.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

This issue lies in this part of the code

    for i in range(int(str.split(track_count)[-1])):
        acodec_stream_track_counter[f'Track {i + 1}'] = f' -map 0:a:{i} '

In the release you have, there is no space after '{i}'

from ffmpeg-audio-encoder.

CrypticSignal avatar CrypticSignal commented on July 22, 2024

Makes sense, and the Opus/QAAC issue does not apply to the latest commit, so that's good.

from ffmpeg-audio-encoder.

jessielw avatar jessielw commented on July 22, 2024

Is this issue still happening on the MP3 codec with the latest commit?

EDIT:

You're changes to 'MP3' should be in the latest commit.

from ffmpeg-audio-encoder.

CrypticSignal avatar CrypticSignal commented on July 22, 2024

I can see that the changes have been made in the latest version of the file.

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.