please provide me link of good open source exe which i can call from .net and convert mp4 to 3gp and 3gp to mp4.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally i got the answer:
using ffmpeg we can do it like:
ffmpeg -y -i input.mp4 -r 20 -s 352×288 -b 400k -acodec libfaac -ac 1 -ar 8000 -ab 24k file.3gp