Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th June 2025, 03:29   #641  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
I'm trying to figure out how to add AVS script, but I can't seem to be able to do it. I know you already have settings for the contrast, brightness, and such, but I'd like to change the hue to a movie that has a lot of yellow in it and try to shift it a bit more to the blue spectrum. I made a txt file with the simple 'Tweak' function, but I don't see a way actually to load that script into Clever FFMpeg in any way. It just says 'Test' or 'Edit' I even found a Virtualdub exe, but it is super confusing.

I have NO bloody idea exactly what I should choose to change the hue, but I'm just trying a script guessing at this one:

Tweak(sat=0.75, startHue=250, endHue=330)

But, I see no clear way to 'Load' or actually preview the script in any way. Any suggestions please on what I should do if I want to add AVS script, and specifically how I should set the parameters to shift the colour of the movie a bit more to Blue?

Here is a shot from the original m2ts file. I did set the contrast to +.08 and bumped up the saturation a little and that really did look better, but I would LIKE also to shift the color away from that yellow to perhaps more towards Blue:


Last edited by tebasuna51; 15th June 2025 at 07:55.
Lathe is offline   Reply With Quote
Old 15th June 2025, 15:23   #642  |  Link
Z2697
Registered User
 
Join Date: Aug 2024
Location: Between my two ears
Posts: 952
Quote:
Originally Posted by Lathe View Post
I'm trying to figure out how to add AVS script, but I can't seem to be able to do it. I know you already have settings for the contrast, brightness, and such, but I'd like to change the hue to a movie that has a lot of yellow in it and try to shift it a bit more to the blue spectrum. I made a txt file with the simple 'Tweak' function, but I don't see a way actually to load that script into Clever FFMpeg in any way. It just says 'Test' or 'Edit' I even found a Virtualdub exe, but it is super confusing.

I have NO bloody idea exactly what I should choose to change the hue, but I'm just trying a script guessing at this one:

Tweak(sat=0.75, startHue=250, endHue=330)

But, I see no clear way to 'Load' or actually preview the script in any way. Any suggestions please on what I should do if I want to add AVS script, and specifically how I should set the parameters to shift the colour of the movie a bit more to Blue?

Here is a shot from the original m2ts file. I did set the contrast to +.08 and bumped up the saturation a little and that really did look better, but I would LIKE also to shift the color away from that yellow to perhaps more towards Blue:

If your FFmpeg is built with Avisynth support it shoule be able to just open the script as input.
Z2697 is offline   Reply With Quote
Old 15th June 2025, 16:15   #643  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
Quote:
Originally Posted by Lathe View Post
I'm trying to figure out how to add AVS script, but I can't seem to be able to do it. I know you already have settings for the contrast, brightness, and such, but I'd like to change the hue to a movie that has a lot of yellow in it and try to shift it a bit more to the blue spectrum. I made a txt file with the simple 'Tweak' function, but I don't see a way actually to load that script into Clever FFMpeg in any way. It just says 'Test' or 'Edit' I even found a Virtualdub exe, but it is super confusing.

I have NO bloody idea exactly what I should choose to change the hue, but I'm just trying a script guessing at this one:

Tweak(sat=0.75, startHue=250, endHue=330)
Start clever FFmpeg-GUI, load your video, click encode videostream, click various, click use Avisynth, click create script, click edit script.

Enter all your avisynth filters and choices you like, then save the file.
You can preview the result with test script.
If it's fine for you, click encode.
ProWo is offline   Reply With Quote
Old 15th June 2025, 16:18   #644  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
Newest beta (v3.4.2.02), online now.
(Changelog will follow in the next full release).
With this version changes the update function.
ProWo is offline   Reply With Quote
Old 16th June 2025, 00:41   #645  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
Start clever FFmpeg-GUI, load your video, click encode videostream, click various, click use Avisynth, click create script, click edit script.

Enter all your avisynth filters and choices you like, then save the file.
You can preview the result with test script.
If it's fine for you, click encode.
Thanks! I thought I did that like you said, but when I chose Create Script, or maybe after I chose Edit Script, nothing showed, or it looked for a txt file somewhere that already existed. I tried creating the script I mentioned above, but it didn't look like it either provided me with an interface to create a script or allow me to navigate to the file I created. It just sits there and I THINK at that point it just locks up if I choose Test Script. I'll try again though, thank you!

