![]() |
FS-4 Pro HD - Codec Issues
We have an FS-4 Pro HD. When we tried to use it for the first time, all we were getting was audio, and a blank white video. We were using Quicktime Pro to view. Nothing we tried fixed the video, so we called support.
They had us play back the video through the camera, and everything worked fine. They said that Quicktime didn't have the correct codec to properly view the video, but that Final Cut and Final Cut Express does, so if we import it, it would work. We didn't have Final Cut, so after some consideration if it would be worth it, we bought it. This is the error we get when we import it into Final Cut Express: "Codec not found. You may be using a compression type without the corresponding hardware card." Did support give me bad advice? Or is there something else? Thanks in advance! |
at one time, Focus Enhancements promised a firmware upgrade to provide exactly that...the capability to record to an external firewire drive. I don't know what ever happened to that sales promise.
|
HDV native files are only supported in Final Cut Pro, not Final Cut Xpress. You need the codec drives for HDV playback that are only loaded into QuickTime Player if Final Cut Pro is loaded on your system.
Matt |
Hi Bill,
I don't believe we ever promised that for the current FS-portable devices...I am curious where you heard that. Thanks, Matt |
FS-4 DV Formats for Vegas 6
What DV format setting on the FS-4 works best for import into Vegas 6?
|
AVI Type 2.
|
Thanks for Info
AV Type 2 is what I have been using. Thanks for the confirmation.
|
FS-4 HD upgrade availability?
Is the FS-4 HD Upgrade still available, does anyone know? I did not see it on the Focus Website yesterday.
Thanks, Matt V. |
FS-4 Upgrades
I believe the upgrades for both the FS-4 to FS-4 HD and the FS-4 pro to FS-4 pro HD are still listed in the webstore section of the Focus Enhancement website. I just ordered one of these upgrades.
|
Just checked - still there. http://www.focusinfo.com/webstore/webstore.asp
|
Batch files for the FS-4 HD.
Batch files for the FS-4 HD.
Here are two batch files for combining *.m2t files created by the FS-4 HD. Batch file one will rename the files as well as combine them. It will not rename the folder that the files are in because rename does not work with wildcards while renaming folders. So it is almost totally automatic. Batch file two will combine the files but not rename them. It is for those situations where there is more than one recording session. Only files that are a part of the same video session should be combined. If you start recording at 7:00 pm and stop recording at 7:05 pm, that is session one with one file for session one. And then start again at 7:20 pm and stop at 7:25 pm, that is session two with one file for session two. You will have two separate video files from the two separate sessions that should not be combined. If each session is longer than 9 minutes you will have multiple files for each session. Files that are a part of session one should only be combined with files from session one and files that are a part of session two should only be combined with files from session two. Files from session one should not be combined with files from session two. The more recording sessions you have, the more complicated this whole thing gets and the less likely the batch files will work. However, and since I have the non-pro version of the FS-4 HD, it may be possible to have each session use a separate folder with the pro version. If that is the case, then it may be possible to simply rename one folder at a time and then use batch file number one to combine the files of each session. When using batch file one, you will get the following error when it encounters files that you do not have. Do not be concerned about this as the batch file will continue and finish properly. “The system cannot find the file specified”. Both batch files assume that after you mount the FS-4 HD, it will be drive “f:”. If not then you will need to change the first line of the batch files to be what drive it actually is. So if the FS-4 HD is drive “E” then you need to change the first line to read “e:” without the quotes. The batch files also assume that you will rename the folder that the files are located in to “fs”. The batch files also assume you are copying and combining the files to drive “v:” and to a folder named “capture”. If this is not the case with your system then make the appropriate changes. These batch files assume 9 minutes per *.m2t file and an FS-4 HD with a 40 gig hard drive. If you have an FS-4 HD with a larger drive and if you make a super long recording then you may want to increase the number of files that the batch file(s) work with. Finally the batch files should be run from a drive that the video files are not on or will be copied to. I have them on my c: drive because the video files are never on it. The batch file(s) may not work otherwise. It is best to copy and paste the batch files from this post to Notepad and then save them with the name you want plus the extension of “.bat”. To make the needed changes, simply right click on the file name and select “edit”. Make the needed changes and then save it. Here is batch file one. First line is “f:”. Last line is “exit”. ------------------------------- f: cd fs rename *01.m2t 001.m2t rename *02.m2t 002.m2t rename *03.m2t 003.m2t rename *04.m2t 004.m2t rename *05.m2t 005.m2t rename *06.m2t 006.m2t rename *07.m2t 007.m2t rename *08.m2t 008.m2t rename *09.m2t 009.m2t rename *10.m2t 010.m2t rename *11.m2t 011.m2t rename *12.m2t 012.m2t rename *13.m2t 013.m2t rename *14.m2t 014.m2t rename *15.m2t 015.m2t rename *16.m2t 016.m2t rename *17.m2t 017.m2t rename *18.m2t 018.m2t rename *19.m2t 019.m2t rename *20.m2t 020.m2t rename *21.m2t 021.m2t rename *22.m2t 022.m2t rename *23.m2t 023.m2t rename *24.m2t 024.m2t rename *25.m2t 025.m2t copy /b 001.m2t+002.m2t+003.m2t+004.m2t+005.m2t+006.m2t+007.m2t+008.m2t+009.m2t+010.m2t+011.m2t+012.m2t+013. m2t+014.m2t+015.m2t+016.m2t+017.m2t+018.m2t+019.m2t+020.m2t+021.m2t+022.m2t+023.m2t+024.m2t+025.m2t v:\capture\cam-1.m2t exit -------------------------------- And here is batch file two. -------------------------- f: cd fs copy /b 001.m2t+002.m2t+003.m2t+004.m2t+005.m2t+006.m2t+007.m2t+008.m2t+009.m2t+010.m2t+011.m2t+012.m2t+013. m2t+014.m2t+015.m2t+016.m2t+017.m2t+018.m2t+019.m2t+020.m2t+021.m2t+022.m2t+023.m2t+024.m2t+025.m2t v:\capture\cam-1.m2t exit ---------------------------------- Disclaimer: Be very careful making changes to these batch files. Do not delete any spaces in the batch files. Do not make any other changes that you are unsure of. Doing so can cause errors to occur that could result in loss of files and other problems. Test these batch files only with a test recording. Do not test with a recording for an important project that you want to keep. I tried to make these instructions as complete and accurate as possible. I am not responsible for file loss or other problems you may have because of your inability to use these batch files properly or from errors in the above instructions. I hope these batch files will prove to be helpful to you. Please reply and let me know what your results are. Also let me know what suggestions you may have to help improve these batch files to make them even more beneficial to all here. Danny Fye www.dannyfye.com www.vidmus.com/scolvs |
FS-4ProHD not recording internal TC
I have a Firestore FS-4ProHD running firmware version 2.0.0.04092006 and am feeding it a DV stream from a Miranda DVC-800. The Firestore works great as long as I have it in av/c mode and have it slaved to my F900 using external TC. When I try to use the Firestore as a stand-alone device (pressing record on the Firestore but tape isn't rolling in camera) and using internal TC I see TC running on the Firestore's screen but when I try and dump the material to a DSR-11 or import them into Avid there is no TC present.
I've looked for a "record tc / screw up tc" option but no luck. Has anyone else had this problem? Am I missing a step somewhere? Thanks in advance, |
Will the FS-4 HD work with a Canon GL-2?
I have a GL-2 and would like to move to a direct-to-disk solution, but I may be getting a newer HD camera soon and would like for the FS-4 to work with both cameras. Does anyone know if this is possible.
Thanks |
Yes
Yep. As long as there is a IEEE (firewire) connection on the camera, you will be fine.
|
Resetting counter on FS 4 HD
I have doing some tapeless captures, and need to reset the counter... How do I do that? It currently is set to TC REC RUN
Thanks! |
will FS4HD work w/HV20 w/"rec" control?
Does anyone know if the HV20 outputs the signal that is necessary to trigger the FS4HD for tapeless recording w/o having to manually press the "rec" button on the FS4 itself?
|
FS-4 vs FS-4 HD?
There really isn't a very clear answer on this question that I can find... What is the difference between the FS-4 and the FS-4 HD? From what I can tell, the only difference is different firmware/software on the recorder, correct? It also looks like I can take a FS-4, buy the HD update software and flash the recorder to be a FS-4 HD, is that also correct?
Thanks, Matthew |
FS-4HD adds HDV Video recording in .m2t recording format. Yes, you're correct about being able to update it. The Pro version adds time lapse, retro record, and a few other options - the latest version also adds quicktime support. They are all the same units, but the firmware is different. Some of the older regular FS-4's were silver - they are all black now.
Here is a pretty good chart as to the features of each of the Focus Enhancements recorders: http://www.focusinfo.com/dynassets/d..._7Nov06_US.pdf |
Z1U and FS-4 in Tapeless configuration?
I'm struggling with getting my new FS-4Pro HD to work in a tapeless fashion with my Z1U (and FX1). Focus Tech support sent me instructions to do this bu they tell me to
1) Power Camera ON. 2) Press your Menu button. 3) Look for the "IEEE". 4) Set it to " Off ". 5) EXIT the menu. 6) CONNECT the other end of the FIREWIRE to the CAMERA. **Camera is now SET UP. 7) Press RECORD on your camera. The FireStore's timecode should be running. Where the #^&#$ do I turn off IEEE? I've been through all the menu items and cannot find this. I know that Sony refers to this as iLink but I cannot find this either. I have a long shoot tomorrow and don't know if Focus will answer my question in time. BTW, I can get the camera and FS-4 to talk to each other as long as a tape is present in the transport. Thanks. |
Quote:
Seriously now. Look in the "Camera" menu and find the violet/green "Component" arrows. The "iLink conv" is the IEEE item you are looking for. In my camera, "off" there is the default mode, so it's probably so in yours. That's why Z1 and Focus already talk to each other. Quote:
Carlos |
Sorry for language! Glad my keyboard edited my original post!
I did see the iLink conversion in the camera menu and it is set to 'off'. I just thought I was missing something else. I can get the FS-4 to start recording when I hit the 'record' button on the camera but if there isn't a tape in there, the camera gets fussy and reminds me it wants a tape and it won't pass the signal on. I don't want a tape in there. Maybe I have to double check my FS-4 settings....again. |
Keep looking in your camera settings; the Z1U/FX1 WILL pass signal without a tape! Actually it's the other way around: if you put a tape in but you don't record to it, the camera will shut off after 5 minutes.
|
Ervin
Thanks for your notes. I've got the signal passing through to the Camera and the FS-4 will record albeit manually. I'm trying to get it to respond to the camera rec/pause control without tape. I did learn that expanded focus will not work with the FW cable plugged into the camera. I find this a bit odd... |
Quote:
|
Experience With My "new" Fs-4
(first of all ... sorry that may thread is divided in two parts. When I wanted to upload it an error was shown:
The following errors occurred when this message was submitted: The text that you have entered is too long (13253 characters). Please shorten it to 10000 characters long. ) Dear readers! I would like to share my experience with my new FS-4 and I write it in this forum because I see that there is a faster feedback on posts that by contacting Focus support and specially because there is mr. Matt McEwen who seems to me is doing a great job and is really trying to help people resolving problems. I also hope that he will be kind enough to answer some of my questions. I was very happy when I bought the FS-4 and hoped it will perform well. Have to say that when trying it for the first few times it worked well but soon with more and more tests I discovered things that scared me a little. - I have to say that if I knew for this forum and believed to a fourth of what is written before buying Firestore FS-4 I would probably never bought the unit. -I decided to buy focus firestore because there are just a few products out there so I forgot about CitiDisk because it has no LCD for feedback and Nnovia costed a little more and didn't have some functions. Just hoped that FS-4 will do for me. -Recieved the unit more than two weeks ago and registered it the same day on focus web site....but...still no answer from them.... - The unit itself is lightweight but it is so badly made and engineered that it really doesen't look nearly worth 1000+ $. I have seen many small portable devices that are made much better than the FS-4 for less money. MP3 players like iPod, Creative Zen, notebooks etc.... The plastic feels really cheap. The buttons are not good and sometimes you have to press it twice to have a contact. The print on the buttons is off... The manual is badly written.... Don't even want to talk about the battery fitting, it is so tight that once fitted I just hardly removed the battery pack. The battery contacts are not well made.... believe me, I am an electronics&mechanics engineer so I know how things should be done. - I have an canon XL1 camcorder and my firestore FS-4 has v. 1.0.1.04042605 firmware. I checked to see if there is a newer firmware. The www.focusinfo.com website is not a good help to me. It is confusing to find out the right firmware. Everyting is just messed up in the Software download section. All models are in the same "folder". There are no dates of when the files were released. I downloaded some files and you just get an fs4.zip file with fs4.bin and some txt in it. No dates...?? And the revision history is also scarry. It looks like some of the features that are supposed to be working from the start on are implemented in the last firmwares (like GPI control and others...) Anyway I managed to download and install 1.1.0.04092006 firmware. There is no user login on the site so it looks like you cannot check what's new for your equipment. - The most annoying: I can't get any timecode into Vegas. Set DV format to AVI Type2, timecode to TC EXT i can see the timecode running corectly on FS-4 but there is no timecode in Vegas. ????? How? Contacted Focus support but didn't found a solution. It is strange because I went to a friend who owns Premiere Pro and tried the FS-4 files on his computer. It seems that there is no problem with timecode in Premiere. The code was correctly displayed in Premiere. - Also about timecode... When the clips were imported in Premiere I saw a strange thing about timecode. The code does not go exactly from the end of first clip to start of second clip. Let me explain. For example: IN OUT clip1 0:10:15:12 0:10:18:06 clip2 0:10:17:02 0:10:20:17 clip3 0:10:19:15 0:10:25:22 See? Between each end and start of clips the code moves 20-30 frames back.... Looks like it moves along with tape. When the tape retracts after each clip the code also goes back and it actually records that tape movement... Strange. So how can you sync tape and FS-4 video on timeline? - The status LEDs are color confusing. They are put very close to each other and they are not isolated from each other. It is hard to distinct colors between red, orange, yellow, green when one LED mixes the color with the other. Also the blue backlight color affects LED colors. They should be somehow enclosed in a plastic. - Every time I go into the menu, when I return back the sync is resetted to LOCAL. So if I set the SYNCHRO SLAVE mode for my XL1 and I go in the menu it resets back to LOCAL. Why that? I have to remember and set the SYNCHRO SLAVE mode manually each time I quit the menus. This is even more strange because it does remember the SYNCHRO SLAVE if you turn the FS4 off and then on. So why not when going in the menu? I just want to set SYNCHRO SLAVE mode as default. Is it so hard? - I red that for some people it is very important in which order you turn on the camera and the drive. It seems that it works fine in both cases for me. At least that. No matter which one I turn on first it syncs OK. - I hoped that I can change the control mode from SYNCHRO SLAVE to LOCAL during recording with the #1 programmable button. But unfortunatelly it can't be done. If you do, the recording stops. Why I would like to do that? Very simple. To avoid the disc recording stopping during tape change for example. The problem is that if you do have SYNCHRO SLAVE mode and you are recording, there is no way to change the tape without stopping the FS-4. You have to pause the tape and then the FS-4 stops. If I could get into LOCAL mode during recording the FS-4 would not be triggered by the camera and it would hopefully continue to record. Wouldn't be great to keep recording to disc while changing the tape? Yes it would! Am I asking too much? No, I don't think so! - There is some free space on the main page ( 2 rows) It would be nice if there is a DV signal indicator. Like: NO DV SIGNAL!! (flashing) or DV SIGNAL OK! Now there is no indication if the FS-4 is synced and receives an DV stream unless you are recording and the timecode runs. - Why do the cursor buttons (left, right) stop a recording if you press them? When you are in SYNCHRO SLAVE control and you record, the FS-4 transport buttons are not working but if you press the left or right cursor key the recording stops and goes in the menu. - It happened that the backlight LEDs started to flash like they are losing connection and then died. The backlight just didn't work anymore. I made a system reset but nothing helped. Removed the battery pack for a few minutes and suddenly the light is back. Strange. Seems like a software problem... Update: it looks like a bad connection. It happens a lot of times that I loose backlight. Not a good thing in low light conditions. You see .... nothing.... - When I connect the FS-4 to computer via the DV I/O port (not COMPUTER port) I cannot use (emulate) it like a normal DV deck. It reports a driver problem. Have seen that others are also having this problem. But if you connect it to a DV deck it works OK. You can use it on computer just as a firewire drive.?? -I miss an overall time/counter. I cannot compare the total length of the recording on tape with that on disc. There is no display/counter on FS-4 that shows the total length of recorded material. - During video clip playback from FS-4 the back index key does not move you to the last clip if pressed several times. It seems that if you want to go to the last clip you must press the forward index key until you reach the last clip. - Similarly the utility that shows you the correct filename (UTILITIES->FILENAME CLIP->) does not respond to the down cursor key. You cannot jump to the last clip by simply pressing the down cursor key. You have to press the up cursor key all the way up until you reach the last clip. |
part 2
- Another thing is the ALARM.
From the FS-4 manual: "ALARM (GROUP) Selections consist of the following: ALARM ON (Default) and ALARM OFF. Upon selection, the value is marked with a "- ". The alarm alerts you for conditions such as low battery charge, low disk space, or over heating of the FS-4, as well as the button feedback indicator." As far as I understand that it says that ALARM OFF shuts off all the alarms. The problem is that even if you set the ALARM to OFF the battery warnings for example still remain and it is really annoying and unacceptable when you use FS-4 in a delicate audio environment that the alarm goes on... - Strangely, the alarm does not turn on if a DV connection is lost during a recording. When you loose a connection due to a cable problem for example, the alarm does not alert you. - What is the UTILITIES->DIAGNOSTIC? menu for? Nothing is mentioned in the manual.... - The 4 channel audio recording is very confusing or maybe not properly working. Still didn't figured out the correct workflow to use my XL1's 4 channel audio for later editing. - FS-4 PRO has the option to custom set the retro cache time. In FS-4 the only option is 6sec. I wish I could set it to a smaller value. I find it to be too much for my work. I don't need more seconds. I need to lower them down. - The hard drive is formatted in FAT32 so there is a 2GB clip length limit. Guess it is because of WIN/MAC compatibility. So if I use it only on PC why I cannot format it in NTFS so I don't have those limits? - I transferred video clips from FS4 to my PC once and came across a bad clip. There was no audio and the counter showed that the clip is some 55 minutes long, but in reality the clip was not longer than a minute. I used the REPAIR CLIP utility on the FS4 (it renames the clip and puts it on the last place by the way...) and retransferred the clip to PC. The clip was really repaired and worked just fine. But is it possible to repair such clips later on? If you transfer all material to PC and then you format the FS4 and you realize that there are faulty clips, can you then still repair it somehow?? - The most scary thing is that it happens that some clips are not recorded. They are recorded on tape but not on FS4. You can find some info in the FS4 log. It is written that a recording was started but on the end it says that the recording was stopped before any frames were recorded (or something like this). It is really scary. What happens? Maybe (just maybe) there is a cable connection problem. But I doubt it. The reality is that the Firewire connector was probably never meant to be used that way but it is strog enough to resist some force. I really don't care about all the features it has if it isn't reliable in the normal recording. - Just a little about Focus support... I asked them if they can send me GPI documentation. Received this answer: "FOCUS Enhancements do not support the GPI on the Firestore because it has not been tested by the Engineering department. Meaning there is not documentation for it." Then I told them that I don't understand how there is no GPI documentation! And that I saw a forum where mr. Matt McEwen told others that GPI documentation is available by request. And how is GPI not supported if there is under the product number ACSS-0019-01 FireStore FS-4 Wired Remote Control ????? which operates by GPI... Received the GPI documentation next day along with: "Attached are the GPI Commands you requested. Please be advised that FOCUS is unable to provide Technical Support on this feature and you are using this at your own risk." Must say that I believed there were more commands implemented in the GPI protocol. - Just a few days ago I was filming some event when FS4 just stopped recording. The display seemed OK. The status LED was green. All seemed OK except that the clip number was showing 001 instead of the real clip number which should be around 070. The synchro record didn't function nor the manual REC button on the unit itself. I just couldn't get FS4 to record. I turned the unit several times on and off but nothing helped. When I had some time I quickly removed the FS4 battery and inserted it again. Then it worked OK. Thank god I had a tape in my camera. Just another reliability issue. I just lost confidence in firestore. Always have a tape in your camera!!!!! - If EXT CTL is set to off and you send some impulse over GPI connector a lot of times FS4 just freezes. The display changes ande only 00 00 00 00 and 001 as clip number is shown on the display. You have to reset the unit. If EXT CTL is set to PAUSE for example it works just fine. - I think that modifications I have written can be easily implemented into the software. Seems that the hardware is OK, so I see no problem. - My conclusion is that FS-4 is expensive compared to portable mp3 players, notebooks, consumer DV camcorders .... For that price I can buy a laptop or a miniDV camera or an mp3 player with color LCD and video playback ....but it is targeted more to the professional market so that's why the price is "professional". But for that "professional" price I want a professional product. I don't care about all the bells and whistles and accessories it has, I just want a reliable unit. Not one with so much bugs. Don't care much about the hardware, but PLEASE at least make the software part worth 1000+$$ Thanks for reading throughout my findings. Please feel free to comment any of them! |
SD 60P on the FS-4 HD?
So I got my FS-4 HD today. Of course, just like the rest of my gear I want to push it to the limits! Does anyone know if it supports shooting 60P in the SD/HDV mode? I am using the JVc 110u.
Thanks, Matthew Rogers |
It supports all forms of m2t files. The HD110 records 60P in a DV format that writes to m2t. Soooo, long story short...yes, if you record in HDV format.
|
Quote:
Matthew |
FS-4 and DVX100A workflow
I did a search on the site for a workflow instructions that I can follow. This is what I'm trying to do:
DVX100A - recording at 24PA to FS-4 (40GB) is there anything special I need to do? settings wise. As far as I know all i need to do is drop the video files into my timeline and I shud be set - or am I wrong? FS4 is basically an external drive right? Does the FS4 need a quicktime upgrade? All your help is greatly appreaciated thanks Kris |
FS4-Hd Pro 'Please Wait...' Errors
I've had the FS4 Pro Hd for a couple months now. It has the latest firmware. Every once in a while I get errors where the firestore display will stop during recording or when I stop the recording that says 'Please Wait...'. This message continually flashes and will not stop until I power the unit down. If I was recording while the 'Please Wait' starts flashing, then I lose the recording as well.
The battery life has never been low, so that can't be causing the error. I contacted focus support but they never called me back so I thought I would try here. Anybody else have this problem? Any ideas of how to prevent this from happening before I start using this in the field? Thanks Patrick |
One of my biggest complaints with the FS4 is the manner in which the unit powers up/down. Once powered up, if you inadvertently hit the "on" button, the system locks up, reboots with all the default menu settings. I can't tell you how many times I've hit the power on button when I meant to hit the power off button.
|
Selecting frame rate in HDV on FS-4 HD?
I got my FS-4 HD last week to go with my JVC 110U camera. However, I can't seem to understand how you select the frame rate in HDV mode on the FS-4... At first, I thought the device auto senses the frame rate coming through the firewire. However, while I was shooting 30P, the FS-4 was showing that it was recording 24P! This is very annoying because I want to shoot 30P, 24P, and 60P HDV SD. Is there something I am missing, or something I'm doing wrong?
Thanks, Matthew Rogers |
Hi Bill,
My unit doesnt seem to have a problem when you hit the power button. I tried to make that give me an error but it seems to work as it should. Anybody have any ideas about the errors I'm getting? |
I Feel Your Pain....
We have had nothing but trouble with Firestore ever since we purchased it;
Low quality construction Poor battery life (90 minutes?!? more like 45 min on standby) Can't turn off that d@mn3d alarm!!!! - Ruined several interviews Long waits for responses from emails to customer support (our first few emails took almost a year to get a response) Tempermental recording - records about 70% of what we had recorded on tape. On our last two projects, it failed to record the last 1/2 hour of what we shot. It's like it records when it feels like it. Glitchy recordings- loses 2-3 seconds in glitches throughout the take. Thank God we had tape in camera as backup. Do Not Depend on the Firestore as a tapeless solution! |
FS-4 and GL2
Hey guys!
First, a little background info... I just purchased the Firestore FS-4 from VideoGuys.com, to use with my Canon GL2. I was up in the air with this, as it didn't seem to make sense to further invest in SD. Had thought of selling my GL2, along with Beachtek DXA-6, WA lens, some adapters, etc... and putting that money toward an HD camera. BUT it seemed I would have to have coughed up a lot more money in addition to that for a quality HD camera. In the end, I figured I'd spend the $700 on the FS-4 and shoot with what I have. ...and it was good to know the FS-4 works with HD as well, so I could potentially have a tapeless solution should someone give me an HD camera. ;) I've read a bit on the formats supported by the FS-4 so I wanted to ask for some clarification between the options. (What's the diff. between AVI Type 1 and AVI Type 2?) I'm particularly interested in maintaining the best DV quality possible (as lossless as I can go ...would that be the RawDV option?). Any help on this, or any other pointers you guys can give, would be really appreciated! |
Fs-4 Hd Hd
Ok a stupid question...
I am seriously contemplating buying a FS-4 HD and have been shopping around. As I am in the UK, shipping and purchase is an issue with some companies putting many hurdles in the way, I have kind of settled on B&H as the price is right with import duty and VAT to consider, unless shipping is totally extortionate its cheaper than the UK alternatives.... BUT... (always a but) On the B&H web site the data states that the model they are selling "Focus Enhancements FS-4 HD 40GB Portable DTE Recorder - NTSC" The model is "ASYF115801LF" Does this mean that it will not record PAL data? I shoot mainly HD at 720P/25 which appears to be supported, but occasionally want to use SD. Cheers n beers Ian |
Shoot me for being dumb - I noticed the answer a page down - looks like its NTSC and wont do PAL - Bummer lol back to paying through the nose :(
Ian |
Seems that 6-pin to 6-pin connections are more of a Mac thing, and PCs typically use 6-pin to 4-pin.
I hooked my firewire cable up to the FS-4, 6-pin into the unit, and 4-pin into the PC (my firewire card has 3 ports, one of which is 4-pin). The computer recognized the device, but doesn't actually mount it as a drive. Do I absolutely have to use a 6-pin to 6-pin? If so, I'll have to order one - there are none in the any local stores (Wal-Mart, Bestbuy, Office Depot, Circuit City, etc...) |
I'm now familiar with the differences between the two types (6-pin carries DC current for device power/charging), and have also gotten feedback that 4pin/6pin should work, so I'll just have to try it again.
|
All times are GMT -6. The time now is 02:44 PM. |
DV Info Net -- Real Names, Real People, Real Info!
1998-2025 The Digital Video Information Network