Video function is not recognised

Just got a 5th Gen iPod with video capabilities however in iTunes in the options section of the iPod the options in the video tab are shaded (i.e. unclickable) and whenever I try and drag a video onto the iPod it says that the video was not copied due to the iPod not being able to play videos. I am quite sure this is a 5th Gen iPod and have downloaded all the latest software for both the iPod and iTunes. Any ideas?

Never mind,
Had all the file types wrong.
imtoo ipod movie converter 2.1.55 sorted me out
Thanks to those other guys on those other posts that recommended it

Similar Messages

  • A function DrawGeometry not recognised in WPF

    Hello
    I'm transleting project from C# to WPF
    In C#, I have : 
    drawingContext.DrawGeometry.DrawPolygon(new System.Windows.Media.Pen(System.Windows.Media.Brushes.Black, 3), p);
    In WPF, DrawGeometry is not recognise and I have the libraries
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Data;
    using System.Windows.Documents;
    using System.Windows.Input;
    using System.Windows.Media;
    using System.Windows.Media.Imaging;
    using System.Windows.Navigation;
    using System.Windows.Shapes;
    using LibLogic;
    using System.Drawing;
    using System.Drawing.Drawing2D;
    using System.Windows.Forms;
    I have an error
    'System.Windows.Media.DrawingContext.DrawGeometry(System.Windows.Media.Brush, System.Windows.Media.Pen, System.Windows.Media.Geometry)' is a 'method', which is not valid in the given context
    Z:\WPF\Kakuro WPF 22_02_2015\UserControls\Triangle.xaml.cs
    76
    28
    UserControls
    What should I do ?

    You must add some points to aa if you want to draw a Polygon, otherwise it is just a blank geometry object. 
    Here is a complete example of a VisualHost object that hosts a DrawingVisual:
    public class VisualHost : FrameworkElement
    private DrawingVisual path;
    public VisualHost()
    Point point2 = new Point(10, 80);
    Point point3 = new Point(50, 50);
    Point point4 = new Point(30, 20);
    StreamGeometry aa = new StreamGeometry();
    using (StreamGeometryContext geometryContext = aa.Open()) {
    geometryContext.BeginFigure(new Point(1, 50), true, true);
    PointCollection points = new PointCollection
    point2,
    point3,
    point4
    geometryContext.PolyLineTo(points, true, true);
    // Draw the polygon visual
    DrawingVisual visual = new DrawingVisual();
    using (DrawingContext context = visual.RenderOpen()) {
    context.DrawGeometry(Brushes.LightGreen, new Pen(Brushes.White, 2), aa);
    path = visual;
    protected override int VisualChildrenCount {
    get {
    return 1;
    protected override Visual GetVisualChild(int index) {
    return path;
    You can add it to a window like this:
    public partial class MainWindow : Window
    public MainWindow() {
    InitializeComponent();
    stackPanel.Children.Insert(0, new VisualHost()
    Width = 250,
    Height = 250
    <Window x:Class="WpfApplication24_4.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
    <StackPanel x:Name="stackPanel">
    </StackPanel>
    </Window>
    Hope that helps.
    Please remember to mark all helpful posts that answers your question(s), and only these, as answer and please start a new thread if you have a new question.

  • My ipod classic 6th gen video is now not recognised by my pc...pls help

    my ipod classic is now not recognized by my pc. will not sync...help

    Howdy Michael,
    It sounds like your iPod classic isn’t recognized by your PC or iTunes. Issues like this are usually be resolved with the troubleshooting suggestions in the article linked below.
    iPod: Does not appear in Windows or iTunes and Device Manager is empty
    Take care,
    -Jason

  • MBA (mid 2013) and Cisco Jabber Video client not recognising any camera

    The Cisco Jabber Video client is not recognising the internal Facetime HD camera nor the external USB Logitech Webcam C920.
    This was not working from the beginning. Cisco is aware of this issue and promised to deliver a fix in the next release of their software.
    After installing the 10.8.5 Update from App Store and the 10.8.5 Supplemental update the Cisco client was able to recognize the external camera.
    After that I followed a hint to install the Combo update this should enable Skype to recognise the Facetime HD camera. After installing the Combo update Skype was able to recognize the internal and external camera (by the way the quality of preview video using Facetime HD was brilliant and much better than the internal camera of a MBA from 2012). BUT after that update the Cisco client was no longer recognising a camera.
    I run a recovery installation of 10.8.4 - but the result was again a 10.8.5. If I try now to run a recovery install I only get a recovery of version 10.8.5 offered.
    I did a SMC reset, a parameter RAM reset, tried to start in saved mode but nothing helped.
    Any other ideas how to get a least an external camera working again with Cisco Jabber Video?

    Similar problem here. I have a Logitech C615 camera/microphone plugged into my MAC mini running OSX 10.9.3. Today, JABBER could not find the camera (although it found the microphone?). I was running 4.5.7 and so downloaded v4.8.6 and reinstalled: no camera. I also downloaded the cloud version: no camera.
    I was not running either Vidyo or Polycom RealPresence at the same time as JABBER
    But, when I did run these apps, my camera & microphone both work.
    Suggestions?
    John

  • Can't use voice/video functionality with external domain connected users through federation

    Hello All,
    Hope you keeping well..!!
    We are communicating with external customers lync server through federation option setup on our corporate lync server.  We have received the federation setting from the customer with SIP address which has been setup on our corporate lync servers after
    that we were able to browse the customer contact through corporate lync account.
    We were also able to chat with external customer but however voice/video functionality are not working through same session.  Whenever we try to dial out external customer lync account it ended with error message "call ended due to network issue".
    We have checked the setting from corporate lync servers and network point of view but doesn't find any issue which cause the disconnection to voice/video over lync.  Could you pl help or guide with the way to resolve the issue.
    Thanks, MK

    Thanks for your reply.<o:p></o:p>
    Audio/Video works fine within corporate when dial any lync contact.  We only have issue while trying to use the same functionality with any other
    external lync contact configured over federation option.<o:p></o:p>
    We already checked the security rules and all required ports are open, as confirmed by local resolver group.<o:p></o:p>
    We have checked with external parties and according to them their systems are hosted by Microsoft as part of office 365 suite and they already have
    federation option for 17 different customers which works fine.  Which means issue must be your local end.<o:p></o:p>
    Is there any tool available to identify the issue from client end?<o:p></o:p>
    Also I have a question here....In my corporate environment...client is sitting in India and lync servers are hosted in UK and users connect to it
    over MPLS route.  In Client lync configuration we have  internal/external servers configured .....so when i tried to make a voice call with external lync users then I see from netstat -a command that traffic hitting to multiple public IP addresses
    directly from my machine..<o:p></o:p>
    Does it mean that client required internet connectivity with specific open media ports to connect with external parties for video/voice? or in ideal
    case all request should handle by corporate internal server which should took UK internet path to connect with external lync contact?
    Thanks, MK

  • Videos not recognised after updating software

    My iPod won't sync my videos. This is for all video files (.mov, .mpv, the lot). They played fine on my video iPod before and they still play in iTunes, but when I try to update, I just get a "file not recognised by your iPod" message. This only happened after I installed the latest updates.
    I'm on OSX 10.4.10, latest iTunes and iPod software. This is really annoying-- should have known better than to update mac software when prompted, I guess.

    I have almost the same problem - After I had updated, I could still play my music videos on my ipod, but I couldn't download to the ipod. Now, after doing a reset, all video podcasts and new videos appear to be on the ipod but when I play them all I get is the audio track, even for 'old' videos I played before. This applies to movies and tv programs as well, which has upset me more than anything else as the movie I have on my ipod is a short one of my daughters wedding. Come on Apple - put this right - or has anyone else come up with a solution??

  • Importing video from Sony HDR-CX410 FCP 6.0.6 will not recognise AVCHD files. what is the solution?

    First I have to admit I'm not technical in any way so I'm easily confused so please forgive me if my question sounds unprofessional.
    The computer is a Mac desk top tower with Lion OS x 2x2.66 GHz Dual-Core Intel Xeon with an  internal hard drive plus a number of remote hard drives.
    I'm using Final cut pro 6.0.6 to edit video.
    The question is, up until now I've been using material shot on mini DV tapes, then digitised into the computer via the camera. As this format is getting long in the tooth I decided to get one of the latest DVCAM cameras, I went for the Sony HDR-CX410.
    It was not until I had purchased the camera & shot a few test seq. & then tried to down load into the computer that I found out that Final cut does not recognise the AVCHD files on the SD card.I've tried importing from the camera as well as a card reader with no result.
    I've looked at a number of sites including Apple support community where it looks like this is a major issue for many people but I can't find anyone who is using the same camera. I wondered if this issue is something you have covered in the magazine, if so please let me know which copy, if not can you help in any way. It appears that Final cut proX may be able to translate the AVCHD files but I'm not sure. Am I right in thinking that if I do upgrade to FCPX I will still have to convert the files, if so would you recommend a suitable software program.  Is there any reason why Apple make it so difficult to edit this AVCHD format when all the latest cameras are using it, perhaps its time to change back to a PC?

    Eric,
    FCP 6.0.2 (compared to previous version) comes with the latest improvement and support for AVCHD.
    However, here is a suggestion:
    In Log&Transfer (top frame) on the right of *search field* there are three buttons, click on the one showing a little arrow-down and a sort of little star. Choose preferences then in the *transcode to* section click on those two tiny arrows pointing one up and the other down and choose Apple Intermediate Codec. Can you now transfer? (Add selection to queue)
    Once again 6.0.2 might provide better support for your camera.
    Use the search tool for more info.
    G.
    PS. Please note that some people have had problems with 6.0.2 so get us much info as you can before updating.

  • Lightroom 5.7.1, Yosemite OS X - Synchronise Folder function doesn't work in Lr. Is there a compatibility issue? I can see the folders/images in Finder but when trying to synchronise folders in Lr it does not recognise that there are any images and theref

    Lightroom 5.7.1, Yosemite OS X - Synchronise Folder function doesn't work in Lr.
    Is there a compatibility issue? I can see the folders/images in Finder but when trying to synchronise folders in Lr it does not recognise that there are any images and therefore unable to import to catalogue. Anyone has any idea how to make it work. Thanks a lot.

    Hi Elba,
    Thank you very much for your reply. Not sure, however, that we are talking about the same problem.
    I am trying to perform the same function in Lr that I have been doing for many years in the past and has only been a problem in the last few days (possibly coinciding with upgrading to Yosemite, trying to find out whether that is the problem)
    I am not intending to sync any files with Creative Cloud but only trying to use 'Synchronize Folder' function in Lr. Normally, I would right click on a particular folder in Lr catalogue and click on that function to check that the Lr Catalogue is perfectly matching my drives where the original photos are actually stored.
    The problem that I only started to encounter is that I can see the files on the actual drives but they do not appear in my Lr Catalogue and they are completely invisible to Lr. I simply can not get Lr to recognise them and then import them to catalogue.
    If for example, I export images to Ps and then save and close them, they do appear on my drive but are invisible to Lr and I can't get them imported into the catalogue. Import to folder also not producing any results as they are still invisible to Lr.
    Completely baffled by it. Any idea what could be the reason?
    Kind regards,
    Nik

  • FS5600 capture video function not working

    My FX5600 VTD 256 VMSi Card does not seem to be able to capture video from my camcorder.  I have updated the capture video drivers still with no luck.  When I called MSI  technical support they gave me a RMA number and told me to send the card back to them for a check.  Before I do that I was hoping somebody may have another idea about the capture video function I may have missed.  I have tried both S video and composite video inputs into the video in connector with no luck.  Before I disable my computer by taking out the video card I was hoping there was some other option I could try.

    Post your computer's spec (especially the spec of your PSU). Try latest driver.

  • Equium A100 - s video link has not functioned

    Dear Forum Members
    I have an Equium A100 running Vista (home edition).
    In the past I have happily had my PC linked to a TV using an S video lead to view TV programmes, dvds etc.
    However recently my computer had to be reset to the original factory settings and since that time the s video link has not functioned - the PC wallpaper shows on the TV but nothing else.
    I have loaded what I hope are the appropriate latest drivers (perhaps source of problem) and the display settings appear to be correct.
    Any help with this problem would be greatly appreciated.
    Ron

    >... the PC wallpaper shows on the TV but nothing else.
    This happen when option Extend the desktop onto this monitor is enabled.
    Please enter display settings/properties and be sure this option is disabled.

  • Although it has worked well so far today i-photo on my Mac does not recognise when I plug in my Sony camera so I can't download the video I just made.

    Although it has worked well so far today i-photo on my Mac does not recognise when I plug in my Sony camera so I can't download the video I just made.

    Although it has worked well so far today i-photo on my Mac does not recognise when I plug in my Sony camera so I can't download the video I just made.
    Sometimes this happens, because the camera is not properly charged. In that case connect the camera to a charger or use a card reader.

  • Lightroom 3 does not recognise my AVCHD video

    My Panasonic camera records AVCHD video (.mts or .m2ts). Lightroom 3 does not recognise this as video. I would like to be able to download and catalogue with LR3. Is there any way around this?
    Paul

    Thanks.  The Any File plugin lead me to the Jeffrey Friedi's Plugin:
    http://regex.info/blog/lightroom-goodies/video-assets
    Installed and working - looks good.
    Paul

  • Exported my video from Elements 12 but Powerpoint does not recognise the video file. How can we do it?

    Exported my video from Elements 12 - format mp4 but Powerpoint does NOT recognise the video file. Why?

    .wpl appears to be a Windows Media Player playlist. I can find no conversion software for that, and Windows Media Player is not available for Mac anymore.
    If you can persuade him to download iTunes and create the playlist as mp3 in a iTunes playlist, or even just burn the base mp3 files to CD as a data disc, that's about the only solutions I can suggest.

  • I downloaded a video from youtube and to play it on Quicktime Player but is says the file is not recognised

    I need a video for an assigment from youtube, but when i download it, it says that the file is not recognised
    What can i do?
    Tips? Help?
    Marcus

    You can try installing the free Flip4Mac
    https://www.macupdate.com/app/iphone/17787/flip4mac-wmv-player
    or alternatively download VLC Player which plays many more formats than Quicktime.
    http://vlc-media-player.en.softonic.com/mac
    Cheers
    Pete

  • ITunes cannot recognize touch/audio/video playback will not function

    All right, I asked apple support about this and didn't even get the dignity of a response, so here goes. My computer crashed a while ago, and when we rebooted it, this started: Whenever I plug my iPod into the computer, I get a message saying "This iPod cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install iTunes again." So I followed those instructions, and I still get the same result.
    A reason I think this might be happening is because I installed the iPod Touch update (not the one you have to pay for, but the one that puts that grey strip across the bottom of the home page), then the computer crashed. So maybe the update is installed on the iPod but not on iTunes? I'm not even sure how to get the update again to be honest.
    There are a number of things that we have not reinstalled yet on the computer, like our audio/video playback. Whenever iTunes is started I get this: "iTunes has detected a problem with your audio configuration. Audio/video playback may not function properly." And it doesn't--we have no sound on the computer right now. That is something I would like to change ASAP, I'm just dying to hear some new music.
    And when I say we have no sound, I mean zero sound capabilites: iTunes, Windows Media Player, even the internet, there is nothing at all.
    I really don't know much about computers, and I just didn't know where else to turn. Thanks to anyone who thinks they can help.

    Hey dbsabres06,
    Use the steps in this article: http://docs.info.apple.com/article.html?artnum=93698 to uninstall and reinstall the Apple software on the computer. The Apple Mobile Device support is the driver that allows the iPhone and iPod touch to be recognized.
    For the audio configuration issue, try the tips in this article:
    http://docs.info.apple.com/article.html?artnum=304424
    Not hearing audio from system events, or applications like windows media player might be a driver issue.
    Try running your windows updates or checking your computer manufactures website for updates.
    Jason

Maybe you are looking for

  • Problem during import IMP-00003

    Dear all, DB: 10.2.0.4 Solaris 10 IMP-00003: ORACLE error 1659 encountered ORA-01659: unable to allocate MINEXTENTS beyond 9 in tablespace MEDTC^C I have 64Gb free in the tablespace MEDTC. sysaux and systems tablespaces are free. tablespace creation

  • How to get error from SXMB_MONI is alert message

    HI , I am trying to send alerts through BPM if any error occures . I want to send the exact error and error code in alert . Can you please tell me weather we can do this and if yes then can you please explain it to me . Thanks , Mudit

  • Does Photoshop Elements11 with Camera Raw process Pentax KIIs Raw files?

    Does Photoshop Elements11 with the provided Camera Raw version process Pentax KIIs Raw files? If not, is there another Adobe plug-in that would handle Pentx KIIs Raw?

  • How to get maps for Japan?

    I have a 1520 in Japan and it works like a charm, with the exception maps.  They are horrible, completely useless; and you cannot even download maps for Japan (they do not show up in the settings).  But Bing maps works perfectly on a Windows 8.1 lapt

  • Do you have to have an app to print from the ipad?

    I want to be able to print from my iPad, do I one have to have an app? and 2 does it matter the brand of the wireless printer?