I'm thinking that perhaps when one chooses Create Script, IF an interface then popped up with a blank field so you could simply write your script and when completed, simply allow you to Save script, and then Test script. But, the way it is now, at least to me, the navigation is confusing.

Last edited by Lathe; 16th June 2025 at 00:43.
Lathe is offline   Reply With Quote
Old 17th June 2025, 07:59   #646  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
Newest beta (v3.4.2.03), online now.
(Changelog will follow in the next full release).
ProWo is offline   Reply With Quote
Old 17th June 2025, 08:14   #647  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
Quote:
Originally Posted by Lathe View Post
Thanks! I thought I did that like you said, but when I chose Create Script, or maybe after I chose Edit Script, nothing showed, or it looked for a txt file somewhere that already existed.
To edit the script you need a text editor like notepad or notepad++.
To test the script you need virtualdub2.
Both programs must be registered in the settings of clever FFmpeg-GUI.
(Start page, Settings & Update, >>>)
ProWo is offline   Reply With Quote
Old 17th June 2025, 08:50   #648  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
To edit the script you need a text editor like notepad or notepad++.
To test the script you need virtualdub2.
Both programs must be registered in the settings of clever FFmpeg-GUI.
(Start page, Settings & Update, >>>)
Thanks mate, I'll give it a go! I did have notepad open and I did navigate to VirtualDub64, but I'll try again.
Lathe is offline   Reply With Quote
Old 28th June 2025, 10:00   #649  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
----------------------------------------------------------------------------------
June 28, 2025 release version 3.4.3.
----------------------------------------------------------------------------------
Added:
Check for wrong paths with assist apps (text editor, virtualdub).
Frame accurate cutting with smart rendering (for h264 in mp4/mov/mkv/avi atm).
Hide/show selected streams in mux grid.
Stay open checkbox in mux grid.
Input limitations for idx field in mux/batch grid.
Output destination setting is saved now.
Check for cd_rom drive (to avoid wrong destination selection).
Select/deselect all streams of type, clicking on it's field (upper right) in mux grid.
Create/add chapters for mux audiofile only.
Input limitation for start time textbox in video crop (now numbers only).

Fixed:
Bug with cut/to batch buttons in cut grid.
Bug in caption index (allowed range from -1 to 1)(thx to Findu for the hint).
Bug with closing X (removed now) in ISO language code help (thx to Findu for the hint).
Bug in raw video extraction with mpeg2video codec.
Bug with new encode length with frame accurate cutting.
Bug with preview length with frame accurate cutting.
Bug with missing aborted reset and closing to batch action in audio encoding.
Bug with missing handler remove in mux grid.
Bug with create chapers file.
Bug with end time <= start keyframe time in cut grid.
Bug with source avs file beeing deleted.
Bug in video preview in chapters form.
Bug in videostream reference for chapters in mux form.
Bug with chapters help window position.
Bug with missing simple remux checkbox in mux grid.
Bug with selected input_file ID and idx in mux grid/chapters (thx to Findu for the hint).
Bug with select/deselect streams of type in mux grid.
Bug in video crop start time selection (thx to VideoAI for the hint).
Bug with source folder value in first start window.
Bug with toggle keep duration checkbox with FPS value missing in video encoding (thx to VideoAI for the hint).
Bug with shortest videos (g.e. 3 sec) and empty start time box in video crop (thx to VideoAI for the hint).
Bug with updater.
Bug with processed/cut files reminder (thx to Findu for the hint).

Changed:
Language code from filename recognition to standard naming convention.
Streams handling in mux grid.
Task completed label instead of message box in mux grid.
Remove muxed streams handling.
Sample handling in mux grid.
Simple remux handling.
Hide streams instead of clear streams (no stream files are deleted now) in mux grid.
Cut help (added frame accurate cut info).
Only first readed file in muxgrid is automatically checked.
Audio delay math in mux grid.
None/all affects only visible streams in mux grid now.
App update.
Moved chapters section from main page to mux grid.
HDR Label on all interested sections now.
Removed reminder for open tasks and unused files on app start/closing.
Start behaviour with open tasks and unused processed streams (will appear in the interested sections now).
Success label instead message box in audio encoding section.
Muxed processed files or joined cut files are removed after successfull action.
Check for unused processed/cut files after leaving mux grid/join grid.
Start time and increment for shortest videos in video crop section.

Improved:
Mux grid.
Language code handling in mux grid.
Chapters help.
Chapters handling.

----------------------------------------------------------------------------------

Please note:
As of this release, I will no longer make announcements for the last nightly.
Just use the update function regularly.
ProWo is offline   Reply With Quote
Old 28th June 2025, 23:16   #650  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
----------------------------------------------------------------------------------
June 28, 2025 release version 3.4.3.
----------------------------------------------------------------------------------
Added:
Check for wrong paths with assist apps (text editor, virtualdub).
Frame accurate cutting with smart rendering (for h264 in mp4/mov/mkv/avi atm).
Hide/show selected streams in mux grid.
Stay open checkbox in mux grid.
Input limitations for idx field in mux/batch grid.
Output destination setting is saved now.
Check for cd_rom drive (to avoid wrong destination selection).
Select/deselect all streams of type, clicking on it's field (upper right) in mux grid.
Create/add chapters for mux audiofile only.
Input limitation for start time textbox in video crop (now numbers only).

Fixed:
Bug with cut/to batch buttons in cut grid.
Bug in caption index (allowed range from -1 to 1)(thx to Findu for the hint).
Bug with closing X (removed now) in ISO language code help (thx to Findu for the hint).
Bug in raw video extraction with mpeg2video codec.
Bug with new encode length with frame accurate cutting.
Bug with preview length with frame accurate cutting.
Bug with missing aborted reset and closing to batch action in audio encoding.
Bug with missing handler remove in mux grid.
Bug with create chapers file.
Bug with end time <= start keyframe time in cut grid.
Bug with source avs file beeing deleted.
Bug in video preview in chapters form.
Bug in videostream reference for chapters in mux form.
Bug with chapters help window position.
Bug with missing simple remux checkbox in mux grid.
Bug with selected input_file ID and idx in mux grid/chapters (thx to Findu for the hint).
Bug with select/deselect streams of type in mux grid.
Bug in video crop start time selection (thx to VideoAI for the hint).
Bug with source folder value in first start window.
Bug with toggle keep duration checkbox with FPS value missing in video encoding (thx to VideoAI for the hint).
Bug with shortest videos (g.e. 3 sec) and empty start time box in video crop (thx to VideoAI for the hint).
Bug with updater.
Bug with processed/cut files reminder (thx to Findu for the hint).

Changed:
Language code from filename recognition to standard naming convention.
Streams handling in mux grid.
Task completed label instead of message box in mux grid.
Remove muxed streams handling.
Sample handling in mux grid.
Simple remux handling.
Hide streams instead of clear streams (no stream files are deleted now) in mux grid.
Cut help (added frame accurate cut info).
Only first readed file in muxgrid is automatically checked.
Audio delay math in mux grid.
None/all affects only visible streams in mux grid now.
App update.
Moved chapters section from main page to mux grid.
HDR Label on all interested sections now.
Removed reminder for open tasks and unused files on app start/closing.
Start behaviour with open tasks and unused processed streams (will appear in the interested sections now).
Success label instead message box in audio encoding section.
Muxed processed files or joined cut files are removed after successfull action.
Check for unused processed/cut files after leaving mux grid/join grid.
Start time and increment for shortest videos in video crop section.

Improved:
Mux grid.
Language code handling in mux grid.
Chapters help.
Chapters handling.

----------------------------------------------------------------------------------

Please note:
As of this release, I will no longer make announcements for the last nightly.
Just use the update function regularly.
Thank you!
Lathe is offline   Reply With Quote
Old 28th July 2025, 10:37   #651  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
----------------------------------------------------------------------------------
July 28, 2025 release version 3.4.4.
----------------------------------------------------------------------------------
Added:
Batch scan for errors.
Input check for idx field in join grid (numbers only).
Stay open memorized for video encoding, audio encoding, subtitle conversion, muxing.
Hardware acceleration decoding for batch scan for errors.
Rows limit to 9999 in batch/mux/join grids.
Adding folders prevented for batch/mux/join grid.
Hardware acceleration setting memozired for batch scan for errors.
New button colors to show that underlying grids contains elements.
Missing frequencys for audio codes.
hev1 for HDR recognition.
Change colorspace for prores codec.
Video-Bitrate info (if any).
Audiostream selection in preview (in case of multiple audios).
Clear grid after muxing option in mux grid.

