Search found 15 matches
- 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...
- 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.]
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.]
- 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 = ...
- 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...
- 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
-130 and -180 many times.
it doesnt effect anything.. what should i change here?
Code: Select all
Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha())
it doesnt effect anything.. what should i change here?
- 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:
something about wight. like i said before.
Phantasmagoriat, i also get error, "there is no function named range"
Code: Select all
Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha())
Phantasmagoriat, i also get error, "there is no function named range"
- 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...
- 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.
the pictures are different if that's matter.
- 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.
- 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...