Skip to content

Progress does not show if first input is long #32

@slycordinator

Description

@slycordinator

``Progress is printed like the following:
input_file/input_url: 0%| | 0/30480 [00:00<?, ? frames/s]

But when the first input is long, the progress gets printed off-screen.

For instance, I used youtube-dl to extract the constituent URLS for a youtube video to cut it shorter without downloading.
Then, I ran:
ffpb -ss "$start_cut" -i "$url1" -ss "$start_cut" -i "$url2" -t "$time_diff" $video_args out.mp4

And the first url ended up being over 800 characters long, causing the progress to not be shown on the screen.

It would be preferable if the progress were printed to a new line if it would otherwise be printed off-screen.

Thank you.

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