AnimeSuki Forums

Register Forum Rules FAQ Community Today's Posts Search

Go Back   AnimeSuki Forum > Anime Related Topics > General Anime > Fansub Groups

Notices

Reply
 
Thread Tools
Old 2011-10-11, 14:27   Link #541
Quarkboy
Translator, Producer
 
 
Join Date: Nov 2003
Location: Tokyo, Japan
Age: 44
Quote:
Originally Posted by gilcohen View Post
Up^ after a week~
When you combine two clips, they need to have audio that's the same samplerate.

Samplerate is the rate of samples in an audio clip.

e.g.

CD: 44,000 Hz Sample Rate
DVD: 48,0000 Hz Sample Rate

chances are that one of your clips is 44,000 and the other is 48,000.

SAmple rate is kind of like frame rate for video. You can convert it between 44,000 and 48,000 and it'll sound about the same, or you can just playback 44,000 Hz audio at 48,000 Hz and it'll sound higher pitch and be sped up.

Avisynth has a few built in commands for adjust these:

ResampleAudio is like "Convertfps" and will convert to another sample rate without changing the pitch.
AssumeSampleRate is like "Assumefps" and will simply change the rate at which the samples are played back, causing the audio to speed up or slow down.


Homework Problem:

You have a video file which is 23.976 fps. You want to convert the video file to PAL at 25 fps by using Assumefps, but the audio gets out of sync. How do you use "Resample Audio" and "Assumesamplerate" to fix the audio?
__________________
Read Light Novels in English at J-Novel Club!
Translator, Producer, Japan Media Export Expert
Founder and Owner of J-Novel Club
Sam Pinansky
Quarkboy is offline   Reply With Quote
Old 2011-10-11, 15:45   Link #542
gilcohen
Member
 
Join Date: Sep 2010
Wait a sec XD I dont got it...

Which order I need to put and where?

here is the tab:

a=DirectShowSource(Video,fps=23.976,convertfps=true)
b=DirectShowSource(Video,fps=23.976,convertfps=true).Trim(2159,33311)
last=a+b
TEXTSUB(Subtitles)
TEXTSUB(Subtitles)

The quality is 704X396..

after the "ResampleAudio" what supposed be?
__________________
Beelzebub forever! XD
gilcohen is offline   Reply With Quote
Old 2011-10-16, 03:11   Link #543
TheRyuu
warpsharpened
 
Join Date: Sep 2008
Quote:
Originally Posted by Quarkboy View Post
Homework Problem:

You have a video file which is 23.976 fps. You want to convert the video file to PAL at 25 fps by using Assumefps, but the audio gets out of sync. How do you use "Resample Audio" and "Assumesamplerate" to fix the audio?
You kill yourself because you're trying to convert to PAL.
TheRyuu is offline   Reply With Quote
Old 2011-11-24, 16:12   Link #544
Disk
Junior Member
 
 
Join Date: Feb 2011
Hello animefans

So i have a problem with a raw

i cant open the Raw form Zero Raw Sacred seven 01.mkv. if i creat a avs script as so i done for so many times, it will not open he tells me unsuportet compression methode.

the sam raw i can't open in aegisub, what is the problem with that raw, i look, it is not a 10bit raw is a normal 8 bit raw?

I try with ffvideosourc and directshowsourc but bothf methode will not work

Eternal anime power disk
Disk is offline   Reply With Quote
Old 2011-11-24, 16:48   Link #545
sneaker
Senior Member
 
Join Date: Dec 2008
Are you sure the download is complete and went 100% correct?
Does the file play fine in your media player?
Post the exact AviSynth error messages!
Are you using the latest ffmpegsource version? (r580)
sneaker is offline   Reply With Quote
Old 2011-11-24, 17:06   Link #546
Disk
Junior Member
 
 
Join Date: Feb 2011
jup in the vlc and sm player it plays

i use the version from 2011 Julie but i look maybe it exist now a new version
Disk is offline   Reply With Quote
Old 2011-11-24, 17:09   Link #547
Disk
Junior Member
 
 
Join Date: Feb 2011
hahah now it work,
silly there just 3 month between and it chance so mutch?
Disk is offline   Reply With Quote
Old 2011-11-26, 13:54   Link #548
DreGon45
Rouge Encoder
 
Join Date: Aug 2011
Location: wut?
I may be in the wrong thread for this, but why the hell not??

Ok, so I made Avisynth script and I'm loading it into virtual dub. I'm trying to apply some filters for sharpening. I heard that the 'General Convolution' filter is better then warp sharp and the regular sharpening filter. If this is true, what values do I need to put into each box to get a sharpen result. Or is there another filter I can download?

Btw the way, the clip I'm filtering is an old episode of One Piece, episode 1 to be exact. Just trying to clean it up a little to watch on my big screen.
DreGon45 is offline   Reply With Quote
Old 2011-11-26, 17:21   Link #549
TheFluff
Excessively jovial fellow
 
 
Join Date: Dec 2005
Location: ISDB-T
Age: 37
Quote:
Originally Posted by DreGon45 View Post
I may be in the wrong thread for this, but why the hell not??

Ok, so I made Avisynth script and I'm loading it into virtual dub. I'm trying to apply some filters for sharpening. I heard that the 'General Convolution' filter is better then warp sharp and the regular sharpening filter. If this is true, what values do I need to put into each box to get a sharpen result. Or is there another filter I can download?

Btw the way, the clip I'm filtering is an old episode of One Piece, episode 1 to be exact. Just trying to clean it up a little to watch on my big screen.
don't use virtualdub filters

