justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
861 stars 144 forks source link

is it possible to somehow to play or demux unfinished file? #715

Closed galactic76 closed 1 year ago

galactic76 commented 1 year ago

Hi! Since rarbg is died, i have several 99.9 remuxes that freezes like this

is it possible to somehow to play or demux unfinished mkv or mp4 file?

Thanks

galactic76 commented 1 year ago

now it stops with

MP4/MOV error: Invalid H.264/AVC frame at position 1169922797

trzyglow commented 1 year ago

unfinished files are corrupt files, so even if you manage to demux them (with tsmuxer, mkvtoolnix etc.) the extracted files will still be broken in some regard. (if you're lucky it's just an obscure encoder error and re-encoding with ffmpeg fixes the issue)