Results 1 to 3 of 3

Thread: Convert with gstreamer

  1. #1
    Join Date
    Jul 2002
    Posts
    1,183
    Country
    Jamaica

    Default Convert with gstreamer

    Anyone have a pipeline for gstreamer to convert media files to 3gp?
    "Problem with trying to be the bad guy: there is always someone worse" -- John Reese, PoI
    https://github.com/googl

  2. #2
    Join Date
    Aug 2002
    Posts
    6,128
    Country
    Jamaica

    Default

    Did you try this:

    Code:
    ffmpeg -i inputfile.avi -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp
    .
    SHANTI II - Ubuntu 13.04 64bit Desktop
    HP Pav G60-236US 3GB RAM Laptop, Ubuntu 13.04 64bit and Win7 Home

    "So Daddy, how come you telling me stealing not right when YOU copying DVDs? How come? How Come?"


    Changes to posting in Classifieds

  3. #3
    Join Date
    Jul 2002
    Posts
    1,183
    Country
    Jamaica

    Default

    Quote Originally Posted by ramesh View Post
    Did you try this:

    Code:
    ffmpeg -i inputfile.avi -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp
    Thanks. That will work. But (yes...but) I wanted to see how Gstreamer performed compared to ffmpeg without the GUIs on it. Gstreamer strikes me as the production line method Henry Ford adopted compared to the traditional "build-it-in-one-place" method.
    "Problem with trying to be the bad guy: there is always someone worse" -- John Reese, PoI
    https://github.com/googl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •