Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Frontend for ffmpeg

  1. #1
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Frontend for ffmpeg

    Hey all, I have been writing a frontend for the command line video encoder FFmpeg. To pass the course for school I need feedback from the wider community stakeholders which, in this case, is the Ubuntu community.

    It is functional, but it is certainly not ready to be released. It is still a very simple program, and I will continue to work on it after I have completed the school-related part of it.

    So, if anyone is brave enough to try it, has ffmpeg installed, I would appreciate any feedback on whether or not it is "fit for the purpose", which is to be a Beginner-friendly frontend for ffmpeg. If you want to try, the download is here.

    If you dont have ffmpeg installed, you can get it with
    Code:
    sudo apt-get install ffmpeg
    Thanks,

    talsemgeest.
    Last edited by talsemgeest; November 1st, 2009 at 02:24 AM.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  2. #2
    Join Date
    Apr 2007
    Location
    New Zealand
    Beans
    4
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Frontend for ffmpeg

    Hey,
    I had a little play, and it works, but I don't know if I'd let a beginner loose on it; there is no open file dialogue where I can just click the input file. That leaves typing the full path or dragging the file in to the box then adjusting the path name to make it work.
    Same with output.

    It has potential, though.
    Good luck.

  3. #3
    Join Date
    Jul 2008
    Location
    Where I am
    Beans
    807
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Frontend for ffmpeg

    It works fine here! Pretty usefull! Adding to the AUR.
    .i coi rodo

  4. #4
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Frontend for ffmpeg

    Quote Originally Posted by Simey View Post
    Hey,
    I had a little play, and it works, but I don't know if I'd let a beginner loose on it; there is no open file dialogue where I can just click the input file. That leaves typing the full path or dragging the file in to the box then adjusting the path name to make it work.
    Same with output.

    It has potential, though.
    Good luck.
    Yes, I actually put a file-chooser into the gui, but I couldnt figure out how to make it work with python. That is first on the list of things I will have to put in though. Thanks for the feedback

    Quote Originally Posted by dragos240 View Post
    It works fine here! Pretty usefull! Adding to the AUR.
    Excellent, good to know it works. Thanks for the feedback
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  5. #5
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

    Re: Frontend for ffmpeg

    Works nicely, I like it.

  6. #6
    Join Date
    Jul 2008
    Location
    Where I am
    Beans
    807
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Frontend for ffmpeg

    It'd also be usefull to add that you need python.

    And gtk2
    .i coi rodo

  7. #7
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Frontend for ffmpeg

    Quote Originally Posted by Frak View Post
    Works nicely, I like it.
    I am glad you like it, thank you for the feedback

    Quote Originally Posted by dragos240 View Post
    It'd also be usefull to add that you need python.

    And gtk2
    Ah, thanks for mentioning that, I will have to add that to the docs somewhere.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  8. #8
    Join Date
    Jul 2008
    Location
    Where I am
    Beans
    807
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Frontend for ffmpeg

    By the way. Does that server of yours stay up 24/7?
    .i coi rodo

  9. #9
    Join Date
    Oct 2006
    Location
    Tucson, Arizona
    Beans
    1,508

    Re: Frontend for ffmpeg

    I think you should lose the tabs and put all the options in one window.

  10. #10
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Frontend for ffmpeg

    Quote Originally Posted by dragos240 View Post
    By the way. Does that server of yours stay up 24/7?
    Yes, its up 24 hours a day, and should be getting a bandwidth increase in the next couple of days.

    Quote Originally Posted by sloggerkhan View Post
    I think you should lose the tabs and put all the options in one window.
    Really? I think the tabs simplify the interface a bit. However, I will make a single-window version for you to try out, it shouldn't be too difficult.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

Page 1 of 2 12 LastLast

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
  •