Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: Converting to mp4

  1. #11
    Join Date
    Dec 2007
    Beans
    92
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Converting to mp4

    hmm, when I punch in:

    Code:
    sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
    everything seems to work, but when I go and look at the results more closely, I get this error somewhere in the middle:
    Code:
    W: GPG error: http://ftp.debian-unofficial.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 394D199524C52AC3
    W: GPG error: http://packages.medibuntu.org hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
    W: You may want to run apt-get update to correct these problems
    I again 'apt-get update', but I get the same results.
    The statement below is true.
    The statement above is false.


    my Ubuntu Screenshot

  2. #12
    Join Date
    Apr 2006
    Location
    Minnesota
    Beans
    748
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Converting to mp4

    run them seperately...

    sudo apt-get update
    sudo apt-get install medibuntu-keyring
    sudo apt-get update

  3. #13
    Join Date
    Dec 2007
    Beans
    92
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Converting to mp4

    Quote Originally Posted by fenian View Post
    run them seperately...
    each time I run 'sudo apt-get update' I get the same error:

    Code:
    W: GPG error: http://ftp.debian-unofficial.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 394D199524C52AC3
    W: You may want to run apt-get update to correct these problems
    Just out of curiosity, doesn't '&&' mean to run the command after only if the first command succeeds?
    The statement below is true.
    The statement above is false.


    my Ubuntu Screenshot

  4. #14
    Join Date
    Apr 2006
    Location
    NJ
    Beans
    51
    Distro
    Edgy Eft Testing

    Re: Converting to mp4

    You have to run that ./configure command first, which creates that make file you are trying to run.
    "You come in on your own in this life, you know you leave on your own" - Richard Ashcroft

  5. #15
    Join Date
    Dec 2007
    Beans
    92
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Converting to mp4

    Quote Originally Posted by chicken101 View Post
    You have to run that ./configure command first, which creates that make file you are trying to run.
    yes, I know.. which I have.
    these are the results when I get to the --enable-pp part:

    Code:
    ffmpeg$ sudo ./configure --enable-pp
    Unknown option "--enable-pp".
    See ./configure --help for available options.
    Let's backtrack for a moment.. should the source "http://packages.medibuntu.org/" in Software Sources be marked?
    The statement below is true.
    The statement above is false.


    my Ubuntu Screenshot

  6. #16
    Join Date
    Apr 2006
    Location
    Minnesota
    Beans
    748
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Converting to mp4

    Quote Originally Posted by abuakel View Post
    Let's backtrack for a moment.. should the source "http://packages.medibuntu.org/" in Software Sources be marked?
    Yes but you appear to have a problem with another repository missing a gpg key.

  7. #17
    Join Date
    Dec 2007
    Beans
    92
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Converting to mp4

    Quote Originally Posted by fenian View Post
    Yes but you appear to have a problem with another repository missing a gpg key.
    when I mark it and reload the repos, I get the same error:

    Code:
    W: GPG error: http://ftp.debian-unofficial.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 394D199524C52AC3
    The statement below is true.
    The statement above is false.


    my Ubuntu Screenshot

  8. #18
    Join Date
    Feb 2009
    Location
    Chicagoland
    Beans
    168

    Re: Converting to mp4

    8 months later I am interested in a solution to this. I am trying to install winff thru synaptic and get that same GPG err about the public key.

    I get this:
    The following packages have unmet dependencies:
    winff: Depends: libgtk2.0-0 (>= 2.14.1) but 2.12.9-3ubuntu5 is to be installed
    Depends: libpango1.0-0 (>= 1.21.6) but 1.20.5-0ubuntu1 is to be installed
    E: Broken packages

    which led me to focus on libgtk2 which in turn led to the GPG error.

    Can anyone untangle this??

    thanks!

  9. #19
    Join Date
    Dec 2008
    Location
    Europe
    Beans
    100
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Converting to mp4

    Quote Originally Posted by abuakel View Post
    Code:
    $ mp4ize Danie_ Powter_Bad_day.mpg
    If anyone knows how to fix the above problem, or knows a better, easier way to convert videos, I'm all ears.
    The problem you encounter is the space in the name of the file. If you type
    Code:
    $ mp4ize Danie_\ Powter_Bad_day.mpg
    or
    Code:
    $ mp4ize "Danie_ Powter_Bad_day.mpg"
    everything should be fine.
    Paul Gevers
    WinFF maintainer in Ubuntu and Debian.

  10. #20
    Join Date
    Dec 2008
    Location
    Europe
    Beans
    100
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Converting to mp4

    Quote Originally Posted by chitowner2 View Post
    I get this:
    The following packages have unmet dependencies:
    winff: Depends: libgtk2.0-0 (>= 2.14.1) but 2.12.9-3ubuntu5 is to be installed
    Depends: libpango1.0-0 (>= 1.21.6) but 1.20.5-0ubuntu1 is to be installed
    E: Broken packages
    The problem here is that you should probably also activate the ubuntu-updates section of the repositories.
    Paul Gevers
    WinFF maintainer in Ubuntu and Debian.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

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
  •