Fixed:
Bug with to batch button missing after action and stay open checked.
Bug with missing no_analysis reset.
Bug with normal scan for erros.
Bug with destination folder (if to source is selected) in join grid.
Bug with "To batch" button remaining visible after clicking change (for change video DAR).
Bug in powersaveoff with partial batch task executing.
Bug with unused files in join grid.
Bug with missing opus frequencys.
Bug with resizable columns in grids (now prevented).
Bug in IVTC filterchain.
Bug with missing multiplex button with file can not be analyzed in start screen.
Bug with missing simple remux checkbox in mux grid.
Bug with missing quit button in start form, if no file is loaded.
Bug with filename handling in mux grid.
Bug with first file name check in mux grid.
Bug with shortest filename and first file check in mux grid.
Bug in save grid settings exiting batch tasks grid.
Bug with raw video renamed to mp4 file in start grid.
Bug with scan type variable.
Typo and wrong tooltip.
Bug with success label not cleared in mux grid.

Changed:
Save various variables handling.
Output file name generation (now it takes name from 1st selected stream/file) in join/mux grid.
Mux grid: hidden streams remains hidden now.
Autosize title column to fit content in mux grid
Errors descriptions with chapters.
Output filename check.
Input file extension check in join grid.
Hide settings with update options visible., added hev1 for HDR recognition
clevernorm filter m parameter range 1-20 now.
Start position handling.
Stream selection handling in mux grid.
First file name recognition in mux grid.
Change framerate without re-encoding (should work with all codecs now)
DNxHD and DNxHR encoding behavior.
fixed: bug with scan_type variable
Output file naming in mux grid.

----------------------------------------------------------------------------------
ProWo is offline   Reply With Quote
Old 28th July 2025, 22:34   #652  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
----------------------------------------------------------------------------------
July 28, 2025 release version 3.4.4.
----------------------------------------------------------------------------------
Added:
Batch scan for errors.
Input check for idx field in join grid (numbers only).
Stay open memorized for video encoding, audio encoding, subtitle conversion, muxing.
Hardware acceleration decoding for batch scan for errors.
Rows limit to 9999 in batch/mux/join grids.
Adding folders prevented for batch/mux/join grid.
Hardware acceleration setting memozired for batch scan for errors.
New button colors to show that underlying grids contains elements.
Missing frequencys for audio codes.
hev1 for HDR recognition.
Change colorspace for prores codec.
Video-Bitrate info (if any).
Audiostream selection in preview (in case of multiple audios).
Clear grid after muxing option in mux grid.

Fixed:
Bug with to batch button missing after action and stay open checked.
Bug with missing no_analysis reset.
Bug with normal scan for erros.
Bug with destination folder (if to source is selected) in join grid.
Bug with "To batch" button remaining visible after clicking change (for change video DAR).
Bug in powersaveoff with partial batch task executing.
Bug with unused files in join grid.
Bug with missing opus frequencys.
Bug with resizable columns in grids (now prevented).
Bug in IVTC filterchain.
Bug with missing multiplex button with file can not be analyzed in start screen.
Bug with missing simple remux checkbox in mux grid.
Bug with missing quit button in start form, if no file is loaded.
Bug with filename handling in mux grid.
Bug with first file name check in mux grid.
Bug with shortest filename and first file check in mux grid.
Bug in save grid settings exiting batch tasks grid.
Bug with raw video renamed to mp4 file in start grid.
Bug with scan type variable.
Typo and wrong tooltip.
Bug with success label not cleared in mux grid.

Changed:
Save various variables handling.
Output file name generation (now it takes name from 1st selected stream/file) in join/mux grid.
Mux grid: hidden streams remains hidden now.
Autosize title column to fit content in mux grid
Errors descriptions with chapters.
Output filename check.
Input file extension check in join grid.
Hide settings with update options visible., added hev1 for HDR recognition
clevernorm filter m parameter range 1-20 now.
Start position handling.
Stream selection handling in mux grid.
First file name recognition in mux grid.
Change framerate without re-encoding (should work with all codecs now)
DNxHD and DNxHR encoding behavior.
fixed: bug with scan_type variable
Output file naming in mux grid.

----------------------------------------------------------------------------------
Somebody's been working hard, thank you Sir!
Lathe is offline   Reply With Quote
Old 21st August 2025, 13:44   #653  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
----------------------------------------------------------------------------------
August 21, 2025 release version 3.4.5.
----------------------------------------------------------------------------------
Added:
Codecs mp3_mf, vp9_qsv, av1_qsv.
Batch 0 commandline is shown if you hoover over its action cell with the mouse (batch tasks).
All streams checkbox: Video encoding can be done including all streams now.
Mux whole grid option: If checked, the whole grid is muxed by filename, on by one, in one go.
Background error check for encoder issues while encoding.
Background test for defective batch tasks.
Background check for needed dll existence.
Check for adding processed audio stream to mux list (with single audio file).
App backup & restore (in Settings & more).
Background check for update (after clicking on Settings & more).

