Search found 15 matches

by DorDahan
Sun Apr 24, 2011 6:48 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

video = DirectShowSource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true) part1 = video.Trim(0,300) part2 = video.Trim(301,404) part3 = video.Trim(405,0) image = Imagesource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\pic7.png", pixel_typ...
by DorDahan
Sun Apr 24, 2011 4:02 pm
Forum: Conversion / Encoding Help
Topic: best encoding?
Replies: 1
Views: 855

best encoding?

i was wondering... i have [some anime]
and i encode them to hardcore subtitles into them.. i was wondering whats the best codec to keep the quality and in which program.

[Kariudo: Partially redacted. Please don't discuss such sources.]
by DorDahan
Sun Apr 24, 2011 3:42 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

when i use the code this way: textsub("C:\Users\Dor\Desktop\dbzkaiep\[www.bafsubs.tk]Dragon Ball Kai E1.ass") video = DirectShowSource("C:\Users\Dor\Desktop\dbzkaiep\ep1\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true) part1 = video.Trim(0,300) part2 = video.Trim(301,404) part3 = ...
by DorDahan
Sun Apr 24, 2011 3:34 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

video = DirectShowSource("C:\Users\Dor\Desktop\dbzkaiep\ep1\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true) part1 = video.Trim(0,300) part2 = video.Trim(301,404) part3 = video.Trim(405,0) image = Imagesource("C:\Users\Dor\Desktop\dbzkaiep\ep1\pic7.png", pixel_type="RGB32") video...
by DorDahan
Sun Apr 24, 2011 6:29 am
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

i tried to change

Code: Select all

Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha())
-130 and -180 many times.
it doesnt effect anything.. what should i change here?
by DorDahan
Sat Apr 23, 2011 10:13 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

Zarxrax, i still get error on this line:

Code: Select all

Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha())
something about wight. like i said before.
Phantasmagoriat, i also get error, "there is no function named range"
by DorDahan
Sat Apr 23, 2011 6:36 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

when i use this code: LoadPlugin("C:\VirtualDubMod\plugins\immaavs.dll") video = DirectShowSource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true) part1 = video.Trim(0,300) part2 = video.Trim(301,404) part3 = video.Trim(405,0) part4 = vid...
by DorDahan
Sat Apr 23, 2011 6:33 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

not exactly on the same frames but on few frames they will be together but they must be in different range.
the pictures are different if that's matter.
by DorDahan
Sat Apr 23, 2011 6:31 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

same frame different range.
by DorDahan
Sat Apr 23, 2011 4:34 pm
Forum: AviSynth Help
Topic: timing picute in a video
Replies: 27
Views: 2471

Re: timing picute in a video

ok a whole new question.. i want to put antoher picture and i tried this code LoadPlugin("C:\VirtualDubMod\plugins\immaavs.dll") video = DirectShowSource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true) part1 = video.Trim(0,300) part2 = v...

Go to advanced search