Searched to no avail! Help!

Sorry everyone, have searched under this topic but could not solve my problem. I know it's been discussed loads.
Trying to output files for use on the internet and have come up with some reasonable options. Can't output for use on media player so will convert later.
Question is what are the optinum settings for output so that reasonably small files are produced and can be opened by Quicktime player without filename errors or codec issues?

Can't output for use on media player so will convert later.
I hope you don't mean to output aweb QT now and convert it to WMV later. WMV isn't great but that would render it pretty much unusable.
For WMV you might want to try VisualHub - http://www.techspansion.com/visualhub/
Question is what are the optinum settings for output so that reasonably small files are produced and can be opened by Quicktime player without filename errors or codec issues?
There's no magic bullet, it depends on your material and the target machines. But here I also reccomend VisualHub, which can do a great job of targeting a specific file size in any of a variety formats.

Similar Messages

  • I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!

    I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!
    It started after the major update to iOS 7.
    I can't believe that this is so hard to do. It's just not letting me. I can add a bookmark to the home screen just fine, just not in a bookmarks folder anywhere I try.
    I've used Apple products since 2001 and have always loved how intuitive they are. But the Safari browser since iOS 7 has been the worst I've experienced. At least right in the beginning after that update.
    I'd really appreciate any help that doesn't just tell me how it's suppose to work...I know that.
    My iPad 4 is not affected with the problem and works as it should.

    To delete, tap "Edit" (tap to enlarge image)

  • How to get Search and offline Availability properties in SharePoint using powershell with CSOM

    Hi,
    I want to get the information about the SharePoint sites being crawled or not. I tried to get "Search and offline Availability in SharePoint" settings properties but I couldn't get those properties.
    I followed below thread with no luck : http://www.c-sharpcorner.com/uploadfile/anavijai/search-and-offline-availability-in-sharepoint-2010/
    I couldn't find $web.AllowAutomaticASPXPageIndexing property at site level but i can see $list.NoCrawl
    at list level.
    Can any body help me out to get those values?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi,
    Since AllowAutomaticASPXPageIndexing is a member in SPWeb members while not in Web members, we can not use Client Side Object Model with it. If you need to use it in client side, you need to create a web service for it.
    https://msdn.microsoft.com/EN-US/library/microsoft.sharepoint.client.web_members.aspx
    https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb_members.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Unable to add Search Tab to HTML Help

    In RoboHelp HTML 6 I check Search Tab in the Window
    Properties dialog but after I compile, no Search Tab is available
    in the compiled help. Other Window features seem to switch on or
    off as expected. This project was converted from WinHelp (RoboHelp
    2002 for Word) at some point. I'm not sure what import/conversion
    process was used to move it to HTML Help. Other project aspects
    seem to work OK. Previous WinHelp to HTML Help conversions have not
    experienced this problem. Any suggestions would be welcome.

    Hey Rick,
    I actually tried that pretty early in the process, but still
    ran into the same problem. The good news, though, is that I seem to
    have fixed the project. It's a bit of a kludge, but whatever works.
    I opened the *.hhp file for the project in question in
    Notepad, then opened the *.hhp file for another project that had
    the search tab, and compared them. I ended up making the following
    changes in the problematic project's *.hhp file to make their
    settings match:
    In the OPTIONS section, changed Full-text search to Yes.
    In the WINDOWS section, changed the settings for the
    project's main window to the following:
    "Project
    Title","project.hhc","project.hhk","","",,,,,0x40040520 (etc.)
    That last number in the line was something entirely different
    originally, and I think that's where the problem lay. Saved and
    closed the file, then recompiled and the tab now shows up.
    Hope this helps!
    Best,
    Melinda

  • How to get SharePoint Search and offline Availability properties using powershell with CSOM

    Hi,
    I want to get the information about the SharePoint sites being crawled or not. I tried to get "Search
    and offline Availability in SharePoint" settings properties but I couldn't get those properties.
    I
    followed below thread with no luck : http://www.c-sharpcorner.com/uploadfile/anavijai/search-and-offline-availability-in-sharepoint-2010/
    I couldn't find $web.AllowAutomaticASPXPageIndexing property at site level
    but i can see $list.NoCrawl at list level.
    Can any body help me out to get those values?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi,
    Since AllowAutomaticASPXPageIndexing is a member in SPWeb members while not in Web members, we can not use Client Side Object Model with it. If you need to use it in client side, you need to create a web service for it.
    https://msdn.microsoft.com/EN-US/library/microsoft.sharepoint.client.web_members.aspx
    https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb_members.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Your search cannot be completed because no search service is available- SP2013

    Hi,
    We have an application page, in which we need to retrieve the search results in SP2013. However, the query always returns the error "your search cannot be completed because no search service is available". Please find the code below.
    using (SPSite site = new SPSite("http://server"))
    using (SPWeb web = site.OpenWeb())
    Microsoft.SharePoint.Search.Query.FullTextSqlQuery kq = new FullTextSqlQuery(site);
    // KeywordQuery kq = new KeywordQuery(site);
    //KeywordQuery kq = new KeywordQuery(site);
    kq.SourceId = new Guid(SourceID_Value);
    kq.QueryText = keyword;
    kq.RowLimit = 100;
    kq.AuthenticationType = QueryAuthenticationType.NtAuthenticatedQuery;
    ResultTableCollection resultTables = new SearchExecutor().ExecuteQuery(kq);
    ResultTable resultTableFinal = new ResultTable();
    resultTableFinal = resultTables[ResultType.RelevantResults];
    However, the same code works in a console application executed on the same server. Please let know if you have faced this issue and the solution.
    Sreeharsha Alagani | MCTS Sharepoint 2010 |
    Linkedin | Blog

    Not sure if it's typo with your post or the code, the url in the first line doesn't contain a close quote.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • Crash on search function for HTML Help file (.chm) when connected to a Visual C++ application

    Crash on search function for HTML Help file (.chm) when
    connected to a Visual C++ application
    I use the RH_ShowHelp API command to connect a HTML Help file
    (.chm file generated by RoboHelp Word X 5) to my Visual C++
    application. My application is able to call up this HTML help file
    in context-sensitive mode and everything is working great in the
    Contents and Index panels EXCEPT when I click on List Topics (after
    I enter a KEYWORD for search) in the Search panel.
    I got an error that said “Unhandled exception in
    xxxx.exe.(HHCTRL.OCX):0xC00000FD: Stack overflow”
    I am able to execute this .chm file by itself and the search
    function works well in this case. I am using HHActiveX.dll that is
    created on 2/23/04. Is this the correct version?? Any advice what
    to do here??

    Hi agschin and welcome to the RH forums. The hhactivex.dll
    file is not used by the search function so you can rule that our.
    Have you tried recompiling and seeing if the problem still happens?
    You can also start the Bug Hunter feature in RH - View > Output
    View and then select the Bug Hunter button - and see if that throws
    up any clues.

  • Hello! I cannot get my gmail from my iPad icon any more, saying the mail server is not responding. I can still get my gmail though from google search! Can you help??

    Hi! The Mail icon on my iPad is no longer responding!  A message comes up saying - ' Cannot get mail...the mail server imap.gmail.com is not responding.  Verify that you have entered the correct account info in Mail settings'.  I have tried this and everything is correct!  It is puzzling because I can still get my gmail through Google search!  Can you help?? Thanks

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • HT204382 Jfiles, still getting error message that required codec is not available -- Help!

    Just installed Telestream to open wmv files, but still getting error message that required codec is not available -- Help!

    I'm still getting that same message how did you fix it? i installed the wmv player or Flip4Mac (i'm unsure if thats the same program), but even after i am still getting the pop up saying " The movie ____.avi" can't be opened. What am i doing wrong?

  • Can anyone explain why on my iPhone 4S, whenever I play music, it won't hold my place in the song? I pause it, and then when I go back later, it's all the way back at the beginning? A google search was not very helpful, any tips would be great!

    Can anyone explain why on my iPhone 4S, whenever I play music, it won't hold my place in the song? I pause it, and then when I go back later, it's all the way back at the beginning? A google search was not very helpful, any tips would be great!

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • HT5085 Have purchased Mumford and sons Sigh no more - order number MJ1GL4Zl7 on 15th Nov 2013. It has appeared on other devices - nut not on the main computer. I have tried repeatedly to download again - to no avail - help. V Hetherington

    Have purchased Mumford and sons Sigh no more - 15th Nov 2013. It has appeared on other devices - nut not on the main computer. I have tried repeatedly to download again - to no avail - help. V Hetherington

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    What happens when you try to redownload it ? What you can redownload will show under the Purchased link under Quicklinks on the right-hand side of the iTunes store homepage on your computer's iTunes - does that album show there ? If music shows there but not that album then is it hidden : http://support.apple.com/kb/HT4919 ?

  • E 72 building cache ,search will be available in a...

    Hello, 
    today i buy one new Nokia E72 from Vodafone Romania and i have this problmes
    When i try to search in my contact list one no my phone say "building cache search will be available in a moment" 
    Why?
    Nokia what is doing, cannot check phone when it start to sell?
    I speak with my lawyer and i thing i suit Nokia for this. I pay money for one phone to work not to start to look over the internet
    after this problems and to resolve this.   

    I have had my e72 for about a week now and "Building cache. Search will be available in a moment." and tried deleting all contacts as well as using isync to reset the contacts and cal. NOTHING I have tried resolved the error, every time I try to search contacts I get the "Building cache. Search will be available in a moment." message. I can scroll through contacts using the optimouse but searching contacts from within contacts throws the message. 
    Interestingly, when contacts is closed and I use the phone's search function (the one appearing in active standby) it will search contacts just fine.
    There must be something within Contacts search that is messed up, if it was corruption the overall phone search probably wouldn't work.
    Also, I'm wondering if it may be an isync issue, the isync add-in from Nokia for the mac may be the issue, perhaps it's the culprit.
    I tried tweeting @nokiamessaging but they did not reply, I don't know if they are on top of the problem or may have reported it to Nokia. 
    It's frustrating, very frustrating. My old e61 never had issues like this. The e72 is giving me a headache, I've spent now over 30 hours on this contacts problem. Arggh. 
    am e72 as of yesterday, 2 dec 2009. was e61. previously 6310i, which is an amazingly well designed and tough phone with awesome battery life. i even had a banana slider, but that was way pre-matrix.

  • My MacAir is great except for a problem i have. Keys F1, F2,F5,F6,F7,F8,F9,F10,F11,F12 and the power button are unresponsive. These are keys i frequently use and i have searched the whole apple help centre. Anyone got answers for me? Please helP!!!

    My MacAir is great except for a problem i have. Keys F1, F2,F5,F6,F7,F8,F9,F10,F11,F12 and the power button are unresponsive. These are keys i frequently use and i have searched the whole apple help centre. Anyone got answers for me? Please helP!!!

    Some keys don't work as expected
    From the Apple menu, choose System Preferences.
    From the View menu, choose Speech.
    Click the Text to Speech tab.
    If "Speak selected text when the key is pressed" is enabled, the key or key combination set to speak text cannot be used for other purposes or used to type text--click Set Key and change it to a less-commonly used key combination (try to use modifier keys such as Shift, Command, Option, and Control). Or, disable the "Speak selected text when the key is pressed" option.
    Click the Universal Access pane in System Preferences, click the Keyboard tab.
    Make sure that Slow Keys is turned off. With Slow Keys on, you need to press a key for a longer period of time for it to be recognized.
    In the Universal Access pane, click the Mouse tab, and make sure Mouse Keys is turned off. With Mouse Keys enabled, you cannot use the Numeric Keypad to enter numbers--instead the keypad moves the pointer (cursor). (There is an option to enable Mouse Keys with five presses of the Option key; you may want to turn that option off to avoid accidentally enabling it.) If Mouse Keys is enabled and you are using a keyboard with no numeric keypad or Num Lock function, see Unable to type while Mouse Keys is enabled in Mac OS X.
    If the function keys on the top row of the keyboard are not working as expected, see Mac OS X: How to change the behavior of function keys.
    If the issue persists, use Keyboard Viewer to help isolate the issue:
    Click the Language & Text pane (Mac OS X v10.6) or International pane (Mac OS X v10.5.8 or earlier) in System Preferences.
    Click the Input Sources tab (or Input Menu tab in Mac OS X 10.5.8 or earlier).
    Click the Keyboard & Character Viewer "On" checkbox to select it (click the Keyboard Viewer "On" checkbox in Mac OS X 10.5.8 or earlier).
    From the Input (flag) menu, choose Show Keyboard Viewer.
    If the keyboard is connected and detected by Mac OS X, the keys you type will highlight in the Keyboard Viewer window. Open TextEdit (or any text application), and try to type something using the keys that were previously not responding to see if they highlight in Keyboard Viewer.
    Start from the Mac OS X Install Disc, choose Terminal from the Utilities menu and test the keys which were previously not working.  If the keys work while started from the Install disc, then the keyboard itself is working correctly.  Use Mac OS X: How to troubleshoot a software issue to isolate the software issue that may be causing the keys to not respond.
    http://support.apple.com/kb/TS1381

  • I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!

    I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!
    [http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream]

    Looks like a font problem.<br />
    Firefox seems to be using a font that isn't working properly.
    Try this solution: [[/questions/927322#answer-336404]]

  • I've lost Safari on my iPhone 4s and it doesn't find it when I search either, can anyone help?

    I've lost Safari on my iPhone 4s and it doesn't find it when I search either, can anyone help? I'm on os6. Thanks Markreds.

    Hey, how good are you! I changed restrictions for Cyclemeter and somehow, obviously my fault, Safari was on 'off', I haven't got a clue how, but now its solved and working, thanks alot!

Maybe you are looking for