Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: 3gp

17 Oct

Convent Video to 3gp(mobile) format

This command uses ffmpeg to convert a regular video into 3gp format thats used in mobile phones


ffmpeg -i input_video.mp4 -s 176x144 -vcodec h263 -r 25 -b 12200 -ab 12200 -ac 1 -ar 8000 output_video.3gp

Original Article

admin Posted in Command Line, Linux 3gp, convert, ffmpeg, mobile, video 1 Comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