INDEX  F.A.Q.  SEARCH  LATEST POSTS     Rules  Register  Profile  Private messages  Login


Search all forums or this forum: Advanced search
Fully working GUI video converter for Linux?

Forum Index -> Video -> Linux Printer-friendly version
Reply to topic
Author Message
danboid
Member


Joined: 20 Oct 2005
Location: Rochdale, United Kingdom

Post Posted: Nov 08, 2006 03:03 Posts Comp View users profile Send private message Reply with quote

Its a shame as it seems there isn't a fully functional, easy graphical interface to video conversion tools such as mencoder, ffmpeg or transcode for Linux- is there?

I've been trying to find a GUI program that would convert .flv into .avi but nothing works properly so I've ended up using a script for mencoder instead. VLC comes very close to what I want but no matter what video output format I choose I get messy green artifacts in the first few seconds of the output. Avidemux can't load .flv and all the other programs I've tried (like gtranscode, Konverter) are in a pre-alpha kind of state and either crash or don't do anything.

Any suggestions? Maybe someone here knows how to get VLC's output working correctly? This is the last hurdle stopping me having a fully graphical video production environment setup under Linux.


tekkieman
Grizzled


Joined: 23 Mar 2004
Location: Over the hill

Post Posted: Nov 08, 2006 07:52 Posts Comp View users profile Send private message Reply with quote

Avidemux would have been my first guess, but if that didn't work for you, or Konverter, I'm out of ideas. If mencoder can do the conversion, I might be interested in creating a simple gui for it.

I would need to get an idea of what you would want to see for options in the interface, and could probably create something that would work for you.
_________________


danboid
Member


Joined: 20 Oct 2005
Location: Rochdale, United Kingdom

Post Posted: Nov 08, 2006 13:34 Posts Comp View users profile Send private message Reply with quote

Hi Tekkieman!

The script I'm using is at

http://www.linux.com/article.pl?sid=06/08/22/2121258

I think the two most important, popular video coversions (excluding .avi to MPEG2-PS (DVD) which DeVeDe does a very good job of already) that I'd like to see in such a program are

flv to avi (Xvid, divx or mjpeg I suppose)

movie file to .3gp

3gp to avi

Thats all I'm after really

and I'll anticipate somebody asking for

movie file to ipod video / GP2X video / Zaurus / PPC video

too, but maybe somebody has already done a Linux app for making ipod vids, I've not checked


danboid
Member


Joined: 20 Oct 2005
Location: Rochdale, United Kingdom

Post Posted: Nov 08, 2006 14:26 Posts Comp View users profile Send private message Reply with quote

http://blogger.rukker.org/2006/07/12/enable-mp3-and-amr-support-i ... ntudebian/

Explains how to get 3gp sound working under Ubuntu and how to convert 3gp to avi with ffmpeg. I'm not sure if ffmpeg can convert the other way (avi to 3gp) though.


tekkieman
Grizzled


Joined: 23 Mar 2004
Location: Over the hill

Post Posted: Nov 08, 2006 15:28 Posts Comp View users profile Send private message Reply with quote

@ danboid - have you built ffmpeg with this support from your last link? If so, I can add an option to the interface to select either mencoder or ffmpeg. The link provided the deb, so that will work for me to experiment with, but I see you need an RPM if you're running Mandriva. This isn't really going to be elaborate, just a gui to select the encoder type and the i/o options. The first run will probably not do much more than call the scripts with the selected options. I don't have a lot of time to spend on this in the near future, just a desire to do it just to do it. If you/anyone else wants to pick it up from there, feel free.
_________________


danboid
Member


Joined: 20 Oct 2005
Location: Rochdale, United Kingdom

Post Posted: Nov 10, 2006 01:14 Posts Comp View users profile Send private message Reply with quote

Any progress tekkieman?

What toolkit are you going to use for the interface? PyGTK (or something similar) may be a good choice, that way people could run it on any distro without compiling, which is always nice.


tekkieman
Grizzled


Joined: 23 Mar 2004
Location: Over the hill

Post Posted: Nov 10, 2006 07:37 Posts Comp View users profile Send private message Reply with quote

No progress yet, just some research. As I mentioned above, I don't have a lot of time to play with this in the immediate future, so I will just whip up something simple to start.

I have to baby-sit a customer's database migration Sunday, so I will probably have some time then while I'm twiddling my thumbs. I might have some questions, so if you don't mind, I'll PM you with anything I need. I also have a host that I can upload any samples to, and I'll PM you that URL. Once I get something we can start working with, I'll post back in here for others who may be interested.
_________________


redtux
Member


Joined: 21 Dec 2006
Location: United Kingdom

Post Posted: Dec 21, 2006 09:34 Posts Comp View users profile Send private message Reply with quote

danboid wrote:
Its a shame as it seems there isn't a fully functional, easy graphical interface to video conversion tools such as mencoder, ffmpeg or transcode for Linux- is there?

I've been trying to find a GUI program that would convert .flv into .avi but nothing works properly so I've ended up using a script for mencoder instead. VLC comes very close to what I want but no matter what video output format I choose I get messy green artifacts in the first few seconds of the output. Avidemux can't load .flv and all the other programs I've tried (like gtranscode, Konverter) are in a pre-alpha kind of state and either crash or don't do anything.

Any suggestions? Maybe someone here knows how to get VLC's output working correctly? This is the last hurdle stopping me having a fully graphical video production environment setup under Linux.




I have a program called burn_360 which could well work for you - not tried with flv files, but ffmpeg supports it so should be easy to do (may just need to add an entry for flv - though prob will just work)
get it at http://www.redtux.org.uk/cgi-bin/burn_360.pl

from feedback I have recieved it should "just work" (with the list of deps I list)


strben
Member


Joined: 09 Feb 2007
Location: United States

Post Posted: Feb 09, 2007 15:23 Posts Comp View users profile Send private message Reply with quote

Could one of you smart video folks help me with the proper command line options for converting MP4 to MPG or to AVI

I think I need to do this before I try to burn a video. I didn't see this thread until after posting to the following new thread::

http://forum.videohelp.com/viewtopic.php?t=316878

Thanks!


oldcpu
Member


Joined: 26 Aug 2005
Location: Europe

Post Posted: Feb 10, 2007 15:08 Posts Comp View users profile Send private message Reply with quote

danboid wrote:
I've been trying to find a GUI program that would convert .flv into .avi but nothing works properly so I've ended up using a script for mencoder instead.
Not a GUI based program, but I find the shell associated with the following works quite well for flv to avi conversions, and one does not have to spend hours optimizing a command line:
http://sourceforge.net/projects/xvidenc

Also the following for conversion to h264:
http://sourceforge.net/projects/h264enc


jacobdorne
Member


Joined: 04 Apr 2008
Location: New Zealand

Post Posted: Apr 04, 2008 01:44 Posts Comp View users profile Send private message Reply with quote

I use PyTube, It does everything.

It searches Youtube videos from within the app.
It downloads videos from Google Video, Myspace TV, Metacafe and Youtube.
It saved watched videos from your Firefox cache.
It generates ringtones.
Adds an audio file into a video file.
Merges videos.
Resizes and rotates videos.
Converts any video that ffmpeg or mencoder supports into 3GP, AVI, OGM, OGG, MP3, Animated GIF Video, MP4, AMV and WAV.
Has a nice GUI.
Totally Free!

Here's the site
http://www.bashterritory.com/pytube/

I've attached a screenshot.



GMaq
Linux Member


Joined: 17 Mar 2004
Location: Canada

Post Posted: Apr 04, 2008 07:45 Posts Comp View users profile Send private message Reply with quote

Hello,
I'm a little late here but WinFF is a great GUI for ffmpeg, I use it to convert .flv to H.264 and XviD among many other common conversions. The latest version 0.4 has a couple of bugs in Linux, but the previous one 0.33 is rock solid. www.winff.org

@jacobdorne

Thanks for the heads up on PyTube, very cool!
_________________
"There is wisdom in a multitude of counselors"


jasoni
Member


Joined: 09 May 2008
Location: India

Post Posted: May 13, 2008 08:32 Posts View users profile Send private message Reply with quote

Nice thread! I really like your provided information. It's really helpful for me.

Thanks a lot!
_________________
Video Editing Software


Reply to topic All times are GMT - 6 Hours
Forum Index -> Video -> Linux Page 1 of 1





You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Jump to:  
Display:   
About   Advertise   Forum Archive   RSS Feeds   Statistics