FredThompson
11th May 2003, 10:09
Is there a freeware application to read PAL DV from an NTSC camcorder and vice versa?
All the camcorder does is feed a data stream out.
Here's a data format spec: http://www-mice.cs.ucl.ac.uk/multimedia/misc/avt/IETF44/slides/ogawa.ppt
WinDV, DVIO, DVTransfer, and DVSpoof all read and write data streams.
I've sent messages to the authors of the first 2, DVTransfer looks long dead and has no source and DVSpoof has source but I'm not skilled with C.
Seems to me it should be possible to pull the raw stream and write the appropriate "true" AVI file.
Should also be possible to convert as needed and write either type to a camcorder as well. There will be loss because frame rate, resolution and color model are not the same. Here's a util that does the conversion: http://www.dvunlimited.com/dvpncdoc.html
That program doesn't appear to actually write files, however, it just does the conversion and it costs $100.
--
update: here's a Linux page that shows they have support for it. http://www.linux1394.org/dv1394.html
All the camcorder does is feed a data stream out.
Here's a data format spec: http://www-mice.cs.ucl.ac.uk/multimedia/misc/avt/IETF44/slides/ogawa.ppt
WinDV, DVIO, DVTransfer, and DVSpoof all read and write data streams.
I've sent messages to the authors of the first 2, DVTransfer looks long dead and has no source and DVSpoof has source but I'm not skilled with C.
Seems to me it should be possible to pull the raw stream and write the appropriate "true" AVI file.
Should also be possible to convert as needed and write either type to a camcorder as well. There will be loss because frame rate, resolution and color model are not the same. Here's a util that does the conversion: http://www.dvunlimited.com/dvpncdoc.html
That program doesn't appear to actually write files, however, it just does the conversion and it costs $100.
--
update: here's a Linux page that shows they have support for it. http://www.linux1394.org/dv1394.html