472,334 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,334 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 10437
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....
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...
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...
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...
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...
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...
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...
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...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...

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.