jeanslack / Videomass-presets

A collection of additional presets for the Videomass application
GNU General Public License v3.0
23 stars 4 forks source link

[SUGGESTION] GMJCZP's "Coding to DVD with FFMPEG" presets #2

Open MarcoRavich opened 2 years ago

MarcoRavich commented 2 years ago

GMJCZP's Arsenal scripts are very interesting, but suggested one - that is updated in June 2021 - should be a "must" in FF.

Check it out: Coding to DVD with FFMPEG

It would be also great to "port" (or, better, to save) KVCD, SKVCD, and KDVD Encoding presets too:

KVCD and KDVD: FAQ, Downloads, Tutorials, etc

Hope that inspire !

nota: sei italiano ?

jeanslack commented 2 years ago

Hello,

Thanks for the inputs. I'll definitely check it out soon.

nota: sei italiano ?

Yes, certo che si!

MarcoRavich commented 2 years ago

DVD presets prontamente implementati !

Thanks !

...non sarebbe male (magari per la prox versione) metterci pure gli altri...

MarcoRavich commented 1 year ago

Metal-HTPC user @ Doom9 forum suggested 1-pass version:

I couldnt tell a visible difference in quality so I decided to go for 1pass for my future encodes and just combined the 2 in the command line like this

"%FFMPEG%" -i %INPUTFILE% -vcodec mpeg2video -b:v %E_BR% -maxrate %VBV_MBR% -bufsize %VBV_MBS% -g %E_MIK% -bf %E_MBF% -bidir_refine 0 -b_strategy %E_ABF% -brd_scale %E_SBF% -sc_threshold %E_TSD% -b_sensitivity %E_DBF% -me_range %E_RME% -dc %E_DC% -q:v %E_FQ% -an -mpv_flags mv0+naq -mv0_threshold 0 -mbd %E_RDO% -mbcmp %E_CMB% -precmp %E_CMP% -subcmp %E_CMP% -cmp %E_CMP% -skip_cmp %E_CMS% -dia_size %E_DIA% -pre_dia_size %E_DIA% -last_pred %E_AMP% -dc %E_DC% -lmin %E_MLM% -mblmin %E_MBL% -qmin %E_MQ% -qcomp %E_VQ% -intra_vlc true -intra_matrix %E_INTRA% -inter_matrix %E_INTER% -f mpeg2video -color_primaries 5 -color_trc 5 -colorspace 5 -color_range 1 -aspect %E_DAR% -y %1%.m2v

https://forum.doom9.org/showpost.php?p=1981352&postcount=58

Hope that helps.

note: we've found some other interesting low bitrate FFMPEG-1/2 commandlines in our doom9's old private messages exchanged with buzzqw, the (italian) HDConvertToX/MultiX264/AutoMen/AutoWebM author. We'll open a specific "issue" for those in the next days.

jeanslack commented 1 year ago

Thank you very much, as soon as I have a moment of time I will work on it. That 1pass looks impressive too.

jeanslack commented 1 year ago

Added recipe from Metal-HTPC to Coding to DVD by GMJCZP.prst

MarcoRavich commented 1 year ago

Cool.

As suggested @Doom9 too, what about adding "-hwaccel auto" parameter to those presets (too) ?

Thanks for your work !

jeanslack commented 1 year ago

I don't use graphics acceleration, but maybe you could find the answer here: https://trac.ffmpeg.org/wiki/HWAccelIntro However, in general, graphics acceleration would not improve transcoding quality in my opinion.

Also, see the following screenshot if it helps you:

Screenshot_20230218_114029

GMJCZP commented 1 year ago

I'm delighted that research is still going on about these things. I'm sorry for now that I can't keep track of these advances but at the same time I wish you much success.

jeanslack commented 1 year ago

Thank you so much @GMJCZP ! It is above all thanks to you and you will always be welcome here!

MarcoRavich commented 1 year ago

Proud to be link(ed) too.