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

Progress does not show if first input is long #32

Open
slycordinator opened this issue Jun 22, 2022 · 1 comment
Open

Progress does not show if first input is long #32

slycordinator opened this issue Jun 22, 2022 · 1 comment

Comments

@slycordinator
Copy link

``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.

@ErskaConti
Copy link

I too ended up with this problem; I would also like to have the progress bar on a new line (even on shorter titles)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants