Re: Converting 3gp to avi

2008-06-13 Thread Anooshiravan Merat
Anooshiravan Merat wrote:
Tried that. no luck. anyone?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Converting 3gp to avi

2008-01-10 Thread Sabarish M Balagopal

Rico Secada wrote:

On Tue, 01 Jan 2008 18:35:14 +
Mark Clarkson [EMAIL PROTECTED] wrote:

  

On Mon, 2007-12-31 at 20:59 +, Mark Clarkson wrote:


On Mon, 2007-12-31 at 19:48 +0100, Rico Secada wrote:
  

Thanks, but this seems to need some unsupported codecs or
something?


I needed to do this the other way, avi to 3gp, and had to download
the latest ffmpeg from subversion as the debian-multimedia
repository didn't have 3gp compiled in. I used the following
configure line:

./configure --enable-libx264 --enable-gpl --enable-libfaac
--enable-libmp3lame --enable-libamr-nb --enable-libxvid

Hope this helps!
Mark.
  

After the build you could try this if you're using GNOME (it just came
up in my RSS feeds):

http://www.gnomefiles.org/app.php?soft_id=1885

Winff is a frontend for FFMPEG. It will convert most any video file
that FFmpeg will convert. WinFF does multiple files in multiple
formats at one time. You can for example convert mpeg's, flv's, and
mov's, all into avi's all at once. 


You need a fully enabled ffmpeg to make full use if winff.

The screenshot shows 3gp but I've not tried it. It would be good to
know how well it works...




Thanks Mark, I will look into it. Your reply has been very helpful.
 
  

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact

[EMAIL PROTECTED]






  
You might need to get amrwb or amrnb or faac. I use aac codec to convert 
from avi to 3gp. So for reverse conversion you might need any one of these.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Converting 3gp to avi

2008-01-09 Thread Rico Secada
On Tue, 01 Jan 2008 18:35:14 +
Mark Clarkson [EMAIL PROTECTED] wrote:

 On Mon, 2007-12-31 at 20:59 +, Mark Clarkson wrote:
  On Mon, 2007-12-31 at 19:48 +0100, Rico Secada wrote:
   Thanks, but this seems to need some unsupported codecs or
   something?
  
  I needed to do this the other way, avi to 3gp, and had to download
  the latest ffmpeg from subversion as the debian-multimedia
  repository didn't have 3gp compiled in. I used the following
  configure line:
  
  ./configure --enable-libx264 --enable-gpl --enable-libfaac
  --enable-libmp3lame --enable-libamr-nb --enable-libxvid
  
  Hope this helps!
  Mark.

 
 After the build you could try this if you're using GNOME (it just came
 up in my RSS feeds):
 
 http://www.gnomefiles.org/app.php?soft_id=1885
 
 Winff is a frontend for FFMPEG. It will convert most any video file
 that FFmpeg will convert. WinFF does multiple files in multiple
 formats at one time. You can for example convert mpeg's, flv's, and
 mov's, all into avi's all at once. 
 
 You need a fully enabled ffmpeg to make full use if winff.
 
 The screenshot shows 3gp but I've not tried it. It would be good to
 know how well it works...
 

Thanks Mark, I will look into it. Your reply has been very helpful.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Converting 3gp to avi

2008-01-01 Thread Mark Clarkson
On Mon, 2007-12-31 at 20:59 +, Mark Clarkson wrote:
 On Mon, 2007-12-31 at 19:48 +0100, Rico Secada wrote:
  Thanks, but this seems to need some unsupported codecs or something?
 
 I needed to do this the other way, avi to 3gp, and had to download the
 latest ffmpeg from subversion as the debian-multimedia repository didn't
 have 3gp compiled in. I used the following configure line:
 
 ./configure --enable-libx264 --enable-gpl --enable-libfaac
 --enable-libmp3lame --enable-libamr-nb --enable-libxvid
 
 Hope this helps!
 Mark.
 

After the build you could try this if you're using GNOME (it just came
up in my RSS feeds):

http://www.gnomefiles.org/app.php?soft_id=1885

Winff is a frontend for FFMPEG. It will convert most any video file that
FFmpeg will convert. WinFF does multiple files in multiple formats at
one time. You can for example convert mpeg's, flv's, and mov's, all into
avi's all at once. 

You need a fully enabled ffmpeg to make full use if winff.

The screenshot shows 3gp but I've not tried it. It would be good to know
how well it works...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Converting 3gp to avi

2007-12-31 Thread Rico Secada
Hi.

Does anyone know if there is a tool to convert 3gp format to avi?

I haven't been able to find any particular working solution.

Rico.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Converting 3gp to avi

2007-12-31 Thread Jochen Schulz
Rico Secada:
 
 Does anyone know if there is a tool to convert 3gp format to avi?

Canonical answer: ffmpeg. Or mencoder, but I prefer ffmpeg because its
command line interface is easier.

Try 'ffmpeg -i input.3gp output.avi'.  Then look at the manpage for
tweaking the output (size, bitrate, codecs etc.).

J.
-- 
After the millenium I will shoot to kill.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Re: Converting 3gp to avi

2007-12-31 Thread Rico Secada
On Mon, 31 Dec 2007 12:03:21 +0100
Jochen Schulz [EMAIL PROTECTED] wrote:

 Rico Secada:
  
  Does anyone know if there is a tool to convert 3gp format to avi?
 
 Canonical answer: ffmpeg. Or mencoder, but I prefer ffmpeg because its
 command line interface is easier.
 
 Try 'ffmpeg -i input.3gp output.avi'.  Then look at the manpage for
 tweaking the output (size, bitrate, codecs etc.).

Thanks, but this seems to need some unsupported codecs or something?

 J.
 -- 
 After the millenium I will shoot to kill.
 [Agree]   [Disagree]
  http://www.slowlydownward.com/NODATA/data_enter2.html
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Converting 3gp to avi

2007-12-31 Thread Mark Clarkson
On Mon, 2007-12-31 at 19:48 +0100, Rico Secada wrote:
 Thanks, but this seems to need some unsupported codecs or something?

I needed to do this the other way, avi to 3gp, and had to download the
latest ffmpeg from subversion as the debian-multimedia repository didn't
have 3gp compiled in. I used the following configure line:

./configure --enable-libx264 --enable-gpl --enable-libfaac
--enable-libmp3lame --enable-libamr-nb --enable-libxvid

Hope this helps!
Mark.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]