Date/time theme, and audio question

I have a video about 45 min long. I have dragged the date/time theme to each thumbnail section, but sometimes it won't allow me to drop it into the whole thumbnail, only a part of it. Is there a fix?
Also, can you drop the date/time theme into the whole video, without having to do each thumbnail?
How do I transfer my video to a dvd without sound?
Thanks!

I have dragged the date/time theme to each thumbnail section, but sometimes it won't allow me to > drop it into the whole thumbnail, only a part of it. Is there a fix?
Have you tried dragging the left handle (and dragging to the left) or the right handle) and (dragging to the right) to lengthen the Title?
You must do titles one at a time.
How do I transfer my video to a dvd without sound?
You can set the volume for a clip by clicking on the inspector icon for the clip (looks like a little gear inside the clip). Select Audio Adjustments. And move the volume slider to zero.
If you want to do this for all clips, select the clip you just adjusted and click, EDIT/COPY.
Now click EDIT/SELECT ALL.
Finally click EDIT/PASTE ADJUSTMENTS/AUDIO.

Similar Messages

  • GREP: date/time search and replace

    Hi everybody,
    I frequently import XML files to InDesign. The XML structure always contains the following information among others:
    start date
    start time
    end date
    end time
    For example, it looks like this:
    21.08.2013
    09:00
    25.08.2013
    18:00
    Now I need to re-arrange these fields in one row, just like this:
    21.08.2013, 09:00 - 25.08.2013, 18:00
    I already found out how to do this via GREP, but I need to go one step further:
    If "start date" and "end date" are the same (for example both are "21.08.2013"), I would like to skip the "end date" in the output. It should look like this:
    21.08.2013, 09:00 - 18:00
    Is there a way to do this via GREP?
    Thanks in advance!

    This will do it
    Trevor
    // By Trevor http://forums.adobe.com/thread/1261365?tstart=0
    app.doScript("formatDates ()", ScriptLanguage.javascript, undefined, UndoModes.ENTIRE_SCRIPT, "GREP: date/time search and replace");
    function formatDates ()
            app.findGrepPreferences = app.changeGrepPreferences = null;
            app.findGrepPreferences.findWhat = "\\d\\d\.\\d\\d\.\\d\\d\\d\\d\r\\d\\d:\\d\\d\r\\d\\d\.\\d\\d\.\\d\\d\\d\\d\r(?=\\d\\d:\\d\\d\r)";
            var doc = app.activeDocument,
                  dateFinds = doc.findGrep(),
                  l = dateFinds.length, dates;
            while (l--)
                    app.findGrepPreferences.findWhat = "(\\d\\d\.\\d\\d\.\\d\\d\\d\\d)";
                    dates = dateFinds[l].findGrep();
                    app.findGrepPreferences.findWhat = "(\\d\\d\.\\d\\d\.\\d\\d\\d\\d)\r(\\d\\d:\\d\\d)\r(\\d\\d\.\\d\\d\.\\d\\d\\d\\d)\r";
                    if (dates[0].contents == dates[1].contents) app.changeGrepPreferences.changeTo = "$1 $2 - ";
                    else app.changeGrepPreferences.changeTo = "$1 $2 - $3 ";
                    dateFinds[l].changeGrep();

  • Extract date/time stamp and modifier name from memo field

    I need to extract all date/time stamps and modifier name strings from the Work Log memo field - or conversely, filter out all of the comments after the date/time modifier strings.    I have the string extract but it only extracts the first one.  I need to loop until all are found - how can I do this?  The memo field will look something like this:
    3/5/2009 3:32:05 PM John Doe
    Comments - string can be any length
    3/4/2009 12:35:43 PM John Doe
    Comments - string can be any length
    3/4/2009 12:28:17 PM Jane Dough
    Comments - string can be any length and include date format 2009-06-04 14:20 CST.
    3/4/2009 12:27:47 PM Mary HadaliddleLam
    Comments - string can be any length
    3/4/2009 12:26:55 PM Lamseedivy
    Comments - string can be any length
    3/4/2009 12:15:22 PM Mareseedoes
    Comments - string can be any length.

    Here is a formula that will strip all 'comment' and blank lines and puts the datetime stamp and user names into an array.  You have to manipulate the elements of the array to further separate the datetime stamp and user name if required.
    // Declare two indices
    numbervar i := 1;
    numbervar j := 1;
    // Split each row of the memo field into an array
    // if chr(10) does not work then try with chrw(13) or chr(13)
    stringvar array x := split({Sheet1_.Comments},chr(10));
    // Declare a holding array
    stringvar array y;
    // Declare the size of the new array to be equal to the elements in array 1
    redim y[ubound(x)];
    // Copy only if the first word of each element of array 1 is neither "comments" nor a blank line
    for i := 1 to ubound(x) do
    if split(x<i>) = 'comments' or x<i> = '' then
    else
    (y[j] := x<i>;
    j := j + 1;
    // Compress the new array to eliminate the last blank element
    redim preserve y[j-1];
    // Joining the elements of the new array and the number of elements for display
    join(y,chrw(13)) & chrw(13) & ubound(y);
    With your example, this formula will return:
    3/5/2009 3:32:05 PM John Doe
    3/4/2009 12:35:43 PM John Doe
    3/4/2009 12:28:17 PM Jane Dough
    3/4/2009 12:27:47 PM Mary HadaliddleLam
    3/4/2009 12:26:55 PM Lamseedivy
    3/4/2009 12:15:22 PM Mareseedoes
    6.00
    Make sure the "can grow" option is checked to display the results and also check for case sensitivity of "comments".
    Edited by: Sanjay Kodidine on Jun 30, 2009 10:13 AM

  • I recently got the iPhone 4s, but my iPod has a lot of apps with a lot of data on them and don't want to start over. I already synced my iPhone from the computer that had all my apps from my iPod, how do i transfer the data over, the other apps did.

    I recently got the iPhone 4s, but my iPod has a lot of apps with a lot of data on them and don't want to start over. I already synced my iPhone from the computer that had all my apps from my iPod, how do i transfer the data over, the other apps did. But some reason the app Clash Of Clans did not. Thank you.

    If I wiped my phone I wouldn't have the contacts on my phone to send to my self.    I would need to take just the contacts from my back up. I would have to do this through iTunes and I don't see how I can just extract the contacts only from my back up. From what I can figure out it is all or nothing

  • How to combine rtp data containing video and audio?

    Hi
    I have a problem. I was examining with AVTransmit3.java and AVReceive3.java. I found that AVTransmit3 sending video and audio with different ports. It's okey as it is done as JMStudio. but my question is how can I receive this packets as raw bytes and combines them into one media file to play at a time in a player. May be very fundamental question but tough for me as i m novis as jmf programmer.
    waitin for repply...................

    Look in the JMF Guide regarding multiplexors and demultiplexors. It give the whole breakdown of how this works (and I think examples).

  • How to return a specific date/time range and last event details, when checking the event log via command prompt

    I am new to scripting (literally started reading/learning scripting a few hours ago), and I am stuck in trying to get my current script/command to filter a specific date range.
    * Note: I am working with Server 2003 and 2008; because of the environment I am in, a lot of scripts (such as Powershell and VBScript) don't work; trying to stick with command line, as it appears to be the only thing that functions correctly in my environment
    I am trying to search the System log in event viewer, for the most recent server reboot. Here is the command that I am currently running:
    ===========================================================
    C:\Windows\System32\cscript C:\Windows\System32\eventquery.vbs /L System /FI "id eq 1074"
    ===========================================================
    When run, the output looks like this:
    ===========================================================
    Microsoft (R) Windows Script Host Version 5.6
    Copyright (C) Microsoft Corporation 1996-2001. All rights reserved
    Listing the events in 'system' log of host 'xxxxxxxxxxxxxxx'
    Type Event
    Date Time    Source
    Information 1074
    12/18/2013 2:48:06 AM    USER32
    Information 1074
    11/20/2013 3:25:04 AM    USER32
    Information 1074
    10/23/2013 2:06:09 AM    USER32
    ===========================================================
    What I would like it to do is only show events that have happened in the last seven days, as well as show the event details if it does find an event that matches the criteria.
    Any help would be greatly appreciated. Thanks!
    Nick

    I would prefer using Powershell , you can use below code 
    function Get-EventViewer
    param(
    [string[]]$ComputerName = $ENV:COMPUTERNAME,[string]$LogName,[int]$eventid
    $Object =@()
    foreach ($Computer in $ComputerName)
    $ApplicationEvents = get-eventlog -logname $LogName -cn $computer -after (Get-Date).AddDays(-7) | ?{$_.eventid -eq "$eventid" }
    foreach ($event in $ApplicationEvents) {
    $Object += New-Object -Type PSObject -Property @{
    ComputerName = $Computer.ToUpper();
    TimeGenerated = $event.TimeGenerated;
    EntryType = $event.EntryType;
    Source = $event.Source;
    Message = $event.Message;
    $column1 = @{expression="ComputerName"; width=12; label="ComputerName"; alignment="left"}
    $column2 = @{expression="TimeGenerated"; width=22; label="TimeGenerated"; alignment="left"}
    $column3 = @{expression="EntryType"; width=10; label="EntryType"; alignment="left"}
    $column4 = @{expression="Source"; width=15; label="Source"; alignment="left"}
    $column5 = @{expression="Message"; width=100; label="Message"; alignment="left"}
    $Object|format-table $column1, $column2, $column3 ,$column4 ,$column5
    $Object.GetEnumerator() | Out-GridView -Title "Event Viewer"
    You can do a function call like
    Get-EventViewer -LogName system -ComputerName "computername" -eventid "2017"

  • How can I view The date, time, sender and/or receiver of a text message online?

    I would like to view the date and time sender and receiver of my text messages I read it can be done. I can't find where. If somone one could point me out in the right direction I would appreciate it. Thanks

    Log into your account and to the right of the phone photo you will see usage details in blue then on the next screen pick the phone on the account you want to see the details for and under that you can click to see eveyrthing in detail.  Mary

  • Date/Time, EXIF and Lightroom

    I am quite aware of the past thread on the date/time issue started by Judy
    Nicholls. But id did not help me to solve a mystery I am experiencing with a
    bunch of jpegs made shot some years back.
    Lightroom states that these files have no date - none is shown in the metadata
    panel to the right, and they are selected in the metadata browser when selecting
    "unknown date".
    But several EXIF reader programs, including EXIFUtil, EXIFEditor and EXIF Pilot
    clearly show me that the three relevant EXIF dates are there, are correct and
    are identical. The EXIF header, the whole metadata section, seems to be complete
    and readable outside LR. Oddly, EXIFER shows a date of "3--DEC-99" for Date
    Taken in its file listing, but then shows the three relevant date entries
    correctly and identically when doing an EXIF edit.
    Why can't LR read these dates?
    As a test, I tried to add the capture date through the menu (Metadata - Edit
    Capture time ...), and it LR reacted to the added date by putting the file among
    those with a known date (2003). But it did not change the EXIF data in the file,
    apparently only a date in the LR database. I exported XMP to the file, read the
    resulting data with EXIFUtil - but could not find any difference with the
    original file!
    Can anybody explain what is going on here?
    Chris

    Ok, here's what I've found:
    If the "xmp" sidecar exists and you do "Read metadata from file", it will read the metadata from the "xmp" sidecar. If the "xmp" sidecar doesn't exist, then if you "Read metadata from file" it reads it from the image itself.
    Thus, if you have an "xmp" sidecar file that exists and use an EXIF editor on the original image, the EXIF time change will *never* be imported again from the image file no matter how hard you try (ie: it will be ignored). If you remove the "xmp" sidecar, then you can get it to read the EXIF time data from the image. I don't think you have to "reimport" as some have done, but rather just delete the "xmp" sidecar.
    However, and this is important, if you've already made Develop edits, those edits will be lost on the "Read metadata from file", import of EXIF data from the image.
    If you think you'll be tricky and move out the "xmp" sidecar, edit the EXIF time data in the original image, import the metadata from the image, move back the "xmp" sidecar, and re-import the metadata and you'll get the best of both worlds, well no, you're SOL. The "xmp" sidecar date/time overrides the EXIF date/time previously imported.
    So, I'll probably be stuck exporting my RAWs, then fixing the EXIF time data after the fact in the JPEGs since I've already made tons of edits across my 1,000+ photos for this batch.
    Incidentally, iMatch by Photools can do a batched EXIF time correction by partial or full hour offset (or day) and Lightroom seems to be happy with the EXIF date format. iMatch is a pretty nice tool in of itself and probably better for general photo organization at least in the iteration of Lightroom (it is not a RAW converter though).
    It can also do edits of XMP data, including with Visual Basic like scripted edits, so perhaps I can eak it out to do the fix that way (or re-export the fixed EXIF data into the XMP data without touching the rest of the Develop edit data also there).
    Yuck!
    Lightroom is a very nice app, but it's certainly still pretty "beta" in many respects.

  • Time Capsule and iPhone question

    I recently replaced my Airport Extreme (802.1b/g) with a Time Capsule and went through the standard installation and setup procedure - no problems. I assumed that the TC was operating in 802.11N mode - there did not seem to be an option to set during the installation process. I must admit that I did not notice a marked improvement in my network speed but assumed all was well. Now some weeks lated I bought an iPhone - it immediately connected to my network. I did not even think about the N vs b/g issue. Now reading this forum I noticed that iPhones are b/g so does this mean my network automatically "downgraded" from N to b/g or has it always been running in b/g. Note I before I installed my T/C I turned-off my old AE.
    I cannot figure out how to determine what mode my network / TC is running in. Can I easily swap back and forth when I need to have my iPhone connected.
    I have read the thread on this forum on how to have 2 bridged networks - one with N and one with b/g (might be a good way to put my old AE and Airport Express to some use) - since I'm no network wizzard I like to keep things simple - by doing so I seem to avoid many of the issues I read about on the forum
    Thanks for any advice.

    Hi Pat, I have an iPhone too and I'm quite disappointed that my nice new N router will be running at much lower speeds. When I'm at home I use both my MBP and my phone and switching back and forth doesnt sound appealing.
    Anyway, to answer your question, open up the Airport Utility and click Manual Setup at bottom right. Then click on Wireless from the 4 tabs you'll see and choose the appropriate setting from the Radio Mode drop down menu.
    Hope this helps!
    deburn

  • Day of year bug - format date/time string and scan from string?

    I've noticed that the day of year returned by "Format Date/Time String.vi" starts with a value of 1 for Jan-1 while "Scan from String.vi" wants a 0 index.  Is this a bug or feature?  
    (I'm using Labview 2010 Service Pack 1)

    I think the best idea is to use seconds since for your arithmetic, because it is going to be the most consistent and robust solution. Knowing that a day has 86400 seconds is all that is needed and you won't run in possible inconsistencies with date time implementations caused by our anything but logic calender. I would hazard that the functionality of converting a timestamp into year and day of year and back is impossible to make consistent without sacrificing other possibly conflicting transformation in the Timestamp into String and Timestamp from String manipulations.
    "Seconds since" being the actual base unit in all LabVIEW timestamps, it is best to do any arithmetic on it in this base unit.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Some of my Photos in iphoto Had dates on them and now they have these numbers on them.     now they don't

    Some of my photos on the ipad in the event section lost the dates on them how do I get them back
    Some of the pictures don't show on the event section either.

    The iPhoto for iOS forum is here
    https://discussions.apple.com/community/app_store/iphoto_for_ios
    Regards
    TD

  • Date/time icon and other movable icons on menu bar cannot be loaded on startup,but it works if manually loaded

    Strange things happened since my mbp 13' (MD-101) was upgraded to 10.8.4 ----------- time icon, battery icon,and language icon (these icons can be moved when held Command key and drag) cannot be loaded on startup, but they still can be loaded when you get into System Preferences and manually  turn them on, as well as iStat Menus
    However, some other icons didn't bother, things like BetterTouchTool, NewsBar. They are immovable!! I guess it is the key factor that the icon is movable or not making the difference.
    Someone please lend me a helping hand?
    I've attached some pictures in order to make my situation easier to be understood.
    these icons can't be loaded on my loggin in.
    but they can be loaded manually
    however, these icons will be loaded on startup
    I've almost despaired to resolve it . Thanks for your help!

    I have a similar issue. When the computer goes into "Hibernate" mode -- that is, it loses power while sleeping and it writes the contents of it's memory to disk in order to boot into that exact configuration when woken up -- many of my icons when Apple-Tab'ing to another application appear as static. They look like a slightly colorized version of the "static snow" you see when tuning into a station that doesn't exist on a UHF antenna television. Also, icons in Chrome such as web sites "favorite icons" or favicon.ico (the icons that appear in the URL bar and bookmarks) will be scrambled in the same fashion , at first , until the actual icon is loaded.
    Between this, my menu bar and finder icons not displaying, and being unable to boot into safe mode, I'm getting quite ******. I have no idea what the **** is going on with my Macbook Pro. The issue of the scrambled icons actually existed prior to installing an SSD and doing a fresh install of Mountain Lion. I may end up throwing in the towl and re-installing the operating system but I'm sure SOMETHING will happen. It seems the latest update, 10.8.2, is absolute garbage.
    What the ****, Apple? And I really don't want to take the computer to the morons at the Apple Store. They are not "geniuses" by any measure.

  • S-Video and Audio Question

    Hello, last night I hooked up my Powerbook to my tv using an S-Video cable. The video looked great and crystal clear, but I had no audio except for my laptop speakers. Is there a way to have audio come out from the tv? Is it a tv setting, a powerbook setting, or is s-video not made for this? Thanks for your time!

    Hello, Patrick.
    S-Video connections only carry video information. They do not carry any sound information whatsoever.
    To have your TV play back the sound, you must attach the headphone jack on your PowerBook to your TV's Audio Inputs. You can buy a "Y-connector" from your local electronics store (Radio Shack, WalMart, K-Mart, Sears, etc.) to attach a (male) Mini Stereo Headphone jack to (male) RCA Left and Right plugs. It should cost about $6.00. Your TV must have audio inputs for this to work, however, so verify that you have appropriate inputs before investing the money.
    Alternatively, if you have an audio amplifier attached to your home theater, you should attach the audio cables to an input on your amplifier. (There are certain situations that would require different wiring, but they are less common and probably won't apply.)
    In the absence of such a connection, the video is sent along the S-Video cable, but the Mac "sees" no audio connection, so it plays the audio through its own speakers.
    Hope this helps!
    -Dan

  • Retrieve date, time, guid and user id data from IP u2013wrong mapping of fields

    Hi
    I have used the How to guide Line Items in BI Integrated Planning to implement the functionality to save the username, guid, date and time of who is planning. I do not get any errors but the field 0uname is empty and the guid field gets the username of the planner (0uname). The date and time field get populated correctly. Why does the fieldu2019s username and guid populated incorrectly? Do I have to change the code (I just copied the code from the How to document)? To me the abap code looks correct.
    We use BI 7.0 and SPS 17.
    Kind regards
    Erik

    Try this: Just replace the objects for ...LOGD = date, ...LOGT = time and ...LOGU = User:
    FIELD-SYMBOLS:  <l_chavl> TYPE ANY,
                    <l_curk> TYPE ANY.
    ASSIGN COMPONENT '/BIC/M2PLOGD' OF STRUCTURE c_s_chas to <l_chavl>.
    <l_chavl> = sy-datlo.
    ASSIGN COMPONENT '/BIC/M2PLOGT' OF STRUCTURE c_s_chas to <l_chavl>.
    <l_chavl> = sy-timlo.
    ASSIGN COMPONENT '/BIC/M2PLOGU' OF STRUCTURE c_s_chas to <l_chavl>.
    <l_chavl> = sy-uname.
    Regards,
    Andreas

  • Forwarding text mssg so it includes date /time stamp and number sent to

    My blackberry would forward or email a text message so that it included the address sent to, and was date and time stamped.
    I see how to forward in the iphone 4 ( Verizon) but it only send sends the message with no other data.
    How can I get it to include the data ?

    dbbrass wrote:
    Improved messaging and notifications is one of the big things of which many iPhone users are hoping gets added in the next major iOS update (iOS 5).  Keep your fingers crossed.
    If enough people put an enhancement request it may happen a whole lot sooner. 

Maybe you are looking for