I need help on getting RAW Naruto and Bleach videos to work

saruto23
Joined: Thu May 08, 2008 4:52 pm
Org Profile

I need help on getting RAW Naruto and Bleach videos to work

Post by saruto23 » Mon Oct 06, 2008 4:21 pm

I get my naruto episodes from [not dvds like I should]. But when i upload it onto Vegas the audio appears but the video doesnt. And i get my Bleach episodes from [also not dvds like I should]. But when i upload it into Vegas, the video is REAL choppy. Can someone help me find out whats wrong with these videos and why they wont work. I know they work too because i know editors that use them but it works fine for them. I dont get whats happening.

[MOD 403: You would do well to read the org <a href="http://www.animemusicvideos.org/phpBB/viewtopic.php?t=289">Forum Rules</a> before posting again]

User avatar
DeinReich
Joined: Sun Mar 27, 2005 10:40 am
Location: College
Org Profile

Post by DeinReich » Mon Oct 06, 2008 4:43 pm

Easiest way fix that is to rip the episodes from the DVDs.
Image

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Mon Oct 06, 2008 4:49 pm

There's a very simple answer to your problem, but it's already posted all over the site, please lurk more. ( and using downloaded footage is against the rules, the best way is as deinreich said)
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

saruto23
Joined: Thu May 08, 2008 4:52 pm
Org Profile

Post by saruto23 » Mon Oct 06, 2008 4:52 pm

If you wouldnt mind. Could you tell me. And DVD's arent a option for me. Sorry =/ and i hope your not talking about the whole XVID/DIVX because i know many editors who edit with that.

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Mon Oct 06, 2008 5:08 pm

Okay, fine, DivX\Xvid is your problem, and I don't care if you've seen other people edit with it, I guaranty that if you convert it to something like Lagirith or huffYUV your problem will be fixed. It's a largely random occurence, and your friends are luck if it works for them. But as I said, it's random, has been confirmed by hundreds of people, and often simply will not work.


Now, are going to simply get rid of\convert away from Divx\Xvid and be done with your problem? Or going around chasing after ghosts because you're convinced DivX\Xvid can't possibly be the problem?

Oh, and I reported your thread, you can't post links to site with illegal downloads.
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Oct 06, 2008 5:08 pm

yes it is the whole divx/xvid thing, and if you want it to work you will convert to lossless

I don't care how many people think that it's ok to edit divx/xvid or how many people claim that there isn't a problem with it. The bottom line is that it will, without exception, either not work or stop working.
Image
Image

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Mon Oct 06, 2008 5:14 pm

Also, if you feel you must know why it won't work, consult this awesome post by zero1
zero1 wrote:Well the reason DivX and XviD don't work well for editing, along with any other inter frame codecs as Kalium pointed out, is simple. It's just the nature of the compression. In most instances you have 3 different types of frame, I-frames, P-frames and B-frames. Now you don't always need B-frames to break things, you can do that fine just using I and P frames, but B-frames adds to the failure.

I-frames are intra frames. These are for lack of a better word, standalone frames meaning they can be decoded as is, just like still image formats, which makes them ideal for editing.

P-frames are predicted frames. A crude description would be that these frames contain the difference from the previous frame and "overlay" it. Take a news reader for example. You have an image that is mostly static but only their head and mouth moves any reasonable amount. An I-frame would store the full image, then the P-frame would store what has changed since that I-frame, so for example in a perfect world it would only store his mouth movements and apply that over the previous image. This obviously saves space because you are only coding stuff that changes.

B-frames are bi-directionally predicted frames. Without getting too technical, they rely on information from other frames too and due to their nature, require more processing power to decode than I or P-frames. In addition to this, B-frames are not properly supported in AVI. They exist by way of a hack. One hack is to read X amount of frames and display Y amount of frames, creating a frame lag. Normally it's not much of a lag, 2 frames usually, but for H.264 it can be a huge lag. The point is, you don't want lag in your AMV or it will not sync. The other hack is to pack frames together. VfW has a one frame in, one frame out limitation, so in order to gain the information required to decode a B-frame, you need to pack the B-frame with another frame so they get forced to the decoder at the same time. This is obviously not good either.

Well now that we know that P and B frames rely on previous and future frames for the information to decode them, that gives us something to work on. What would happen if you removed the previous frame and it happend to be that a P-frame needed to reference that frame? (remember because a P-frame only contains the difference and not a full image). Well you wouldn't have anything for that P-frame to reference, so you would get a garbage image, or the decoder and/or editing software would hang/crash/explode taking your house with it.

Now I won't even go into the differences between coded and displayed order of frames or H.264, but let's take this sequence of 14 frames for example.

I P B B P B B P B B P B B P

It could be the start of a scene change, and you want to cut out a few of the frames. Let's say after the scene change, you want the sequence starting after frame 6 (An I-frame usually gets coded for the first frame after a significant scene change). With your razor tool, you would need to cut the stream as below:

I P B B P B | B P B B P B B P

But here is where you can hit a problem. With the sequence cut and the excess deleted, it means where you cut it starts with a B-frame which requires information from the previous B-frame (which is gone), the P-frame before that (which is also gone) and so on until you reach the I-frame. It has to work it's way back to the I-frame, then work forward applying the changes of all the frames until it reaches the frame you requested. This can be slow (as you might expect having to seek back and then forward) and unstable.

Providing the decoder is decent, you may get away with this, but it's not ideal. As I mentioned earlier, we also have the problem of B-frames. This is probably more likely to mess up something like Premiere with the frames being packed, out of order or laggy. I know that the XviD out wasn't working last time I tried.

In short, avoid editing with codecs you would usually use for distribution. This includes MPEG-2 since that also has P and B-frames. MPEG-2 might not be as bad because the container was designed to handle B-frames, and also you can serve it via AVISynth, which may be an option for DivX/XviD, but a slow and risky one.

It is possible to create editable XviD videos, but if you already figured out how to do that then you probably already knew of the problems and hence looked for that possibility. I won't tell you how because it will spread around that "Wow, Zero1 says you can edit with XviD", people will be trying to use already compressed episodes and suffering the problems since they were encoded for viewing rather than editing. Even if I did tell you how to do it, it would require re-encoding the videos (which it sounds like you are trying to avoid by editing directly), plus it would decrease the quality slightly (perhaps barring bait and switch if it would work with all what I said above).

The short answer is edit with DivX/XviD if you wish, but expect problems. If you get problems, don't complain about them because you were warned. Explore the possibility of using AVISynth if you are really strapped for space, or just convert to lossless like everyone else. If you have a good disk speed or RAID array, editing is a breeze.
We aren't making this stuff up ;)
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

saruto23
Joined: Thu May 08, 2008 4:52 pm
Org Profile

Post by saruto23 » Mon Oct 06, 2008 5:22 pm

Thanks for the report.....Ok so, if i convert it in VDub, are the files going to take up a TON of space or what?

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Mon Oct 06, 2008 5:23 pm

Yes. Which is why you cut out clips.
... yea ...

User avatar
The Origonal Head Hunter
The Propheteer
Joined: Sat Jul 16, 2005 12:21 am
Status: Hooked on a Feeling
Location: State of Denial
Org Profile

Post by The Origonal Head Hunter » Mon Oct 06, 2008 5:24 pm

In short, yes.

In long, yes and get an external or additional harddrive. The big ones are dirt cheap now-adays.
RonnieDaking wrote:i like my anime like I like my women, from japan and speaking english
Image
Boredom.

Locked

Return to “Video & Audio Help”