|
|||||||||
|
Thread Tools | Search this Thread |
August 3rd, 2011, 09:45 PM | #1 |
Regular Crew
Join Date: Mar 2007
Location: France
Posts: 44
|
Missing Canon XF Utility ? here is my trick
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 ! |
August 3rd, 2011, 10:11 PM | #2 |
Old Boot
Join Date: Aug 2002
Location: London UK
Posts: 3,633
|
Re: Missing Canon XF Utility ? here is my trick
Good ole DOS!
I still have my DOS primer. I almost understand your parameters. Thanks for the "script". Is it called that? Or just a "command"? Grazie |
August 3rd, 2011, 10:23 PM | #3 |
Regular Crew
Join Date: Mar 2007
Location: France
Posts: 44
|
Re: Missing Canon XF Utility ? here is my trick
this is more simple than a script, i use it since one year now.
just a DOS command line. it will copy all your MXF clips automatically to a single directory. On windows, under "execute", type "cmd" to open the command line window. |
August 4th, 2011, 01:21 AM | #4 |
Regular Crew
Join Date: Jun 2011
Location: West-Germany
Posts: 36
|
Re: Missing Canon XF Utility ? here is my trick
just another second trick:
Under Win-7 u can use the find-box right side on the top of the navigation-bar there you just type in "mxf" it will list all found mxf-files, it also list this files sortet now you can simple copy them into a new folder. |
August 4th, 2011, 01:56 AM | #5 | |
Old Boot
Join Date: Aug 2002
Location: London UK
Posts: 3,633
|
Re: Missing Canon XF Utility ? here is my trick
Quote:
Is there any "other" info omitted/lost in that approach? Sounds straightforward. Grazie |
|
| ||||||
|
|