LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how could I convert 3gp to mp4 with avconv (https://www.linuxquestions.org/questions/linux-general-1/how-could-i-convert-3gp-to-mp4-with-avconv-4175494509/)

mia_tech 02-11-2014 02:08 AM

how could I convert 3gp to mp4 with avconv
 
ffmpeg seems to be deprecated, so I'm using avconv, to convert 3gp to mp4...
any help what is the correct syntax for this?

thanks

rtmistler 02-11-2014 07:54 AM

Firstly if you have ffmpeg, you can still use it. I don't believe it is deprecated and they are still developing it. http://www.ffmpeg.org/ Certain distributions have avconv and have it such that if you invoke ffmpeg it prints out information saying that ffmpeg is deprecated. You can get ffmpeg from the link shown above.

I know for ffmpeg it is -i for the infile which would be your 3gp file and then next you list your outfile, with or without options you desire. It should be capable of dealing with it; however depending on the conversion, there may be advisable outfile options to add for it. Typically I try the most minimal variation to see if that converts suitably for me. acconv is the same argument forms there too, -i for the infile and then follow with the outfile name.


All times are GMT -5. The time now is 08:12 PM.