4

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?

Lloyd
  • 143

1 Answers1

2

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
slhck
  • 235,242