yff-1.9 yad gui for ffmpeg (audio video and images)

Moderator: Forum moderators

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

yff-1.9 yad gui for ffmpeg (audio video and images)

Post by plinej »

Here's a gui I put together for ffmpeg supported file types (video, audio, and images).

You will need yad and ffmpeg installed to use this. Depending on the type of file you open with yff you'll have a different gui with various conversion and extraction options.

This is basically a yad version of code from my gtkdialog programs ffvid, ffaudio, and ffpic.

0.4 - minor tweaks
0.5 - bugfixes
0.6 - added the ability to split audio file on chapter marks and some more bugfixes
0.7 - added audio option to downmix with amix filter and ability to concatenate audio files
0.8 - added more audio and video options
0.9 - added an explanation of what the program can do when opening from the menu
1.0 - Improved some code thanks to @step
1.1 - minor updates
1.2 - bugfixes
1.3 - added a cut+concatenate (cut multiple portions of video and join them together, eliminating unwanted sections of video) option for videos at request of @smokey01
1.4 - added some improvements in the image conversion portion of the script and a bugfix
1.5 - modified code to use a yad tail viewer instead of a terminal pop up
1.6 - bugfix for concatenating files
1.7 - bugfixes, added more options, simplified others
1.8 - removed the gtk buttons, simplified the drag and drop screen and added an information button to display all the extra information
1.9 - cleaned up some code

yff-1.9.pet
(47.21 KiB) Downloaded 18 times
Last edited by plinej on Tue Feb 13, 2024 12:21 am, edited 23 times in total.
You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.2 yad gui for ffmpeg (audio video and images)

Post by plinej »

0.2 is up. Fixed a bug in the concatenate video section and did some improvements in the language conversion for non-english.

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.2 yad gui for ffmpeg (audio video and images)

Post by plinej »

ugh, still a bug in the concatenate video portion. Will have to dig in to it after work...

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.3 yad gui for ffmpeg (audio video and images)

Post by plinej »

0.3 is up. The concatenate video function should be working properly now. I also added an option to suppress attached images when converting an audio file with attached images from one format to another.

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.4 yad gui for ffmpeg (audio video and images)

Post by plinej »

updated to 0.4

You can download my packages at https://archive.org/download/plinej-packages
User avatar
mikeslr
Posts: 2793
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 837 times

Re: yff-0.4 yad gui for ffmpeg (audio video and images)

Post by mikeslr »

Thanks, plinej for the pet. I haven't done more than try it under Bionicpup64-revival. Used its defaults to convert an flv to mkv. The GUI was easy to understand. I picked an flv file in the perhaps mistaken belief that it would be the most challenging to convert. Worked great. And resulted in something I hadn't expected. The flv was 12 Mbs. The rendered mkv was 7.253 Mbs. :thumbup:

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.5 yad gui for ffmpeg (audio video and images)

Post by plinej »

updated to 0.5

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.6 yad gui for ffmpeg (audio video and images)

Post by plinej »

updated to 0.6 - added the ability to split audio file on chapter marks and some more bugfixes

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.7 yad gui for ffmpeg (audio video and images)

Post by plinej »

updated to 0.7

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.8 yad gui for ffmpeg (audio video and images)

Post by plinej »

updated to 0.8

You can download my packages at https://archive.org/download/plinej-packages
User avatar
BarryK
Posts: 2278
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 93 times
Been thanked: 567 times

Re: yff-0.8 yad gui for ffmpeg (audio video and images)

Post by BarryK »

I have just now discovered yff!

Do those letters stand for anything?

Have just tested a 5.3MB mp4, convert to mkv -- result is 6.2MB just used the defaults.
Played both, they look the same as far as I can tell.

Test an old 13MB flv to mp4... using defaults, result is 14MB.

Good app.
Suggest maybe a bit of text in the first window, explaining that yff does.

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.8 yad gui for ffmpeg (audio video and images)

Post by plinej »

@BarryK, it's just "y" for yad and "ff" for ffmpeg. I'll see about adding some more information about what the program can do in the first window.

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-0.9 yad gui for ffmpeg (audio video and images)

Post by plinej »

0.9 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.0 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.0 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.1 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.1 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.2 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.2 is up

You can download my packages at https://archive.org/download/plinej-packages
don570
Posts: 624
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

Re: yff-1.2 yad gui for ffmpeg (audio video and images)

Post by don570 »

It works in fatdog64 to cut video. I tested.
Thanks for making this. It should be useful.
I was previously using avidemux but yff is simpler.
viewtopic.php?p=91403#p91403
_________________________________

Last edited by rockedge on Sat Aug 19, 2023 7:43 pm, edited 1 time in total.
Reason: fixed url link to prevent loop
User avatar
smokey01
Posts: 163
Joined: Sun Jul 12, 2020 10:46 am
Location: Australia
Has thanked: 21 times
Been thanked: 23 times
Contact:

Re: yff-1.2 yad gui for ffmpeg (audio video and images)

Post by smokey01 »

plinej wrote: Fri Aug 18, 2023 12:24 am

1.2 is up

This is quite nice but it needs a cut and join option to get rid of unwanted bits of the video.
Nice work.

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.2 yad gui for ffmpeg (audio video and images)

Post by plinej »

@smokey01, Once you cut all your portions of video put them all in a directory by themselves and use the concatenate option. I suppose I could add an option to input time selections of the video you want and then cut and concatenate all in one step.

You can download my packages at https://archive.org/download/plinej-packages
User avatar
smokey01
Posts: 163
Joined: Sun Jul 12, 2020 10:46 am
Location: Australia
Has thanked: 21 times
Been thanked: 23 times
Contact:

Re: yff-1.2 yad gui for ffmpeg (audio video and images)

Post by smokey01 »

plinej wrote: Sun Aug 20, 2023 12:27 pm

@smokey01, Once you cut all your portions of video put them all in a directory by themselves and use the concatenate option. I suppose I could add an option to input time selections of the video you want and then cut and concatenate all in one step.

I think that would be very useful if it's not to much trouble. Thanks.

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.3 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.3 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.4 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.4 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.5 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.5 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.6 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.6 is up

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.7 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.7 is up

You can download my packages at https://archive.org/download/plinej-packages
User avatar
Jasper
Posts: 1597
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 677 times
Been thanked: 359 times

Re: yff-1.7 yad gui for ffmpeg (audio video and images)

Post by Jasper »

@plinej

The initial dialog box looks like this for me. Is this an issue with my version of Yad?

Image

Finally, just a cosmetic issue re: gtk included in the dialog boxes

Image

Works well :thumbup2:

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.8 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.8 is up. @Jasper, this should fix the cosmetic issues...

You can download my packages at https://archive.org/download/plinej-packages
plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.9 yad gui for ffmpeg (audio video and images)

Post by plinej »

1.9 is up

You can download my packages at https://archive.org/download/plinej-packages
User avatar
smokey01
Posts: 163
Joined: Sun Jul 12, 2020 10:46 am
Location: Australia
Has thanked: 21 times
Been thanked: 23 times
Contact:

Re: yff-1.9 yad gui for ffmpeg (audio video and images)

Post by smokey01 »

I see 1.8 not 1.9.

plinej
Posts: 236
Joined: Thu Jul 16, 2020 1:39 am
Has thanked: 6 times
Been thanked: 98 times

Re: yff-1.9 yad gui for ffmpeg (audio video and images)

Post by plinej »

@smokey01, hmm... I'm seeing 1.9

You can download my packages at https://archive.org/download/plinej-packages
Post Reply

Return to “Multimedia”