What is a live file?

What is a live file?

Live File System is a Microsoft Windows term.
check out > What is a live file - Google Search

Similar Messages

  • What is the best way to differentiate a flatten pdf file and a mult-layers (live) file

    Hi All,
    I am using Adobe Acrobat 9.3.
    I have over 10,000 pdf files saved in the same directory. Some of them have been flatten while some of them are still live.
    All the files need to be flatten and I need to identify all the live files.
    Is there any way I can identify them without going through one by one?
    Is there any program I can use?
    Appreciate for your help.
    Thanks,
    Chris Wong

    You can use JavaScript to tell if there are any layers in a document. You could use it in a batch sequence that checks all of the files in a directory and print the filename to the JavaScript console for each file that has layers.
    For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.482.html
    http://acrobatusers.com/tutorials/2006/create_use_layers
    You can also use JavaScript to run a Preflight profile that yo've set up to flatten layers. For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.510.html

  • What is the BEST file format for editing HD in CS5?

    We are building a remote production truck and it will be tapeless with all hard disk video recording. We have not decided on what brand of disk based recording system we are getting.
    I am looking for opinions of what the most ideal file format to capture in HD for editing in CS5? What is the highest quality yet fastest and most efficient for editing basic 1080i30 or 1080p30 video for broadcast?
    There are so many devices that capture quicktime but quicktime is crippled to 32bit in windows and we want to avoid it.
    thanks!

    I'm sorry i guess i didn't mean to confuse you with the word "capture" in that question. there are
    tons of hard disk based recording systems out there that "capture" our video to a disk into a file we can import into premiere and edit.
    This will be a live production truck, video will come out of our production switcher SDI into some companies recording device which will have a plethora of codec choices to record with. We want to choose a product that will give us files that will work best in premiere CS5 with gtx460 gfx cards and matrox axio le hardware.  Just wanted to see if anyone who has edited various codecs has noticed if any seem to work faster and better then others.
    there are many companies we are looking at that make such disk based recorders including nnovia,aja,panasonic/p2, fast forward, etc...
    i want to avoid quicktime and am more interested in mpeg4, or mpeg4 part10 (h264), or p2, omf, mxf are possibilities, any opinions?

  • HT3819 what happens to shared files if you log out of home sharing?

    My sister bought albums on her itunes account that i would like on my library, I'm logged into my own home sharing with my account however and was wondering if i logged out to get files from her library what would happen to files already shared on my account's home sharing? please help

    "Best practice" is going to be defined by each company.  I worked for Microsoft for 13.5 years, assisting over 100 large companies deploy either Windows or Exchange, and none had the same definition for their "best practice". 
    If you need access to a mailbox for a time period, you figure out a way to keep it.  If you want any terminated employee's mailbox gone tomorrow, it is gone tomorrow.
    I am a fan of having some sort of process that runs periodically to clear out unnecessary mailboxes and accounts, but if there are business reasons for keeping them around, that needs to be defined into the process.  In my current company, terminated
    accounts are kept for 30 days, mailbox included.  We give mailbox access to a different employee if required and tell them that if they need anything, they need to pull it into their own mailbox.  Then, when the account disappears, the mailbox goes
    into the dumpster.  So, if someone forgot to pull a message, they tell their boss and live with the consequences.
    But again, that's just another example of how it might be handled.  You get to define what will work for you, including pulling your business units in to help with the definition.

  • Error message "Live file system repair is not supported."

    System won't boot. Directed to Disk Utility to repair but get error message "Live file system repair is not supported."  Appreciate all help.
    Thanks.
    John

    I recently ran into a similar issue with my Time Machine backup disk. After about 6 days of no backups - I had swapped the disk for my photo library for a media project; I reattached the Time Machine disk and attempted a backup.
    Time Machine could not backup to the disk. Running Disk Utility and attempting to Repair the disk ended up returning the "Live file system repair is not supported" message.
    After much experimentaion with disk analysis softwares, I came to the realization that the issue might be that the USB disk dock wasn't connected directly to the MacBook Pro - it was daisy-chained through a USB Hub.
    Connecting the USB disk dock directly to the MBP and running Disk Utility appears to have resolved the issue. DU ran for about 6 hours and succesfully repaired the disk. Consequently, I have been able to use that Time Machine disk for subsequent backups.

  • What does the open file dialog do 'under the hood' and is there a way to simulate it

    What does the open file dialog do 'under the hood' and is there a way to simulate it?
    I have a bug in my code (that I've posted about before, here) which I can't fix at the moment, but I do have a workaround.
    Briefly, the bug:
    I call a dll from a function node, to initialise and run a spectrometer. If I start up the PC, LabVIEW and run my vi the code runs without complaint, the first call to the dll to initialise the spectrometer doesn;t return an error but the spectrometer is not detected either.
    I've tried various solutions, see the link above, and none work
    The workaround:
    If, at any time before running the code containing the function node I open an 'open file' dialog window, select the dll and click ok/hit enter then everything is fine. When I run the main code the spectrometer is detected.
    I use an express vi to open the file dialog, I specify the start path and file name as constant inputs and just click ok/hit return when the dialog pops up. I don't do anything with the dialog outputs. In fact the vi that contains the open file dialog can be run before the project containing the bug is even open.
    I have to do this everytime I turn the PC on.
    So, either
    1) Can somewone suggest a fix for the original bug?
    2) What is the easiest way to simulate the enter keypress when the open file dialog pops up
    or
    3) Can someone tell me what the open file dialog does under the hood that somehow causes the dll to work and can it be simulated in straight LabVIEW
    I suspect that the dll itself is dodgy ( I have in the past talked to the supplier but not got very far, and I will try again but I would like a quick, temporary solution too). I'm guessing that the file dialog is making some kind of check on the file, and possibly registering its presence with the OS (winXP). I tried using the file/folder exists vi to see if checking the file like that worked but no luck.
    Any help greatly appreciated.
    Dave

    Hi David
    I am very conscious about thread hijacking but this sounded like my issue so I hope you dont mind me asking about your issue. I am hoping that you have a spectrometer from the same vendor as me and its not just me seeing an Error 1097 issue. My spectrometer is from a company called Stellarnet.
    So far I have unable to get it to work with other VIs. There is one condition where I can get it to work but its no good for me.
    Case 1
    I open the VI in a fresh labview environment with no other VIs in memory. The code runs with no issue.
    Case 2
    Labview is not opened. I double click the spectrometer VI in windows explorer.  The VI opens but it fails to run resulting in Error 1097. Personally, I dont see the difference between this and Case 1 above and yet it fails.
    Case 3
    If I already have other VI's in memory and try to load the spectrometer VI and run it fails with Error 1097. This case is the one that most important to me. I have a test executive that will load test VIs dynamically and I can't get this to work. Same problem Error 1097.
    I wanted to share what I have seen with you and to let you know that maybe somebody else has the same issue. I am convinced its the DLL but the vendor dis-agreed saying it was LabVIEW. I couldn't convince him otherwise.
    Thanks in advance
    David

  • How do I add a movie from my laptop to iTunes, what should be the file extension.

    How do I add a movie from my laptop to iTunes, what should be the file extension.

    The extension is usually .mov, .m4v, or .mp4.   But you can't just change the extension.  The movies have to be encoded in a particular fomat.  Anything downloaded from iTunes or plays in Quicktime player will be fine.

  • When saving a file in [.jpg] format, i am asked to choose a quality from 1 to 100. what changes in the file created based on the quality parameter chosen?

    when saving a file in [.jpg] format, i am asked to choose a quality from 1 to 100. what changes in the file created based on the quality parameter chosen?. i would like to know what changes, so in the future i can set my camera to a setting that will give me the highest quality to begin with,allowing me to make crops and still preserve the quality.
    thank you
    dovid

    It's the level of compression. Lower number, more aggressive compression, more visual artifacts.
    Aside from that you should never use jpeg as a working format. The compression is destructive and cumulative, and the file deteriorates every time you resave it.
    Use TIFF or PSD, and if you need jpeg save out a copy as a single final step.

  • 1)Could not start up os x 2)Only could start bootcamp 3)Tried resetting nvram 4)Could not start even in bootcamp 5)Verify disk says -. Verifying volume "Macintosh HD" Error: Live file system repair is not supported 6)Installed maverick on USB d

    1) Could not start up os x
    2) Only could start bootcamp
    3) Tried resetting nvram
    4) Could not start even in bootcamp
    5) Verify disk says …. Verifying volume “Macintosh HD”
    Error: Live file system repair is not supported
    6) Installed maverick on USB drive
    7) Boot from USB drive. Tried verifying HD: Volume header needs minor repair. The volume Recovery HD was found corrupt and needs to be repaired. Verifying volume “Macintosh HD”: Error: live file system repair is not supported.
    8) The terminal code says
    9) Last login: Wed Feb 11 14:09:47 on console
    10)  xxxx-MacBook:~ xxxx$ diskutil list
    11)  /dev/disk0
    12)  #: TYPE NAME SIZE       IDENTIFIER
    13)  0:      GUID_partition_scheme *160.0 GB   disk0
    14)  1: EFI EFI 209.7 MB   disk0s1
    15)  2:                  Apple_HFS Macintosh HD            80.1 GB disk0s2
    16)  3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    17)  4:       Microsoft Basic Data 50.0 GB    disk0s4
    18)  /dev/disk1
    19)  #: TYPE NAME SIZE       IDENTIFIER
    20)  0:      GUID_partition_scheme *15.6 GB    disk1
    21)  1: EFI EFI 209.7 MB   disk1s1
    22)  2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
    23)  3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    24)  Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    25)  No CoreStorage logical volume groups found
    26)  Saeedehs-MacBook:~ saeedehmirbagheri$ sudo gpt -vv -r show /dev/disk0
    27)  Password:
    28)  gpt show: /dev/disk0: mediasize=160041885696; sectorsize=512; blocks=312581808
    29)  gpt show: /dev/disk0: PMBR at sector 0
    30)  gpt show: /dev/disk0: Pri GPT at sector 1
    31)  gpt show: /dev/disk0: Sec GPT at sector 312581807
    32)  start       size  index  contents
    33)  0          1 PMBR
    34)  1          1 Pri GPT header
    35)  2         32 Pri GPT table
    36)  34          6
    37)  40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
    38)  409640  156394528      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
    39)  156804168    1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
    40)  158073712   56853648        
    41)  214927360   97652736      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
    42)  312580096       1679        
    43)  312581775         32         Sec GPT table
    44)  312581807          1         Sec GPT header
    45)  xxxx-MacBook:~ xxxx$ sudo fdisk /dev/disk0
    46)  Disk: /dev/disk0 geometry: 19457/255/63 [312581808 sectors]
    47)  Signature: 0xAA55
    48)  Starting       Ending
    49)  #: id  cyl  hd sec -  cyl  hd sec [     start - size]
    50)  ------------------------------------------------------------------------

    Thank you -
    I booted from external USB. The diskutil list output is from OS x booting from the USB, which shows the following:
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *160.0 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            80.1 GB    disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data                         50.0 GB    disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *15.6 GB    disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    No CoreStorage logical volume groups found
    I am not able to use target disk mode because I don't have firewire/thunderbolt ports.

  • What is a imoviemobile file?

    What is a imoviemobile file? in imovie for iphone i'v generated an my projetc.imoviemobile file and i can't read it?

    I don't know if this is a few years too late but to get into a iMovieMoble file you first need to get it onto your computer if you haven't done already which it looks like you have.  The latest versions of iMovie won't interface anymore with imovie for moble, this is going to be fixed someday they say but in the mean time if you want to get your clip out you first want to copy the iMovieMoble project and then change the extention to .zip  This will then allow you to extract the zip into a folder and inside are all your renders and clips that go into making that project. I wish there were a faster way like the right click and say show package contence but it's a different kind of file than that.

  • What is a dmg file?

    What is a *.dmg file?  I am showing one in my Finder called ABEIDSNCS4_LS1.dmg and it's an image file.  My concern is that the size is 1.16 GB. What could this be and can I delete it?
    Thank you.

    .dmg files are Disk Images. Basically they act like a separate volume on a hard drive. Often when you download an application from the Internet it comes on a disk image file. Once you have run the installer, you can delete them by dragging them to the Trash and emptying the Trash. Another way would be to hold down the control key on your keyboard when you click on the .dmg file and select Move to Trash from the menu that appears. Again you'll want to empty it.
    Best of luck.

  • What is a .vob file and how can I play it in Quicktime Player?

    I have a video file .vob.  I can play it in VLC, but I would like to be able to play it in Quicktime.  Do I need to change its file type?  And to what? And how?

    VLC Player...
    http://www.videolan.org/vlc/
    VOB stands for DVD Video Object and is the core file of a DVD containing the actual movie data, an MPEG movie stream and the supported audio...
    http://techie-buzz.com/how-to/what-is-a-vob-file-how-to-open-vob-files.html

  • Copy Interruptus - what is a ".DS_Store file"?

    Hi, I'm running an old MacBook Pro (3+ years old), and I'm going to try install an SSD drive to speed this tired, but most wonderful critter up.  I've already backed up the HD (500 GB), but the SSD (240GB) is smaller so I'm trying to move files off.
    I thought I might strip out everything that wasn't applications and the operating system and later put back what I really need but I keep getting these messages about ".DS_Store" files, as I copy different folders and the copying keeps comes to a crashing halt.
    Is there something I can do or do I need to grab an expert? 
    And I apologize but I'm pretty much a luddite at the technical details & computer code, so can someone explain ssssslllllloooooowwwwwyyyyy.  LOL
    Thanks,
    Joel

    These are generated, at least in my experience, by Macs
    talking to
    non-Macs. Whenever I copy files from my Mac to a shared
    network drive
    (on a PC machine), every folder I open from the Mac gets this
    .DS STORE
    file added. No biggie and shouldn't cause any problems.
    There's no
    Captivate association/requirement - delete/ignore as needed.
    Erik
    Leah Gold wrote:
    > Does anyone know what a DS Store File is, and whether
    that file is involved in
    > the full motion sequence?
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • What does a blinking file folder with a question mark indicate?

    What does a blinking file folder with a question mark indicate?  I cannot get past it or do anything with the unit.

    glamiera wrote:
    What does a blinking file folder with a question mark indicate?
    That's the firmware telling you it can't find the operating system it's been assigned to boot from.
    It could be because it forgot somehow, or the operating system is no longer there or readable or the hardware holding the operating system has failed.
    Hold the power button to force a hardware shutdown, then reboot holding the option/alt key held down on the wired or built in keyboard, icons will hopefully load on the screen and if OS X appears, click the arrow to boot from it.
    Once in OS X, head to System Preferences > Startup Disk and select your boot drive so it can remind the firmware.
    If there is no OS X boot volume, just recovery or Bootcamp (if Windows installed) then you need to perform more work.
    Create a data recovery/undelete external boot drive
    To get a copy of your files off the drive.
    Step by Step to fix your Mac
    To fix your machine and find out (hardware test) if it's a hardware issue of some sort.

  • I've got a file that is getting auto-created on my desktop, that is a .textClipping file with a very long series of numbers and letters as the filename (and of course, as the clipping as well).  Is there any way to tell what is creating this file?

    As the title states, I've got a .textClipping file that keeps getting created on my desktop when I log in.  The file looks similar to: "6bc29bf81b634b3293da5e858930e06a88adf182.textClipping".  I'm trying to figure out what is creating this file.  Any suggestions?
    Thanks in advance.

    Login items:
    SophosUIServer
    textexpanderd (Text Expander 2.x - possibly the culprit?)
    TotalFinder
    Remote Wonder Driver
    Lockdown
    macfusionAgent
    Most of these I've had installed for a year or more.  TotalFinder and Text Expander may be relatively new.