Fixed:
Bug in save settings.
Bug in grid clearing (batch tasks).
Bug with save position.
Bug with not working output filename change after muxing.
Bug with return/main page button in join grid.
Bug with missing av1-svt parameters.
Bug in batch screen aborting.
Bug with first name check in mux grid.
Bug with missing main page button.
Bug with mux whole grid abort.
Bug with form position on update.
Bug with longer profile & level info in change level.
Bug with missing drag & drop in batch tasks.
Bug with mpeg2_qsv parameters.
Bug with reading format title in mux grid.
Bug with missing output with importing cuts in join grid.
Bug with taskbar icon missing handle.
Bug with missing ffmpeg commandline in audio encoding.
Bug with missing source file info after join/mux grid in source window.
Bug in updater.
Bug in batch task closing.
Bug with mouse enter before grid is filled (batch tasks).
Bug with decimal point problems in conversions.
Bug with missing settings memorization (with X closing).
Bug with mp3_mf settings.
Bug with output path (to source, with mux whole grid).
Bug with output to source path (with adding new files in batch tasks).
Bug with error detection in video encoding (wrong keyword).
Bug with activating mux button color change.

Changed:
Jump to remap with channels number increase without remapping
Channels layouts descriptions.
Success lable behavior (with timer now).
Video encoding with all streams uses input extension for output (as batch too).
Hide progressbar if actual time/duration is missing.
Mux grid: stream selection all to first.
Unused processed files handling.
Toggle destination button on start screen.
Start code.
Saved audio bitrate is used now.
Output destination info on all screens.
Grid initialization in batch tasks, streams extraction, mux, join.
Stream titles are writte to mov now.
Made form uvmovable for crop and chapters.
Update behavior.

Removed:
General errors check during encoding.
Sample mux from mux grid (not very useful).
p010le, dxva2vld, d3d11va pixelformats (for h264_amf and hevc_amf).

Improved:
Mux grid behavior.

----------------------------------------------------------------------------------

From now on, nightlys will only contain the program executable.
ProWo is offline   Reply With Quote
Old 21st August 2025, 22:38   #654  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
----------------------------------------------------------------------------------
August 21, 2025 release version 3.4.5.
----------------------------------------------------------------------------------
Added:
Codecs mp3_mf, vp9_qsv, av1_qsv.
Batch 0 commandline is shown if you hoover over its action cell with the mouse (batch tasks).
All streams checkbox: Video encoding can be done including all streams now.
Mux whole grid option: If checked, the whole grid is muxed by filename, on by one, in one go.
Background error check for encoder issues while encoding.
Background test for defective batch tasks.
Background check for needed dll existence.
Check for adding processed audio stream to mux list (with single audio file).
App backup & restore (in Settings & more).
Background check for update (after clicking on Settings & more).

Fixed:
Bug in save settings.
Bug in grid clearing (batch tasks).
Bug with save position.
Bug with not working output filename change after muxing.
Bug with return/main page button in join grid.
Bug with missing av1-svt parameters.
Bug in batch screen aborting.
Bug with first name check in mux grid.
Bug with missing main page button.
Bug with mux whole grid abort.
Bug with form position on update.
Bug with longer profile & level info in change level.
Bug with missing drag & drop in batch tasks.
Bug with mpeg2_qsv parameters.
Bug with reading format title in mux grid.
Bug with missing output with importing cuts in join grid.
Bug with taskbar icon missing handle.
Bug with missing ffmpeg commandline in audio encoding.
Bug with missing source file info after join/mux grid in source window.
Bug in updater.
Bug in batch task closing.
Bug with mouse enter before grid is filled (batch tasks).
Bug with decimal point problems in conversions.
Bug with missing settings memorization (with X closing).
Bug with mp3_mf settings.
Bug with output path (to source, with mux whole grid).
Bug with output to source path (with adding new files in batch tasks).
Bug with error detection in video encoding (wrong keyword).
Bug with activating mux button color change.

