How to fix a corrupt 3gp File

3gpvideo

My phone ran out of space when recording a video. I have the 3gp file, but cannot open it. Any hints on how to open it an convert it into a working file?

Best Answer

Try using ffmpeg and see if it can copy the file to another container - maybe only the container is broken. 3GP should be easy to convert to MP4.

ffmpeg -i input.3gp -c copy output.mp4
Related Question