ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.8k stars 136 forks source link

Videos with multiple cuts are not playing back - missing meta info? #262

Open markusd1984 opened 4 years ago

markusd1984 commented 4 years ago

When I cut more than once in a video, the final video will not playback in Windows Media Player and the Video/Audio details are missing in the Windows File Properties.

image

The individual exported clip segments are playing fine as well as single cuts of that same source video are no problem either.

Thus I can safely conclude that the issue is not with the source of the video but the way VidCutter saves a video with multiple cuts (joined together).

Comparing both files, single cuts vs multiple in MediaInfo, the only main difference I could see is that the video with multi cuts is missing the information for the below

Minimum frame rate 15.000 FPS Maximum frame rate 90 000.000 FPS Writing library x264 core 155 r2901 7d0ff22 Encoding settings cabac=0 / ref=1 / deblock=0:-1:-1 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-1 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=250 / keyint_min=15 / scenecut=0 / intra_refresh=0 / rc=crf / mbtree=0 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=0

Has anybody else experienced similar issues?

I can play the videos fine in VLC, but this is not solving the problem as other people will face playback issues.

FYI - Win10, 64bit, no issues during export/saving and smart cut disabled (same issue with enabled).

markusd1984 commented 4 years ago

Nobody else having issues with multiple cuts playing back with WMP (windows)?