You are not logged in.

#1 09-15-2019 18:50:57

Motim
Nouveau membre
Registered: 05-31-2018
Posts: 3

Minimize program

Hello,
How to minimize the program's window when its working (rendering the video), so it will not be spread all over the desktop. To be able to have access to other shortcuts while it is working (in the background).
Answers will be appreciated
Thanks
Motim

Offline

#2 09-18-2019 11:41:47

gerd1028
Membre
Registered: 05-09-2014
Posts: 35

Re: Minimize program

If you use a self-compiled version you could do this:
open DlgRenderVideo.cpp and in the constructor add this:
   setWindowFlag(Qt::WindowType::WindowMinimizeButtonHint);
as first line.

save it, recompile and enjoy...

Offline

#3 09-27-2019 13:49:27

meinereiner
Membre
From: Fulda
Registered: 03-21-2012
Posts: 72

Re: Minimize program

Moin Moin,

do you have a running self compiled ffD under Linux?

I would be glad to get the same actual version. I Have some problems compiling ffD under new QT5 und ffmpeg 4

Norbert

Offline

#4 10-19-2019 18:35:17

gerd1028
Membre
Registered: 05-09-2014
Posts: 35

Re: Minimize program

Hi,
there is an Linux Appimage available for testing at ffDiaporama Test
Just take a look..

Offline

#5 10-22-2019 13:50:32

Sestay
Modérateur
Registered: 09-19-2011
Posts: 463
Website

Re: Minimize program

hello
many thanks for this, i will test it later.

Offline

#6 11-06-2019 17:50:46

ctouze
Nouveau membre
Registered: 10-17-2011
Posts: 9

Re: Minimize program

Good news
I will test
Thank you

Offline

#7 11-10-2019 12:54:25

meinereiner
Membre
From: Fulda
Registered: 03-21-2012
Posts: 72

Re: Minimize program

The new version (20191102) looks good. The rendering is really fast. The resulting files are bigger than before.

Greetings
Norbert

Offline

#8 11-13-2019 19:29:27

gerd1028
Membre
Registered: 05-09-2014
Posts: 35

Re: Minimize program

Filesize depends on your choice about rendering options.
If you want smaller files just change the CRF from 23 to 24 or switch off crf-mode and use bitrate settings as before.

Gerd

Offline

Board footer