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

Thread: convert video to 3gp

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Beans
    454

    convert video to 3gp

    hello, what can i use to convert video to 3gp format?

    i tried winff with this error:
    Unknown encoder 'libamr_nb'

    Also I tried Mobile Media Converter
    with this error:
    /MobileMediaConverter: line 3: 5639 Segmentation fault ./lib/mmc "$@"

    Any sugestions?

  2. #2
    Join Date
    Nov 2005
    Beans
    454

  3. #3
    Join Date
    Jul 2009
    Beans
    3

    Re: convert video to 3gp

    Quote Originally Posted by gigaferz View Post
    using wine i installed :
    http://www.download3k.com/Install-Fr...Converter.html

    is fast and it works!!! (for me, )
    How do you download applications on to wine?

  4. #4
    Join Date
    Aug 2011
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: convert video to 3gp

    Thanks a lot, I tried this out

    ffmpeg -i filename.flv -s qcif -vcodec mpeg4 -b 200k -acodec libvo_aacenc -ab 64k -y filename.3gp

    It works! I am also using winff, it's great!
    Isa Dsouza
    facebook.com/thecrystalclearcontent
    Sell Out—Never; Sold Out—Always!

  5. #5
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: convert video to 3gp


    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

  6. #6
    Join Date
    Mar 2008
    Location
    New Jersey, USA
    Beans
    95
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: convert video to 3gp

    I use ffmpeg. As far as I know, it's CLI. So it'd be like
    Code:
    ffmpeg -i NameOfVid.avi NameOfVid.3gp
    Doesn't have to be avi though. Haven't ever converted to 3gp but it's worth a try for you

  7. #7
    Join Date
    Dec 2006
    Beans
    7,349

    Re: convert video to 3gp

    Hi,

    If you wanted 3gp files with aac sound and h263 video the straight commandline FFmpeg should be your friend. Simply follow the directions on this page to get the most out of your copy of FFmpeg:

    HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg
    http://ubuntuforums.org/showthread.php?t=1117283

    Unfortunately I don't know enough about WinFF to offer any guidance with it .

    Andrew
    You think that's air you're breathing now?

  8. #8
    Join Date
    Sep 2008
    Location
    Australia
    Beans
    30
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: convert video to 3gp

    I use mobile media converter (there is a version of it for Ubuntu)
    ken_do_san
    RLU #478375|Ubuntu User #27655

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

    Re: convert video to 3gp

    Quote Originally Posted by andrew.46 View Post
    Hi,

    If you wanted 3gp files with aac sound and h263 video the straight commandline FFmpeg should be your friend. Simply follow the directions on this page to get the most out of your copy of FFmpeg:

    HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg
    http://ubuntuforums.org/showthread.php?t=1117283

    Unfortunately I don't know enough about WinFF to offer any guidance with it .
    Guidance on WinFF in this context is easy. If your ffmpeg can do it, winff can do it. @gigaferz, your ffmpeg did not have amr_nb build in. Which version of Ubuntu are you running? If Intrepid or newer, do you have libavcodec-unstripped-51 or -52 installed, or just libavcodec5X (I think you need the unstripped version)?
    Paul Gevers
    WinFF maintainer in Ubuntu and Debian.

  10. #10
    Join Date
    Nov 2005
    Beans
    454

    Re: convert video to 3gp

    @ ken do san,
    i tried it but it gives me a segmentation fault
    not even the wine version works
    @ andrew
    I ve been trying that (looks like ffmpeg is ok) but it always gives me a bitrate error or incorrect framesize , from commands copied and pasted from websites

    and that software just expired, and me as usual with no cash, lol
    @ paul
    i have the unstripped version

    I KNOW so far :
    video codec h263
    video fps 15
    video size 176x144

    audio codec libmp3lame,ac3
    audio bitrate 64 (however ive seen 10.200?)
    audio frequncy 8000

    Im gonna try mpeg4 as a video codec to see if this works.... thanks for your help

    this is an error i got

    could not find tag, codec not currently supported in container
    Could not write header for output file #0 (incorrect codec parameters ?)

    this is my command line so far
    ffmpeg -i 1.flv -vcodec mpeg4 -s 176x144 -r 15 -b 100k -acodec libmp3lame -ac 1 -ar 8000 1.3gp

    same with errors with h263
    Last edited by gigaferz; September 4th, 2009 at 09:34 PM.

Page 1 of 2 12 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
  •