Vegas Platinum...
- Derek16438
- Joined: Sat May 24, 2008 8:43 am
- Location: In the abyss of dismembered dreams ...
Vegas Platinum...
I'm using Vegas Platinum v.8 and I just finished making a new AMV. I tried saving my file, but the quality was terrible!! How do I save the file using a lossless codec??
- AimoAio
- Being elegantly...lazy
- Joined: Sun Mar 16, 2008 12:19 pm
- Location: Somewhere
- Contact:
- Derek16438
- Joined: Sat May 24, 2008 8:43 am
- Location: In the abyss of dismembered dreams ...
- Derek16438
- Joined: Sat May 24, 2008 8:43 am
- Location: In the abyss of dismembered dreams ...
Since the topic has not yet been locked, I will ask another question.
I just finished my video as I said, and I followed the tutorial as followed. However, the finished product plays at a horrible frame rate, and the song no longer matches the video. They are not in sync anymore, because of the video's slow playback. Why does the movie playback so slowly??
I just finished my video as I said, and I followed the tutorial as followed. However, the finished product plays at a horrible frame rate, and the song no longer matches the video. They are not in sync anymore, because of the video's slow playback. Why does the movie playback so slowly??
~True Friends are hard to come by...Cherish the ones that you have~
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- Derek16438
- Joined: Sat May 24, 2008 8:43 am
- Location: In the abyss of dismembered dreams ...
No, I guess not.
Well, I did take a look at it now, but I'm sooo fuc**** stupid I can't even understand what's being put in front of me. I still don't know what comes next??
All I retained from the tutorial is that I have produced the final copy of my AVI and now it needs compression into a format like Xvid or MPEG-1. Which program is used for this??
Do I "have" to use AVIsynth??
EDIT:
I just tried using the TMPGenc and encoding the movie I had finished. I made an MPEG-1 out of it, but it still isn't crystal clear. If I'm doing something wrong, somebody please help me. The movie is still pretty clear, so I'm done with it.
I will try anything for my next project though, so please...don't hesitate to help me.
Well, I did take a look at it now, but I'm sooo fuc**** stupid I can't even understand what's being put in front of me. I still don't know what comes next??
All I retained from the tutorial is that I have produced the final copy of my AVI and now it needs compression into a format like Xvid or MPEG-1. Which program is used for this??
Do I "have" to use AVIsynth??
EDIT:
I just tried using the TMPGenc and encoding the movie I had finished. I made an MPEG-1 out of it, but it still isn't crystal clear. If I'm doing something wrong, somebody please help me. The movie is still pretty clear, so I'm done with it.
I will try anything for my next project though, so please...don't hesitate to help me.
~True Friends are hard to come by...Cherish the ones that you have~
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
mpeg-1 isn't what you want if you're looking for superb visual quality.
if you read the entire guide you'll know what programs to use (but the program you'll probably end up using is virtualdub or virtualdubmod.)
Just follow along and do what the guide says, and if you have a question you should probably search the forums. There's been plenty of threads on the contents of eadfag
if all else fails, play around with stuff and come back to the guide a bit later. It may take a few read-throughs to understand everything.
for the video quality part of it, avisynth really helps. You don't have to use it, but used correctly avisynth can make good video look even better and reduce the filesize of your final encode.
if you read the entire guide you'll know what programs to use (but the program you'll probably end up using is virtualdub or virtualdubmod.)
Just follow along and do what the guide says, and if you have a question you should probably search the forums. There's been plenty of threads on the contents of eadfag
if all else fails, play around with stuff and come back to the guide a bit later. It may take a few read-throughs to understand everything.
for the video quality part of it, avisynth really helps. You don't have to use it, but used correctly avisynth can make good video look even better and reduce the filesize of your final encode.
- Derek16438
- Joined: Sat May 24, 2008 8:43 am
- Location: In the abyss of dismembered dreams ...
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
not really, it helps...but it's not needed.
the guide goes over how to make an avs script, and if you want to use something other than default settings most plugins/filters have good documentation that comes with them
here's an excerpt from the fluxsmooth documenation:
the guide goes over how to make an avs script, and if you want to use something other than default settings most plugins/filters have good documentation that comes with them
here's an excerpt from the fluxsmooth documenation:
there's a lot of playing around with settings to find good values, but once you get the hang of it it's a quick processUsage
FluxSmoothT([clip], int temporal_threshold)
FluxSmoothST([clip], int temporal_threshold, int spatial_threshold)
temporal_threshold
Temporal neighbour pixels within this threshold from the current pixel are included in the average.
If set to -1, no temporal smoothing occurs. (Cannot be set to -1 in FluxSmoothT.)
spatial_threshold
Spatial neighbour pixels within this threshold from the current pixel are included in the average.
If set to -1, no spatial smoothing occurs.