Compression help
-
danielwang
- Village Idiot
- Joined: Fri May 03, 2002 12:17 am
- Location: Denver, CO Banned: Several times!
- Contact:
Yes.
Note {
As you've now figured out, the AVISynth frameserver works like a symbolic link.
Most all media players don't really read directly form the filesystem these days, they have a thing called DirectShow do it for them.
AVISynth is just a special codec that feeds the file there.
}
Is there a way to use a codec, or AVISyntnth plugin as a multimedia stream client frameserver? It would be nice to be able to redirect streams to a network server:
StreamSource("mms://nephthis.mechacker.com/euphoria")
KillAudio()
AssumeFPS(24)
Crop("Remove","Koopiskeva's","Watermark")
Note {
As you've now figured out, the AVISynth frameserver works like a symbolic link.
Most all media players don't really read directly form the filesystem these days, they have a thing called DirectShow do it for them.
AVISynth is just a special codec that feeds the file there.
}
Is there a way to use a codec, or AVISyntnth plugin as a multimedia stream client frameserver? It would be nice to be able to redirect streams to a network server:
StreamSource("mms://nephthis.mechacker.com/euphoria")
KillAudio()
AssumeFPS(24)
Crop("Remove","Koopiskeva's","Watermark")
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Okay, maybe my example wasn't the best in the world. Your first line should read:XspitfireDemonX wrote:Yea I think I do. So in notepad, on the first line, I write the source it's comin from, a lossless codec (huffyuv), and it's location.
AVISource("C:\<b>[path goes here]</b>\myvideo.avi")
where myvideo.avi is the video you exported. Only reason I said anything about HuffYUV was because it was part of the filename. That's just something I do to keep all my exports straight so I know what's what.
If you're trying to make a distributable version, then yes. But if you want to apply any cleaning or other filters, apply them <i>before</i> you resize.XspitfireDemonX wrote:Second line I resize the vid.
Um... I only included that line because I was editing in Premiere, which has no support for 23.976 FPS, so I was editing at 24. Since my source was at 23.976, I had to speed it up to 24 beforehand, and adjust my audio to match (okay, actually, for this particular video, I didn't, but I should have). Therefore, I brought it back down to its original frame rate.XspitfireDemonX wrote:And third line I decrease the frame rate.
But 24 FPS is perfectly acceptable for a distribution copy of a video; the only time it's really an issue is with conventions, most of which will want everything to be in either 23.976 or 29.97. (But if you were making a version to send to a convention, you wouldn't have resized it anyway.)
On the other hand, if your export at 29.97 FPS, do NOT change the frame rate. Unless your script contains a deinterlace, but the guides explain that better than I ever could, mainly because I've never actually done one.
Right... just remember that my example was not meant to be all-inclusive. One of the great things about AVISynth is that it's so flexible. There's no set structure that a script has to have, as long as you follow all the syntax rules for the various commands you use. Read the documentation to get some examples of the various cool things you can do to your video (though you probably wouldn't <i>want</i> to do most of them in a simple case of compressing for 'net distribution purposes).XspitfireDemonX wrote:Then I give it an AVS extention, and open it in Vdub. Right?
-
XspitfireDemonX
- Joined: Mon Dec 08, 2003 9:03 pm
- Location: Columbia, MD
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Did you install AVISynth?XspitfireDemonX wrote:Thank you so much for all your help, I understand but VDub isn't taking my scripts. Here's what I have. The AVI is after I exported.
AVISource("C:\footage\clip 2.avi")
did I do anything wrong?
Only other thing I can think of is that it might not like the space in your filename, try renaming the file and trying again.
-
XspitfireDemonX
- Joined: Mon Dec 08, 2003 9:03 pm
- Location: Columbia, MD
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
XspitfireDemonX
- Joined: Mon Dec 08, 2003 9:03 pm
- Location: Columbia, MD
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
XspitfireDemonX
- Joined: Mon Dec 08, 2003 9:03 pm
- Location: Columbia, MD
- Contact:
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- Contact:




