Cedric Pottier
August 3rd, 2011, 09:45 PM
Hello,
For those of you like me who have lost their CD containing XF Utility, i wanted to share my method to transfert all the clips from the CF card to a single directory on hard disk.
open a command line window and type the following:
FOR /R h:\contents %a IN (*.mxf) do copy %a "f:\target_directory" /Y
where h:\ is the CF card and f:\ the external HDD.
you can then import all the directory containing your clips onto your NLE.
Hope this help !
For those of you like me who have lost their CD containing XF Utility, i wanted to share my method to transfert all the clips from the CF card to a single directory on hard disk.
open a command line window and type the following:
FOR /R h:\contents %a IN (*.mxf) do copy %a "f:\target_directory" /Y
where h:\ is the CF card and f:\ the external HDD.
you can then import all the directory containing your clips onto your NLE.
Hope this help !