473,320 Members | 1,854 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,320 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 10589
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.