Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 将3gp moov atom从一个文件复制到另一个文件_Ubuntu_Ffmpeg_3gp - Fatal编程技术网

Ubuntu 将3gp moov atom从一个文件复制到另一个文件

Ubuntu 将3gp moov atom从一个文件复制到另一个文件,ubuntu,ffmpeg,3gp,Ubuntu,Ffmpeg,3gp,我在挪威度过了一段美好的时光;我录下了我在雪橇上的旅程,当我完成我的旅程时,我的HTC感觉关闭了,因为我的电池用完了 当我到达我的笔记本电脑时,我在手机上发现了一个630MB的视频文件,但我无法用VLC播放它。由于我使用的是Ubuntu,因此我尝试ffprobe我的文件,收到了以下信息: [22:22 @ ~/Desktop] $ ffprobe VIDEO0002.3gp FFprobe version 0.6-4:0.6-2ubuntu6.3, Copyright (c) 2007-201

我在挪威度过了一段美好的时光;我录下了我在雪橇上的旅程,当我完成我的旅程时,我的HTC感觉关闭了,因为我的电池用完了

当我到达我的笔记本电脑时,我在手机上发现了一个630MB的视频文件,但我无法用VLC播放它。由于我使用的是Ubuntu,因此我尝试
ffprobe
我的文件,收到了以下信息:

[22:22 @ ~/Desktop] $ ffprobe VIDEO0002.3gp 
FFprobe version 0.6-4:0.6-2ubuntu6.3, Copyright (c) 2007-2010 the FFmpeg developers
  built on Dec 21 2011 18:43:14 with gcc 4.4.5
  configuration: --extra-version=4:0.6-2ubuntu6.3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x8c3c010]moov atom not found
VIDEO0002.3gp: Operation not permitted

我有一个想法,我可能能够使用一个旧的录制视频从我的手机和简单的复制moov原子从该工作文件到一个坏的。有什么想法吗?如何解决此问题?

这可能是由于各种原因造成的。看

刚刚遇到了一个非常类似的问题…我能够按照