473,396 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to convert flv to 3gp video format using ffmpeg?

Nert
64
Hello there., i have this problem converting an flv video format to 3gp format using ffmpeg so that i can put the video on my cellphone.

Well actually i have successfully converted the video to 3gp format and it plays on quick player but when i put it on my cellphone and played it, it gives me an error "Invalid video format". I've already check my cellphone's video player and it does support the 3gp video codec. Does anyone knows what could be the problem?

By the way this is the script i used to convert the flv to 3gp using ffmpeg.

ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 25 -b 200 -ab 6.7k -sameq -acodec libamr_nb -ac 1 -ar 8000 output.3gp


thanks guys... (^_^)
Oct 15 '08 #1
2 10597
dlite922
1,584 Expert 1GB
How is this relative to PHP?


Dan


PS: Google helps:
http://www.google.com/search?hl=en&q...ne&btnG=Search
Oct 15 '08 #2
Nert
64
How is this relative to PHP?
Yeah sorry, but later on i will be using this ffmpeg with PHP (if you have heard about php_ffmpeg) to convert videos on fly and the output videos will be available for download. Some kind of an online video converter. Right now i was just trying to ask for help on how can i perfectly convert this flv videos to 3gp.

Anyway thanks for the reply Dan, i thought my post will be ignored again. lol
Oct 15 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Pete Chen | last post by:
Hello all: I'd like to grab images from video (wmv format, a physical file stored in the host or even a streaming video, e.g. mms://abc.com/test.wma). Is there any solution that after I put...
1
by: daokfella | last post by:
Hi all, I want users of my website community to be able to upload video files. I'd like to automatically convert these on the server to flash video. I'd also like to get a screen shot from the...
7
by: stone1126 | last post by:
Dear All I am a beginner using python. My boss asks me to write a Python script to call ffmpeg to converter video to flash using multi-thread. the program uses database to be the queue and the...
2
by: otto | last post by:
Hello to all I have a wecam where I can send per FTP every x minute a picture to a directory. Files look like this : video@20070811093424.jpg I like once a day encode the all pictures in a...
3
by: K. | last post by:
Hello! Can you tell me how to do it something similar to YouTube? Maybe there are some players which I could implement on my page without working on creating such player? I would like users to...
2
by: Alberto corrales | last post by:
Hi! I am working with a video source that provides RGB frames (24 bits per pixel) and I need to create a video server to send on wifi to a client application. The problem is that there are too...
5
by: sonu | last post by:
hey good morning ...... how to convert a video file in .flv format in php for linux hosting......is there any package whis provide this facility . Can i use ffmpeg for linux hosting...
0
by: gowthamkg | last post by:
Hi, I'm developing an video based site, i want to get an thumbnail for videos for creating video gallery,but without ffmpeg,since i dont get any shared hosting which allow ffmpeg.Please ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.