Is making video load and work faster in premiere possible
-
- Joined: Sun Apr 04, 2004 8:32 am
Is making video load and work faster in premiere possible
In the projects that i tried to start I usually made avs files and then edited them in premiere. I add different filters to make quality better but until I export I add '#' to them. I was wondering how to make premiere load videos and edit them faster? Is it possible through filters in avs or maybe the only thing that matters is the decoding speed of the files?
- Keeper of Hellfire
- Joined: Sun Jan 09, 2005 6:13 am
- Location: Germany
How should this work? Every additional filter will make the decoding slower. The only filter that possibly could make it slightly faster is the conversion to RGB color space if it is more efficient than the algorithm in premiere. Afaik the newer Premiere Pro versions will work in YV12 colorspace either, so a conversion may slow it down.
Since you turn off all filters during editing the only way to speed up the editing is changing your method. Either make lossless clips or use the bait and switch method.
Since you turn off all filters during editing the only way to speed up the editing is changing your method. Either make lossless clips or use the bait and switch method.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
MJPEG. If you installed the VFW portion of ffdshow, then you already have an encoder for it that doesn't leave a watermark. Otherwise, you can get it at http://x264.nl (make sure to uninstall any existing ffdshow installation - especially so if it's the one from the CCCP - first)shishlik wrote:I might try the bait and change method then but if so what codec should i encode the files to? (which would be the fastest?).
The ffdshow VFW also allows you to use YV12-mode HuffYUV (which for some reason decodes at or close to realtime on my ancient computer, even though the other modes won't). Just in case you really want to save space but don't want to mess with further slowdown from using Lagarith.
If you want to make lossless clips though, RGB-mode HuffYUV is the fastest.
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
This is the reason I switched from working with AVS/fake AVI files and went to making clips with Huffyuv or Lagarith. The pre-editing process takes more time, but the timeline editing is much faster. Plus, I can pre-process the video clips to improve visual quality before it goes into my editor and gets all modified (sped up, slowed down, faded, etc.). This also means that post-processing is usually unnecessary, or the amount is very minor.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
You can still do that with scripts... just apply all the filters before you're ready to make your final export.Willen wrote:Plus, I can pre-process the video clips to improve visual quality before it goes into my editor and gets all modified (sped up, slowed down, faded, etc.). This also means that post-processing is usually unnecessary, or the amount is very minor.
- x_rex30
- Joined: Tue Apr 10, 2001 4:30 pm
That's what I do. Their are some filters that change the speed of your video like changing fps and some deinterlacing method.. I make sure I add those before I edit do all the cropping resizing I need to get done, and edit with those and playback is as smooth as it would be for lossless files, and when I'm ready to export I add in all my smoothing/sharpening/whatever filters.. the shit that isn't needed while editing and the shit that really slows down playback. This is what I do and it works quite well. I like this method a lot because you could always go back and change something with your advanced script and it takes a shit load less space.Scintilla wrote:You can still do that with scripts... just apply all the filters before you're ready to make your final export.Willen wrote:Plus, I can pre-process the video clips to improve visual quality before it goes into my editor and gets all modified (sped up, slowed down, faded, etc.). This also means that post-processing is usually unnecessary, or the amount is very minor.
-
- Joined: Sun Apr 04, 2004 8:32 am
that's what i usually do except that i think it might be actually better to edit something like an mjpeg with all the scrips included so it will work fast and smooth in premiere and i'll know how it really looks with all the filters than before export i'll re-encode the clips i actually used to lossless and use them instead of the edited ones.
only drawback for me is if something goes wrong and the hole project is gone...
only drawback for me is if something goes wrong and the hole project is gone...
- Keeper of Hellfire
- Joined: Sun Jan 09, 2005 6:13 am
- Location: Germany
That's only true if you have a strong PC. If the PC is a little bit older like mine, editing with scripts becomes a mess, even if the only filter that is applied is deinterlacing/IVTC.x_rex30 wrote:Their are some filters that change the speed of your video like changing fps and some deinterlacing method.. I make sure I add those before I edit do all the cropping resizing I need to get done, and edit with those and playback is as smooth as it would be for lossless files, ....
Compared with what? If you work with multiple episodes/anime, you can save much space with making lossless clips, because you can get rid of the vobs after you've made the clips. If you have a good preplanning, you need 1...2 GB HuffYUV clips per minute of your final AMV, with Lagarith you can even save 30%. So you need 3.5 ... 7 GB for an average 3.5 minutes AMV. That means somewhere between 4 and 7 usual episodes is the point where making clips uses less space than editing with scripts.x_rex30 wrote:I like this method a lot because ... it takes a shit load less space.
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
Hmm, what I meant to say was that I get to edit with the nice, cleaned up clips. And I also don't need to redo the script before export. But, yeah. I suppose I need sleep.Scintilla wrote:You can still do that with scripts... just apply all the filters before you're ready to make your final export.Willen wrote:Plus, I can pre-process the video clips to improve visual quality before it goes into my editor and gets all modified (sped up, slowed down, faded, etc.). This also means that post-processing is usually unnecessary, or the amount is very minor.