Results 1 to 7 of 7

Thread: OGG Video detected as Audio file

  1. #1
    Join Date
    Dec 2006
    Beans
    163
    Distro
    Kubuntu Development Release

    OGG Video detected as Audio file

    I've got some videos I recorded using Recordmydesktop. In Quantal they work perfectly but in Raring they are detected as Audio files. I don't get any thumbnails in dolphin and the right-click "Open with" menu doesn't give any options.



    The file association for .ogv is set to Ogg Video already.



    Does anyone else have this problem and is it fixable?
    Last edited by Gavin77; April 15th, 2013 at 08:53 PM.

  2. #2
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: OGG Video detected as Audio file

    What is your video player in Kubuntu 13.04? Do you have one installed?

    Raring Ringtail Xfce plays Ogg Theora videos (.ogv) with Totem with no problems.

    No, you WON'T get thumbnails or play the videos without a video player installed.

  3. #3
    Join Date
    Dec 2006
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: OGG Video detected as Audio file

    You can see in the 2nd image above that I have both VLC and Smplayer installed. I can manually select the files and open in vlc etc. My problem is that dolphin (gwenview also) don't detect them as video files, I only get an audio icon.


  4. #4
    Join Date
    Dec 2005
    Beans
    91

    Re: OGG Video detected as Audio file

    Preview - KDE

    To preview with the KDE and with the KDE application you need the thumbnailer.



    Mime types problem - at here - Kubuntu 13.04 / KDE 4.10.2

    Downloading a sample Ogg video file (small.ogv) : http://techslides.com/sample-webm-og...les-for-html5/

    The xdg-mime query is telling:
    $ xdg-mime query filetype small.ogv
    audio/ogg
    Whitch is wrong -> The KDE video thumbnailer can't make a preview (video) image from the audio file -> No preview image.



    The mimetype is working fine with the earlier version of the Kubuntu/KDE.

    Workaround

    (working at here)

    If the files from the /usr/share/mime/ is symlinked to the ./local/share/mime/



    then the xdg-mime query is working

    $ xdg-mime query filetype small.ogv
    video/ogg
    and the thumbnailing is working.


  5. #5
    Join Date
    Dec 2006
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: OGG Video detected as Audio file

    I tried doing
    Code:
    ln -s /usr/share/mime/video/ /home/gavin/.local/share/mime/video
    but it didn't help. Do I need to do anything else. It still thinks it's an audio file.

    Code:
    gavin@kubuntu:~/Desktop$ xdg-mime query filetype small.ogv
    audio/ogg

  6. #6
    Join Date
    Dec 2005
    Beans
    91

    Re: OGG Video detected as Audio file

    Originally - linking

    I was using the the Dolphins "Link here" - Drag&drop everything from the /usr/share/mime/ to the local mime directory.


    The minimum

    The problem seems to be the "magic" file. The xdg-mime or the KDE can't find the /usr/share/mime/magic but it can find the magick via the symlink.



    The link
    ~/.local/share/mime$ ls -l
    total 0
    lrwxrwxrwx 1 rog131 rog131 21 Apr 15 21:23 magic -> /usr/share/mime/magic
    is working at here - Why - beats me.

  7. #7
    Join Date
    Dec 2006
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: OGG Video detected as Audio file

    Wow, that's done it. I already had a magic file so I deleted it and linked to the one in /usr/share/mime and it works now.
    Thanks a lot for your help

    I hope the Kubuntu devs know about this since it might affect a lot more people in 10 days time.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •