Question / Help Recover MP4 Files after Crash

docmatrix

New Member
Is it at all possible to recover the locally produced MP4 files if OBS crashes before building the MP4 at the end? I have several recordings I would really like to keep, however OBS crashed and only left me with large files that don't seem to be readable by any standard video players (VLC / GOMPlayer)

Many thanks!
 

dodgepong

Administrator
Community Helper
Hey doc!

Have you tried repackaging them as FLV files using something like ffmpeg or SUPER?

I know that if you have OBS set to save the recording as an FLV, I don't think it has this problem, and changing the container from FLV to MP4 is really fast with ffmpeg, since there's no new encoding to do. So in the future you might want to consider saving as FLV, just in case.
 

docmatrix

New Member
Haven't had any luck :(

Tried ffmpeg:

D:\OBS Recording>ffmpeg -i "Stream (03).mp4" -vcodec copy -acodec copy fix.mp4
ffmpeg version N-52458-gaa96439 Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 24 2013 22:24:12 with gcc 4.8.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrn
b --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheo
ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena
ble-zlib
libavutil 52. 27.101 / 52. 27.101
libavcodec 55. 6.100 / 55. 6.100
libavformat 55. 3.100 / 55. 3.100
libavdevice 55. 0.100 / 55. 0.100
libavfilter 3. 60.101 / 3. 60.101
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 000000000242ebe0] moov atom not found
Stream (03).mp4: Invalid data found when processing input
 
Top