Successfully imported from TRV 460 firewire for D8 but fails to record from translated Hi8 or 8 even though images and audio is received.

TRV460 can play back newer format D8 as well as old formats Hi8 and 8 tapes.  According to manual and comments I've seen on e-bay and internet blogs when it outputs the playback for old Hi8 and 8 tapes it translates them to a digital signal on the firewire connection between my sony camcorder TRV460 and macbook Pro.   If I'm using a D8 tape it works fine.  If I'm using an 8 formated tape the image and audio appear on the import playback.  But when I try to record there is a warning message that data is missing.  If this is a sony problem how is it that the imovie succussfully provides the visual and audio?  It would appear the digital is sent.  Seems to me like it must be an imovie issue?  But I'm not sure.
Can anyone help.

If I understand this correctly, then you have an Optimus graphics card (couldn't find anything online, but your lspci looks like it). I too have such a setup on my laptop. The thing to keep in mind here, is that your main graphics card is the Intel integrated card. So instead of installing your system like with an nvidia card, you install it like an intel card. Specifically, you would want to follow the instructions on Bumblebee. Once you followed them, the whole graphics part runs on the Intel card. Once you want to play a game or do some other heavy graphics card work you call your application like this:
optirun wine /path/to/game.exe
Notice how optirun tells the system to use the nvidia card. It will take a second or two to start it (specifically, enable the card, start another X screen and launch the application on it transparently). Follow the instructions in the Wiki if you have any problems.
If you don't have an Optimus card (just NVIDIA, no Intel), then don't follow any Optimus instructions, just usual NVIDIA stuff from the Wiki.

Similar Messages

  • After importing received and set messages from Opera Mail, Thunderbird works fine but does not save sent messages to Sent folder, even though messages are sent

    I successfully imported messages from Opera Mail. Initially the Sent mailbox was not showing in Thunderbird. A quick removal and fresh installation solved that, but Thunderbird does not save the sent messages to the Sent box, where the imported Opera Mail messages are stored. Even though messages are not saved, they are sent correctly. The image attached shows the error message.

    Probably a name-confuse If you store sent on mailserver it has to have the right name. (subscribe)
    You could set up under Account settings / copies and folders (maps) Sent pointing to the right local folder.

  • About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    Just to make sure, open Mac App Store and click Purchases. Can you pause the download and restart it?

  • I have downloaded Lightroom5 and Photoshop CC2014 last week. I'm trying to transfert a photo from Lightroom to Photoshop for treatment but Photoshop keep crashing.

    I have downloaded Lightroom5 and Photoshop CC2014 last week. I'm trying to transfert a photo from Lightroom to Photoshop for treatment but Photoshop keep crashing. What is the problem?

    I have downloaded Lightroom5 and Photoshop CC2014 last week. I'm trying to transfert a photo from Lightroom to Photoshop for treatment but Photoshop keep crashing. What is the problem?

  • The audo files do not play from websites instead ask for download. This has occured from the time I have updated Firefox 4 to Firefox 5. Why? And how can i play audio files?

    The audo files do not play from websites instead ask for download. This has occured from the time I have updated Firefox 4 to Firefox 5. Why? And how can i play audio files from websites?

    You have a <b>general.useragent.override</b> pref that identifies you as Firefox/3.5.7
    *Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
    See:
    *https://support.mozilla.com/kb/Websites+or+add-ons+incorrectly+report+incompatible+browser
    *http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default

  • I recently updated my wifes iphone to v5 so that it could hotpoint with our new ipad. I downloaded her photos from the iphone to our imac but they were deleted from the iphone in the update. Can you import photos onto the iphone from the imac?

    I recently updated my wifes iphone to v5 so that it could hotpoint with our new ipad. I downloaded her photos from the iphone to our imac but they were deleted from the iphone in the update. Can you import photos onto the iphone from the imac?

    Are you both using different Apple ID on iTunes?
    Here's some links to get you up to speed about Home Sharing
    Understanding Home Sharing
    http://support.apple.com/kb/HT3819
    Setting up Home Sharing
    http://support.apple.com/kb/HT4620
    Message was edited by: ckuan

  • Unit test runs perfectly fine with NUnit but fails when run from TestExplorer

    Hello all,
    I have a TestProject, Harmony.Tests. In there, I have a method AddApplicationEvent()
    which calls another method Send(InvokeRequestMessage requestMessage) which calls a webservice (OperationHandlerBrokerWebService). 
    The code snippet looks like this. This is not the complete code but a part where we are calling the web service. It fails on the underlined Italic line of code.
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    brokerService.Url = address;
    brokerService.Timeout = timeoutInMilliseconds;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    The same test works and passed fine when I ran it with NUnit, but failed with following exception when I tried to run it from TestExplorer. 
    Test Name: AddApplicationEvent
    Test FullName: N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.AddApplicationEvent
    Test Source: d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs : line 665
    Test Outcome: Failed
    Test Duration: 0:00:00.296
    Result Message:
    SetUp : Message returned System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid token for impersonation - it cannot be duplicated.
    at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info, StreamingContext context)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    at System.Runtime.Serialization.ObjectManager.DoFixups()
    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
    at N4S.Forms.OperationHandlerBroker.AMessage.DeserializeMessage(Byte[] serializedMessage)
    at N4S.Forms.OperationHandlerBroker.WebServiceServer.BrokerService.InvokeOperationHandler(Byte[] serializedInvokeRequestMessage)
    --- End of inner exception stack trace ---
    expected: <0>
    but was: <1>
    Result StackTrace:
    at N4S.Harmony.Tests.TestHelper.InvokeOperation(OperationHandler handler, OperationHandlerInput input, Boolean expectedToWork) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 136
    at N4S.Harmony.Tests.TestHelper.LoginAsUser(String username, String password) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 394
    at N4S.Harmony.Tests.TestHelper.Login(TestUserName requestedUser) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 377
    at N4S.Harmony.Tests.TestHelper.LoginAsAdvisor() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 230
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.Login() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 76
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.SetupTest() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 67
    I am not sure what causing the issue. I checked the Credentials, Windows Identity during both the test run and there is no difference. Please advise !!
    Thanks,
    Deepak

    Hi Tina,
    Thanks for your reply. 
    I do have NUnit adapter installed. I even noticed that the test runs fine with NUnit GUI and also if I run it through Resharper Test Explorer window. 
    As you can see in the image above the same test is passed when I ran it from Resharper Unit Test Explorer window but fails when I ran it from Test Explorer window. I also captured the information on fiddler. 
    There was a significant difference in the Header Content length. Also under the User-Agent property the protocol versions are different. 
    Not sure why VSTest ExecutionEngine is picking a different version.
    The UnitTest in question is calling a webservice method which in turn calls a method from another referenced project. 
    Web Service class
    using System;
    using System.Web.Services;
    using N4S.Forms.OperationHandlerBroker.Server;
    using NLog;
    namespace N4S.Forms.OperationHandlerBroker.WebServiceServer
    /// <summary>
    /// The operaton-handler broker service.
    /// </summary>
    [WebService(Description = "The N4S Forms Operation-Handler Broker Web-Service.", Name = "OperationHandlerBrokerWebService",
    Namespace = "N4S.Forms.OperationHandlerBroker.WebServiceServer")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class BrokerService : WebService
    { /// <summary>
    /// Calls <see cref="HandleRequest"/>. Updates performance-counters.
    /// </summary>
    /// <param name="serializedInvokeRequestMessage">the binary-serialized <see cref="InvokeRequestMessage"/></param>
    /// <returns>the binary-serialized response message</returns>
    [WebMethod(BufferResponse = true, CacheDuration = 0, Description = "Invokes the requested operation-handler and returns a binary-serialized response-message.", EnableSession = false)]
    public byte[] InvokeOperationHandler(byte[] serializedInvokeRequestMessage)
    logger.Trace(Strings.TraceMethodEntered);
    PerformanceMonitor.RecordRequestStarted();
    InvokeRequestMessage requestMessage = (InvokeRequestMessage) AMessage.DeserializeMessage(serializedInvokeRequestMessage);
    InvokeResponseMessage responseMessage;
    try
    responseMessage = HandleRequest(requestMessage);
    PerformanceMonitor.RecordSuccessfulRequest();
    catch (Exception)
    PerformanceMonitor.RecordFailedRequest();
    throw;
    finally
    PerformanceMonitor.RecordRequestEnded();
    logger.Trace(Strings.TraceMethodExiting);
    return AMessage.SerializeMessage(responseMessage);
    UnitTest snippet
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    Please advise.
    Thanks,
    Deepak

  • TS1717 I have older version of itunes on Windows Vista, when i check for updates it states it cannot connect to itunes update server even though i am connected to the internet, i have an iphone that has songs in the cloud and i wan to add them to my libra

    I have older version of itunes on Windows Vista, when i check for updates it states it cannot connect to itunes update server even though i am connected to the internet, i have an iphone that has songs in the cloud and i want to add them to my library?

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • I have accepted iCal invitations with repeating events and they have since been deleted from the iCal on my Mac but won't delete from my iPhone. Help

    I have accepted iCal invitations with repeating events and they have since been deleted from the iCal on my Mac but won't delete from my iPhone. Help

    I experienced this issue as well.
    Background:
    I had opened an ICS attachment for a repeating event on my iPhone, which added the item to my phone's calendar. I did not have the option to delete the calendar entry from my phone, and the item did not appear on the calendar on my Mac. My phone is currently running iOS 7 (but the problem began quite awhile ago; I don't recall which version of iOS was installed when it started).
    Solution (summary):
    Create a new calendar, move the items that you wish to delete to the new calendar, then delete the new calendar
    Solution (detailed steps):
    Create a new calendar
    On your phone, open the calendar app
    Tap the "Calendars" option at the bottom of the screen
    Tap the "Edit" button in the top left corner
    Scroll to the bottom of the list and tap the "Add Calendar..." option
    Give your new calendar a good name, such as "Delete me"
    Tap "Done" in the top right corner to save the new calendar
    Tap "Done" in the top left corner to finish editing the list of calendars
    Tap "Done" to exit the list of calendars
    Assign all calendar entries that you wish to delete to the calendar you created in step 1
    Tap a calendar entry that you wish to delete
    Tap the "Edit" button in the top right corner
    Scroll down until you see the Calendar field (on an iPhone or iPod it's usually just below the bottom of the screen), then tap the Calendar field to bring up the list of available calendars
    Tap the name of the calendar that you created in step 1 (e.g. "Delete me"); the screen should return to the main calendar entry page
    Tap "Done" in the top right corner of the screen. You may need to then tap the "< Day" button on the top left of the screen to return to the main calendar view
    Repeat the instructions in step 2 for each of the calendar entries that you wish to delete
    Delete the calendar that you created in step 2 (this will delete all calendar entries assigned to this calendar)
    From the main screen in the calendar app, tap the "Calendars" option at the bottom of the screen
    Tap the "Edit" button in the top left corner
    Tap the entry for the calendar that you created in step 2 (e.g. "Delete me")
    Scroll to the bottom of the scren and tap the "Delete Calendar" option. You should be prompted with a warning that explains that "All events associated with this calendar will also be deleted."
    If you're sure that the only items on this calendar are items that you wish to delete, tap the "Delete Calendar" button
    Tap "Done" in the top right corner to exit the Edit Calendars screen
    Tap "Done" to exit the list of calendars. You should now be back at the main view of the calendars app
    Rejoice, your pesky repeating calendar events have been deleted
    At this point all of the items that you assigned to the deleted calendar should be gone
    Repeat the steps above for any entries that you missed
    Post another message to this thread if this did not resolve your problem
    minor edit for clarity made by ScottHooley

  • Why cant i print from my ipad using airport express but i can print from my mac using the express

    why cant i print from my ipad using airport express but i can print from my mac using the express

    Because your printer has to be Airprint compatible and connected to WiFi. There are applications, such as Printopia, that will allow you to print through your computer.

  • TS4050 I am running Windows 8. Although my contacts and notes from my Ipod touch show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered?

    I am running Windows 8. Although my contacts and notes from my Ipod touch  show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered in trouble shooting articles?

    As I mentioned earlier, you have to decide which calendar you want to use.  You can either use Google or iCloud, but not both.
    If you want to use your iCloud calendar, go to Settings>Mail,Contacts,Calendars>Default Account (in the Calendar section) and set this to your iCloud calendar.  After doing so, all new events you add to your calendar will be added by default to your iCloud calendar, and as a result, will appear on icloud.com and your computer (if it is syncing calendars with your iCloud account).
    If, on the other hand, you want to use your Google calendar (as it sounds like you are doing with your iPod), simply add the same Google calendar to your phone and your computer.

  • Just got given an ipod touch 64G for free , but not to sure what mod it is. tried to download FB and could'nt because it said i need to update to iOS 6.0, does any1 know any way to upgrade or update?? please.

    just got given an ipod touch 64G for free , but not to sure what mod it is. tried to download FB and could'nt because it said i need to update to iOS 6.0, does any1 know any way to upgrade or update?? please.

    Identifying iPod models.

  • I've upgraded my app via iPhone and already paid for it but noting have changed. Who am I suppose to contact with. and how

    I've upgraded my app via iPhone and already paid for it but noting have changed. Who am I suppose to contact with and how?

    Contact the developer of the App.
    Just because an app is updated does not mean it should visually change, the update could simply be bug fixes.

  • I am currently using final cut pro 6 and i have a problem that i can not to do a play out to the dvcam but i can record from the dvcam, can you help please?

    i am currently using final cut pro 6 and i have a problem that i can not to do a play out to the dvcam but i can record from the dvcam, can you help please?

    I believe there is no  "Export to Tape"  feature as appeared in legacy FCP.
    SORRY! Just noticed you are using FCP 6.
    You need to ask this question in the Final Cut Studio forum.
    Message was edited by: Ian R. Brown

  • Have new MacBook Air and old MacBook. Can send file from Air to MacBook by Bluetooth but cannot transfer file from MacBook to Air.

    Have new MacBook Air and old MacBook (2 1/2 years old). Can transfer files from Air to MacBook by Bluetooth but cannot transfer file from MacBook to Air. When I try, MacBook does not recognize Air. File transfer only goes in one direction. Any solution to this problem? Regards

    The Setup Assistant can restore your data from a Time Machine backup. You'll be asked if you want to do this the first time you turn the computer on.
    (60797)

Maybe you are looking for

  • VRF and FTP Server

    I have a weird problem with VRF and FTP Server. I have a lab setup whereby two VRFs Client1 and Client2 are created. Both the VRFs are in the same subnet. I have configured FTP-Server and TFTP-Server on this router. TFTP-Server works perfectly fine f

  • Regarding abap Macros

    Hi Experts, I am wring the programming in Abap-Hr usnig Macros. But my clients requirement is, don't use macros when using LDB's. Is it possible for payroll results. By using the macro RP_PROVIDE_FROM_LAST P0002 SPACE LOW-DATE HIGH-DATE what is the a

  • Pdf print and view using swing

    hello i am created one pdf file from original pdf file with data using itext library,but now my problem is how can view this file and print this pdf file using swing printing api

  • Problem with video playback on N8

    Hi, this may just be me being stupid as I've not had my N8 for that long but I've recorded some video and can't get it to play back. It's saved in my photo's folder and will open when selected. However when I press the play button the screen just fli

  • Adobe App Mgr download error code A12E1 - what's the remedy?

    When I invoke Adobe Application Manager on my Mac, it proceeds through most of an installation sequence (about a minute in duration), then posts a notifier: ...problem with the installation process (Error code: A12E1). What's the problem? What's the