Also, sharpening an image by applying a general convolution matrix is "better" than sharpening it with warpsharp kinda like how cholera is "better" than the bubonic plague. I strongly advise you start checking the dates on the guides you read; 2002 called, it wanted its shitty filters back.
__________________
| ffmpegsource
17:43:13 <~deculture> Also, TheFluff, you are so fucking slowpoke.jpg that people think we dropped the DVD's.
17:43:16 <~deculture> nice job, fag!

01:04:41 < Plorkyeran> it was annoying to typeset so it should be annoying to read
TheFluff is offline   Reply With Quote
Old 2011-11-27, 08:45   Link #550
DreGon45
Rouge Encoder
 
Join Date: Aug 2011
Location: wut?
Well I was obviously in the wrong. So what would you recommend I search/lurk for, for sharpening?
DreGon45 is offline   Reply With Quote
Old 2011-11-27, 11:14   Link #551
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
The General Convolution filter is for people who know what a discrete FIR filter is and how to design them.

The question Fluff is asking you is, why do you think you need to sharpen your source at all? Because you most likely don't really.
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote
Old 2011-11-27, 19:14   Link #552
DreGon45
Rouge Encoder
 
Join Date: Aug 2011
Location: wut?
Because I would like to see an HD version of it on my big screen, but just 'upscaling' isn't all that great. I'm sure I'd have to remaster it to get true HD but I don't have the time for it.
DreGon45 is offline   Reply With Quote
Old 2011-11-27, 23:07   Link #553
TheFluff
Excessively jovial fellow
 
 
Join Date: Dec 2005
Location: ISDB-T
Age: 37
Quote:
Originally Posted by DreGon45 View Post
Well I was obviously in the wrong. So what would you recommend I search/lurk for, for sharpening?
limitedsharpenfaster is still pretty good and easy enough to use, you could start there
__________________
| ffmpegsource
17:43:13 <~deculture> Also, TheFluff, you are so fucking slowpoke.jpg that people think we dropped the DVD's.
17:43:16 <~deculture> nice job, fag!

01:04:41 < Plorkyeran> it was annoying to typeset so it should be annoying to read
TheFluff is offline   Reply With Quote
Old 2011-11-28, 12:06   Link #554
DreGon45
Rouge Encoder
 
Join Date: Aug 2011
Location: wut?
I don't have my laptop with me, does it work like a .DLL file were you can just load it, or do I have to insert a command line?

(typing this on my phone from work)
DreGon45 is offline   Reply With Quote
Old 2011-11-29, 09:29   Link #555
TheFluff
Excessively jovial fellow
 
 
Join Date: Dec 2005
Location: ISDB-T
Age: 37
Quote:
Originally Posted by DreGon45 View Post
I don't have my laptop with me, does it work like a .DLL file were you can just load it, or do I have to insert a command line?

(typing this on my phone from work)
http://bit.ly/tcqtOj
__________________
| ffmpegsource
17:43:13 <~deculture> Also, TheFluff, you are so fucking slowpoke.jpg that people think we dropped the DVD's.
17:43:16 <~deculture> nice job, fag!

01:04:41 < Plorkyeran> it was annoying to typeset so it should be annoying to read
TheFluff is offline   Reply With Quote
Old 2012-01-22, 02:56   Link #556
jnazh
Junior Member
 
 
Join Date: Dec 2008
Location: US
Age: 33
Send a message via MSN to jnazh
Hi

Is there way to encoder karaoke fx (ass file) with overlay video like AFX ?
__________________
jnazh is offline   Reply With Quote
Old 2012-01-22, 03:16   Link #557
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
You mean make an ARGB video for overlaying from an ASS file?
Yes, VSFilter has an Avisynth function called MaskSub() that will do that.

MaskSub("file.ass", width, height, framerate, framecount).flipvertical()

ARGB32 video in VFW is rather brittle so be careful when encoding it, you can easily lose the alpha channel.
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote
Old 2012-01-22, 03:52   Link #558
jnazh
Junior Member
 
 
Join Date: Dec 2008
Location: US
Age: 33
Send a message via MSN to jnazh
thank you

I used this

Quote:
video=AviSource("D:\anime\Persona4 13 OP WR.avi")
MaskSub("D:\anime\persona 4 OPED2 [Kanji Ktimed].ass",video.width,video.height,video.framerate,vid eo.framecount).flipvertical()

it's fine to use it ? , will give me same

Quote:
MaskSub("file.ass", width, height, framerate, framecount).flipvertical()
results right ?


and If I want merge overlaying from an ASS file video with another video , How ??

.
__________________

Last edited by jnazh; 2012-01-22 at 04:24.
jnazh is offline   Reply With Quote
Old 2012-01-22, 07:31   Link #559
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
http://avisynth.org/mediawiki/Overlay
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote
Old 2012-01-23, 02:29   Link #560
jnazh
Junior Member
 
 
Join Date: Dec 2008
Location: US
Age: 33
Send a message via MSN to jnazh
Final result

text not clear ?




Quote:
clip1 = AviSource("D:\anime\Persona4 13 ED.avi").ConvertToRGB()
clip2 = AviSource("D:\anime\OverlayFX.avi").ConvertToRGB()

mask_clip = Mask(clip1, clip2.GreyScale.Levels(0, 1, 75, 0, 255))
Overlay(clip1, clip2, mask=ShowAlpha(mask_clip), mode="Blend", opacity=1)
__________________
jnazh is offline   Reply With Quote
Reply


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 -5. The time now is 15:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
We use Silk.