I'm trying to work with video taken with a cheap HD camcorder; Insignia brand. The camcorder is crap and I know it but I'd still like to use the video in Adobe Premiere Pro and it won't seem to accept it. How can I tell which Type (1 or 2) the video is? Or is it even an authentic AVI file? Any idea how to get the video into Premiere Pro V.7?
Thanks for any help.
.....Gord
+ Reply to Thread
Results 1 to 18 of 18
-
Last edited by GordRocks; 18th May 2011 at 11:59.
Outside a dog a book is man's best friend. Inside a dog it's too dark to read.
------------ Groucho Marx -
I don't know what any of this means. Does this help?
[Attachment 6837 - Click to enlarge]Outside a dog a book is man's best friend. Inside a dog it's too dark to read.
------------ Groucho Marx -
Not sure why I'm not seeing your MediaInfo attachment correctly, but looking at it from edit, it appears to be H.264 video at 1920 X 1080 @ 29.97fps with AAC audio. Type 1 or Type 2 is more common with DV tapes, not H.264.
Not that familiar with Premiere, so not sure if or why it wouldn't accept the video. Does it play back properly with VLC or other players that can do H.264? -
.
.
Here is the capture using GSpot. I assume from jagabo's reply that this is a Type 2 file as it shows Audio Properties. Still can't get it to open in Premiere Pro.
.....Gord
Outside a dog a book is man's best friend. Inside a dog it's too dark to read.
------------ Groucho Marx -
It's type 2 but it's very unusual for a DV AVI file to have AAC audio. I suggest you convert the audio to PCM.
-
No--that may have an avi container, but look at the right column. That's 1920x1080 video, and the codec says H.264/Mpeg-4 AVC. NTSC DV-AVI is 720x480 with a DV codec.
Screwed-up header? -
avi type 2 just means it's written in the newer avi format that allows bigger files.
i'd import it into avidemux, select copy for both video and audio and then mp4 for format and re-write it into a new container. pp should like it better that way.--
"a lot of people are better dead" - prisoner KSC2-303 -
-
Last edited by edDV; 18th May 2011 at 16:08.
Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
since it's not DVavi, it's not referring to DV type 2, but the riff header information in the file that allows avi files larger than 1gb/4gb.
--
"a lot of people are better dead" - prisoner KSC2-303 -
I've only seen "type 1" and "type 2" used to describe DV AVI. You're talking about ODML 2.0 extensions to AVI -- they allow for files >4 GB (and some other stuff which nobody seem to have implemented). I've only seen that described as "AVI 2.0". GSpot will show if ODML 2.0 is used (in the container info). MediaInfo doesn't show this.
So what the OP has is an AVI 2.0 (AVI with ODML extensions) with h.264 encoded video and AAC encoded audio. I don't now Adobe Premiere Pro accepts in AVI but maybe a VFW h.264 decoder and ACM AAC decoder will allow it to open the AVI file. -
"Type2" as Premiere (like the OP mentions), Vegas, and most other commercial NLE's refer to it DOES imply DV as the codec. But ultimately, here's the difference:
In the RIFF headers,
Type1 sees: "IVAS" as the stream type. This stands for "Interleaved Video-Audio Stream". That's it. One stream, already pre-muxed within the container's muxing.
Type2 sees: "VIDS" + "AUDS" as the stream types. These clearly stand for "Video elementary Stream" and "Audio elementary Stream". Two streams, muxed within the container.
With DV capture of Type 1, the RAW DV stream (already muxed) gets saved AS-IS without any further processing. This makes for easier/less burdensome capture, but MORE burdensome processing/editing down the road.
With DV capture of Type 2, a neat trick is done where the RAW DV stream gets saved AS-IS - with the exception of not calling the stream header "IVAS", but instead calling it "VIDS". It also demuxes and taps off a copy of the audio, saving it to the "AUDS" stream. More burdensome to capture, but less to process/edit. Because of the way most apps read the resulting "VIDS" (nee' "IVAS") stream, the internally-muxed audio portion just gets ignored. The only other downside is the additional filesize (because of the copy of the audio stream) in type 2.
aedipuss, what you are thinking of is the AVI "Open-DML" spec, which is a quasi spec. The original spec as defined by MS has certain limitations. Many video-computer-related industry companies realized the failings of this spec and so created the "Open-DML" spec to overcome those failings. Even though it wasn't officially MANDATED by MS, because of the strong industry support, it has become the de-facto standard for LARGER AVI files (MS now officially promotes this version, without still mandating it - but that was at the point where they developed ASF/WMV...).
There have also been some less common/more proprietary Large-File-Overcoming variations using Segmented clips...
"IVAS" normally only exists within DV-AVI files, so there's rarely a Type1 of any other codec. So, assume "type2" when dealing with all the other codes.
I'm also pretty sure that the problem with the OP and the h.264 AVI file IS NOT related to either Type1 vs. Type2 or Strict/Original AVI vs. OpenDML AVI. Those are red herrings.
I'd think either Demuxing & Importing elementary raw streams, or file-serving from AVISynth would be a quicker way to get successful use of this material within Premiere.
ScottLast edited by Cornucopia; 18th May 2011 at 23:42.
-
Thanks for the reply, Cornucopia!
What program would you recommend to Demux this file? Are there any freeware programs to do this?
Thanks,
.....GordOutside a dog a book is man's best friend. Inside a dog it's too dark to read.
------------ Groucho Marx -
With DV capture of Type 1, the RAW DV stream (already muxed) gets saved AS-IS without any further processing. This makes for easier/less burdensome capture, but MORE burdensome processing/editing down the road.
With DV capture of Type 2, a neat trick is done where the RAW DV stream gets saved AS-IS - with the exception of not calling the stream header "IVAS", but instead calling it "VIDS". It also demuxes and taps off a copy of the audio, saving it to the "AUDS" stream. More burdensome to capture, but less to process/edit. Because of the way most apps read the resulting "VIDS" (nee' "IVAS") stream, the internally-muxed audio portion just gets ignored. The only other downside is the additional filesize (because of the copy of the audio stream) in type 2.
aedipuss, what you are thinking of is the AVI "Open-DML" spec, which is a quasi spec. The original spec as defined by MS has certain limitations. Many video-computer-related industry companies realized the failings of this spec and so created the "Open-DML" spec to overcome those failings. Even though it wasn't officially MANDATED by MS, because of the strong industry support, it has become the de-facto standard for LARGER AVI files (MS now officially promotes this version, without still mandating it - but that was at the point where they developed ASF/WMV...).
There have also been some less common/more proprietary Large-File-Overcoming variations using Segmented clips...--
"a lot of people are better dead" - prisoner KSC2-303 -
Yes it does apply.
A "file copy" has to have some original, either as a capture or a render/conversion. Both operate with either VFW or Directshow (on Windows PCs) APIs, both of which use the same method of AVI file muxing/splitting (even though the actual program executables may be different).
Scott -
GordRocks,
I'd suggest AVIMux-Gui (freeware) for AVI demuxing.
Scott
Similar Threads
-
Convert DV type 2 to type 1? Or is there an app that will correct sync?
By Colmino in forum Newbie / General discussionsReplies: 7Last Post: 20th Dec 2022, 21:24 -
How to convert a trp type file to Mpeg2 type?
By Jemes-bs in forum Video ConversionReplies: 2Last Post: 13th Oct 2010, 15:59 -
type 1 or type 2 capture-newbie
By sar in forum Capturing and VCRReplies: 6Last Post: 28th Jul 2008, 18:22 -
DV AVI Type 2 -> Type 1 converter?
By alx3d in forum EditingReplies: 3Last Post: 29th Dec 2007, 20:16 -
Convert Type 2 DV to Type 1 (DVdate?)
By nlec in forum Video ConversionReplies: 30Last Post: 30th May 2007, 13:52