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