FFmpeg Progress Indicator

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

FFmpeg Progress Indicator

#1 Post by fredx181 »

Hi All, just sharing 2 scripts I made a few years ago for to display info and progress for ffmpeg.
Remove fake .gz extension, make executable and put them in PATH e.g. /usr/bin

Usage: Instead of using ffmpeg e.g. : ffmpeg -i $filename ... ... ...

You can do (for progress in terminal, see pic 1 and 2):

Code: Select all

pffmpeg-t -i $filename ... ... ...
Or (for progress from Xdialog, see pic 3):

Code: Select all

pffmpeg-x -i $filename ... ... ...
Took the basic code for this from somewhere, can't remember (maybe github)

Fred
Attachments
pffmpeg-t.gz
Remove fake .gz and make executable
(3.33 KiB) Downloaded 77 times
pffmpeg-x.gz
Remove fake .gz and make executable
(3.95 KiB) Downloaded 87 times
1.png
In terminal (pffmpeg-t)
(67.67 KiB) Downloaded 151 times
2.png
In terminal (pffmpeg-t)
(35.26 KiB) Downloaded 150 times
3.png
Xdialog ffmpeg progress (pffmpeg-x)
(27.39 KiB) Downloaded 150 times

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#2 Post by mikeb »

Once again 'see a need / fill a need'. I look forward to testing.
mike

Post Reply