Maybe you are looking for

  • New to MAC: Clip vs. Sequence format issues causing slow Quad w/FCP?

    Hi all, I'm brand spanking new here and a recent Mac convert from Vegas. I figured that if I was going to upgrade, I would do it right. Don't get me wrong, I love Vegas, it's just that I'm tired of PC hardware conflicts and wanted to hop on the just-

  • Web Service - XMLA - question

    Hi Experts, based on Prakash Darji's blog I made XMLA working in development environment. In prakash's code we can see out put in HTML format. Due to following code. // Execute the SOAP request      objXMLHTTP.setRequestHeader ("SOAPAction", action);

  • Formula Node Troubles

    I'm a beginner with LabVIEW and I am working with the formula node.  My program is not running.  The error I am recieving is "array indexing expected".  What exactly does that mean?  All my input arrays are defined outside of the node.

  • I sent 2 photos to Adobe Revel but could not access it to check them out.

    I sent two photos to Adobe Revel after I had downloaded it. I tried to check to see if the photos were there but I could not access it. It said that there was an error. Do I have tThank you for any help I can get.

  • Remote control communication channel

    Hi We want to check the communication channel status from remote it running or down? I know we can check using external control URL, but the response is XML. We want to tell the status job scheduler. return code and so on. How can I do? regards,