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 > General > Newbies

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th July 2025, 15:56   #1  |  Link
kolamorx
Registered User
 
Join Date: Jun 2017
Posts: 49
Increasing Brightness of Videos?

Some videos are just too dark and it's sometimes hard to see clearly what is going on.
How can I improve video brightness without making the videos too pale or washed out? (for free.)
kolamorx is offline   Reply With Quote
Old 9th July 2025, 23:30   #2  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
AviSynth:
Code:
<yoursourcefilter> "<yoursourcepath>"
smoothdebug=0 #0 no Diagram, 1 = Curve only, 2: Tweak only, 3: Both
ShowSmoothCurveDiagram=smoothdebug==1 ? true : smoothdebug==3 ? true : false
ShowSmoothTweakDiagram=smoothdebug==2 ? true : smoothdebug==3 ? true : false
smoothdebugwidth=1920
smoothdebugheight=1080
linear3="0-0;32767-32767;65535-65535"
linear5="0-0;16383-16383;32767-32767;49151-49151;65535-65535"
linear9="0-0;8191-8191;16383-16383;24575-24575;32767-32767;40959-40959;49151-49151;57343-57343;65535-65535"
your9="0-0;8191-12000;16383-20000;24575-30000;32767-35000;40959-40959;49151-49151;57343-57343;65535-65535"
SmoothCurve16(ConvertTo16bit().ConvertToStacked(), \
Ycurve=your9, \
Ucurve=linear3, \
Vcurve=linear3, \
limiter=false, HQ=true, interp=100, debug=ShowSmoothCurveDiagram, screenW=smoothdebugwidth, screenH=smoothdebugheight)
#SmoothTweak(HQ=true, brightness=0, contrast=1.0, saturation=1.0, hue1=-0, hue2=+0, limiter=false, debug=ShowSmoothTweakDiagram, screenW=smoothdebugwidth, screenH=smoothdebugheight)
ConvertFromStacked()
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator 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 23:44.


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