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 -vcodec copy -acodec copy output.mp4
В моем телефоне не хватило места при записи видео. У меня есть файл 3gp, но я не могу его открыть. Любые советы о том, как открыть его конвертировать в рабочий файл?
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 -vcodec copy -acodec copy output.mp4