Skip to content

Progress bar not showing when converting audio to video. #23

@MangaD

Description

@MangaD

I run the following command for converting an M4A audio file to an MKV video file, using a single image for the entire video duration:

ffpb -loop 1 -framerate 1 -i "image.png" -i "audio.m4a" -c:v libx264 -preset medium -crf 0 -c:a copy -shortest "video.mkv"

FFPB will show a progress bar for a phase, but for the second phase it will not show.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions