salehin
11th June 2009, 14:34
I'm trying to use X-logo (http://www.marzocchi.net/Olafsen/pmwiki/pmwiki.php/Software/X-Logo) for a BBC HD programme, but for some reason I can't seem to be able to use it. I tried both with MeGUI and command line. I'd be grateful if someone could point out my mistakes. Here is the avs script I've used:
LoadPlugin("E:\Utils\dgavcdecnv1013\DGAVCDecodeNV.dll")
AVCSource("D:\en_box\test.dga")
# Directshowsource("D:\en_box\test.ts", fps=25) # alternative
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\xlogo.dll")
# I used the 128 kb version of the Xlogo.dll file from the directory "\xlogo\Xlogo-avisynth2_5"
ConvertToRGB32()
Spline36Resize(1920,1080)
Xlogo("C:\Program Files\AviSynth 2.5\plugins\xxx0.bmp",120,25,255,10,0,0,0,0,3,180,0,0,0,0,true)
ConvertToYV12()
crop( 2, 0, -2, 0)
LimitedSharpenFaster(ss_x=1.0, ss_y=1.0, Smode=1, strength=50, overshoot=0)
Spline36Resize(1280,720)
BBC HD logo: cf attachment (please change the extension to .bmp)
BBC HD stream (~ 40 MB): http://www.sendspace.com/file/409kd2
Re the the BBC HD stream: I used h264ts_cutter_v111 to cut the sample - I did an encode without X-Logo and it turned up pretty well.
Thank you for your patience and help.
Saleh
ps: forgot to add the x264 cmd
x264.exe --pass 1 --bitrate 5000 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --deblock -3:-3 --subme 7 --trellis 2 --psy-rd 0.9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin 12 --qpmax 30 --me umh --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output NUL "400 fr_000.avs"
x264.exe --pass 2 --bitrate 5000 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --deblock -3:-3 --subme 7 --trellis 2 --psy-rd 0.9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin 12 --qpmax 30 --me umh --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output "400 fr.mkv" "400 fr_000.avs"
LoadPlugin("E:\Utils\dgavcdecnv1013\DGAVCDecodeNV.dll")
AVCSource("D:\en_box\test.dga")
# Directshowsource("D:\en_box\test.ts", fps=25) # alternative
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\xlogo.dll")
# I used the 128 kb version of the Xlogo.dll file from the directory "\xlogo\Xlogo-avisynth2_5"
ConvertToRGB32()
Spline36Resize(1920,1080)
Xlogo("C:\Program Files\AviSynth 2.5\plugins\xxx0.bmp",120,25,255,10,0,0,0,0,3,180,0,0,0,0,true)
ConvertToYV12()
crop( 2, 0, -2, 0)
LimitedSharpenFaster(ss_x=1.0, ss_y=1.0, Smode=1, strength=50, overshoot=0)
Spline36Resize(1280,720)
BBC HD logo: cf attachment (please change the extension to .bmp)
BBC HD stream (~ 40 MB): http://www.sendspace.com/file/409kd2
Re the the BBC HD stream: I used h264ts_cutter_v111 to cut the sample - I did an encode without X-Logo and it turned up pretty well.
Thank you for your patience and help.
Saleh
ps: forgot to add the x264 cmd
x264.exe --pass 1 --bitrate 5000 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --deblock -3:-3 --subme 7 --trellis 2 --psy-rd 0.9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin 12 --qpmax 30 --me umh --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output NUL "400 fr_000.avs"
x264.exe --pass 2 --bitrate 5000 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --deblock -3:-3 --subme 7 --trellis 2 --psy-rd 0.9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin 12 --qpmax 30 --me umh --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output "400 fr.mkv" "400 fr_000.avs"