Changed:
Jump to remap with channels number increase without remapping
Channels layouts descriptions.
Success lable behavior (with timer now).
Video encoding with all streams uses input extension for output (as batch too).
Hide progressbar if actual time/duration is missing.
Mux grid: stream selection all to first.
Unused processed files handling.
Toggle destination button on start screen.
Start code.
Saved audio bitrate is used now.
Output destination info on all screens.
Grid initialization in batch tasks, streams extraction, mux, join.
Stream titles are writte to mov now.
Made form uvmovable for crop and chapters.
Update behavior.

Removed:
General errors check during encoding.
Sample mux from mux grid (not very useful).
p010le, dxva2vld, d3d11va pixelformats (for h264_amf and hevc_amf).

Improved:
Mux grid behavior.

----------------------------------------------------------------------------------

From now on, nightlys will only contain the program executable.
Thanks Bro!

One thing though... I tried to update the FFMpeg through the program and I got an error message that 2 dlls are missing and when I hit 'Okay' the program terminates. Now when I start the program it keeps opening to that error prompt and all I can do now is hit 'Okay' and terminate the program. So, it is kind of stuck in a loop now where I cannot use the program.

I think what I will do is simply download the entire new update and start over with that, I'm thinking that should work...

But, I thought you should know about that closed loop error where after it shows you cannot use the program anymore.
Lathe is offline   Reply With Quote
Old 22nd August 2025, 08:24   #655  |  Link
john33
Registered User
 
Join Date: Apr 2002
Location: UK
Posts: 92
Same here. Fresh download fixes it.
john33 is online now   Reply With Quote
Old 22nd August 2025, 21:00   #656  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
This is intended, because without the dll's the program can't work.
As the message says, download the release (v3.4.5), extract all files and restart.
The last nightlys contain the exe only.

Last edited by ProWo; 22nd August 2025 at 21:03.
ProWo is offline   Reply With Quote
Old 23rd August 2025, 00:05   #657  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
This is intended, because without the dll's the program can't work.
As the message says, download the release (v3.4.5), extract all files and restart.
The last nightlys contain the exe only.
Lathe is offline   Reply With Quote
Old 24th August 2025, 02:59   #658  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
I don't know what I'm doing wrong (what else is new...?) But, I'm trying to add AVS before encoding. I'm doing my usual HDR-SDR to 1080 encode from UHD-HD. But, when I click on Avisynth and 'Add Script', I create the script which your program has kindly provided the basic template. I simply put 'add borders (60,0,60,0) because apparently the UHD file is a 1.67 AR and MediaInfo shows the resolution to be 3600x2160, I simply want it to be fully Blu-ray compliant with a full 1920x1080 AR as it should be (Don't know why the UHD file doesn't already have the Black Bars on the sides making it compliant?) But... when I add the script the program completely freezes up and I have to close it.

Am I don't something wrong in the few, simple steps to add AVS script (in this case to add borders to the sides to make it Blu-ray compliant?)

Thanks!
Lathe is offline   Reply With Quote
Old 24th August 2025, 07:05   #659  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 445
Quote:
Originally Posted by Lathe View Post
I simply put 'add borders (60,0,60,0) because apparently the UHD file is a 1.67 AR and MediaInfo shows the resolution to be 3600x2160, I simply want it to be fully Blu-ray compliant with a full 1920x1080 AR as it should be
Hi Lathe,
for adding borders only, using avisynth isn't the right way; use padding instead.
Look at the pic.



First of all check the checkbox, then insert the frame height you want:
1080 in your case. The frame width is calculated automatically.
Then insert 1920 at pad width, 1080 as pad heigth is inserted automatically.
That's all. You can check with preview.

btw
the correct syntax is addborders(60,0,60,0)

Last edited by ProWo; 24th August 2025 at 07:13.
ProWo is offline   Reply With Quote
Old 25th August 2025, 00:40   #660  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,385
Quote:
Originally Posted by ProWo View Post
Hi Lathe,
for adding borders only, using avisynth isn't the right way; use padding instead.
Look at the pic.



First of all check the checkbox, then insert the frame height you want:
1080 in your case. The frame width is calculated automatically.
Then insert 1920 at pad width, 1080 as pad heigth is inserted automatically.
That's all. You can check with preview.

btw
the correct syntax is addborders(60,0,60,0)
Hey thanks Pro Wo Bro! Heh, good catch on the syntax. Excellent feature, glad you have it in there!
Lathe is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.