i have searched but didnt find anything that was helpful. i have a do shell script that converts a video using ffmpeg and i want to make a progress bar for it.
FWIW, I believe ffmpegX uses ObjC for it’s progress bar (it’s actually a separate app).
is there a way i could integrate it into my app?
bump
Hi,
one idea is to use a separate script to execute the ffmpeg line.
the main script calculates the approximate time by the ffmpeg parameters
and performs the progress bar