I'm making a DVD of my friend's short film for him. I think he works on a mac using "god knows what" software. He sent me a ton of DVDs with all these big files on them. I figured they were the DV files, but they have no extension.
I can rename them with an .avi extension and they'll play in Media Player, but most of my other programs throw up an error, so it seems they aren't in the AVI format but in a DV raw stream format. I can also open the files in Quictime 7 Pro.
In order to make my workflow as painless as possible, I'd really like to convert these files into an AVI style DV file so that I can use the programs I normally use. If I try to export the file to a DV AVI from Quicktime, it transcodes it (something I want to avoid). I can't open the file in Premiere Pro. It tells me the file is corrupted.
There must be some way of directly converting a raw DV file to an AVI type DV file without recompressing it. Anyone got any suggestions?
+ Reply to Thread
Results 1 to 6 of 6
-
-
Try to rename it as .mov ... I sure that they are Quicktime mov's using Apple Dv Codec!
-
Enosoft DV Processor can encapsulate raw DV (IEC 61834) files (DV-DIF) into Type I & II DV-AVI files.
Cheers. -
Are you on a Mac or a Windows machine? In case you are on Windows...
A nice alternative would be creating a .bat file which can automatically wrap in AVI all the files in one folder. Try something like this: create a WORKING folder, copy inside ffmpeg.exe and create a text file with this inside:
Code:for %%a in ("*.dv") do ffmpeg.exe -i %%a -vcodec copy -vtag dvsd -acodec pcm_s16le -f avi -y %%~na.avi
It sounds complicated in theory but it isn't... really...
I use it for all machines which still run Premiere Pro 2.0, which isn't able to read .dv...
Bye -
elmuz, that's an awesome hint.
Although I have already found a solution, it's certainly going to be useful in the future.
Thank you. -
If you have a raw dv stream you can't rename to a non existent AVI container.
Listen to PT_LAmb and try Enosoft DV Processor.
elmuz' solution also works but you need to install all the prerequisite apps.Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about
Similar Threads
-
muxing raw h264 with raw g711 to mp4 continer
By niror in forum Newbie / General discussionsReplies: 5Last Post: 23rd Aug 2011, 11:25 -
How to extract raw viedo from an AVI
By Kunioh in forum Video ConversionReplies: 5Last Post: 10th Oct 2008, 06:09 -
CassetteDV - Input from raw dv avi files?
By ICTag in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 0Last Post: 25th Nov 2007, 04:06 -
MPEG2 > RAW AVI via Command Line
By jwoodsfsp in forum Video ConversionReplies: 13Last Post: 30th Jul 2007, 20:36 -
Raw H264 to AVI Under OS X?!?!?
By RAILheadDesign.com in forum MacReplies: 4Last Post: 1st Jun 2007, 10:29