TA的每日心情 | 开心 2018-11-17 07:49 |
---|
签到天数: 4 天 [LV.2]偶尔看看I
中级会员
- 积分
- 2634
|
本帖最后由 jp4bgm 于 2018-2-16 23:56 编辑
LWLibavVideoSource("src.m2ts",format="yuv420p16",stacked=true)--輸出高精度處理
Dither_y_gamma_to_linear(tv_range_in=false, tv_range_out=false, curve="709")
Dither_resize16(1280,720,kernel="bicubic",a1=0,a2=0.5,invks=true)--跟spline系列比起來,這個貌似還是最好的降頻算法(wiki似乎也有寫)
Dither_y_linear_to_gamma(tv_range_in=false, tv_range_out=false, curve="709")
ditherpost()--8bit輸出(直接把avs檔丟potplayer裡面播放...結果沒聲音
然而宇宙又讓我找到一個禮包的東西 添加進去 居然有音樂了LWLibavVideoSource("00000.m2ts",threads=4,format="yuv420p16",stacked=true,repeat=true)
Dither_y_gamma_to_linear(tv_range_in=false, tv_range_out=false, curve="709")
Dither_resize16(1280,720,kernel="bicubic",a1=0,a2=0.5,invks=true)
Dither_y_linear_to_gamma(tv_range_in=false, tv_range_out=false, curve="709")
video=last
audio=LWLibavAudioSource("00000.m2ts",av_sync=true)
audiodub(video,audio)
ditherpost()
要怎麼推出原本的拉升算法呢(除了用血輪眼判斷.......),~2/16--對於這個問題我已經放棄隨便了,強迫症沒藥醫
然後madvr設定這樣,起初要設定aa,想說用ngu(........)
雖然實際上還是不知道這樣做有什麼意義(除了感覺在畫質沒有任何損的情形下線條有變化之外,好像沒什麼感覺~~
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|