You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing back video from #2364 (comment)) works in Electron 34.4.1 (latest v34) or earlier but does not work in Electron 35.0.0 or later. Also in Google Chrome (macOS) it does not work. Gives the error:
MediaError {
code: 3,
message: 'PIPELINE_ERROR_DECODE: Failed to send video packet for decoding: {timestamp=0 duration=40000 size=5496 is_key_frame=0 encrypted=0}',
}
Because it also gives the same error in Chrome, it should be a Chromium regression.
Seek slowdown
Seeking and playing back certain videos slows down in Electron v33.0.0 and later (works as of 32.3.3)
Whole HTML DOM goes blank while the <video> element is in view. Happens with iPhone HDR videos.
Only happens with Mac App Store signed build. This happens also in LosslessCut 3.64.0
The text was updated successfully, but these errors were encountered:
This is a mother issue regarding multiple playback / preview issues that surfaced in LosslessCut 3.65.0 (that did not exist in 3.64.0).
Here's the notable changes that are most likely to have caused this:
Observations
Reproducible problems on my computer.
Playing back remuxed video fails
Playing back video from #2364 (comment)) works in Electron 34.4.1 (latest v34) or earlier but does not work in Electron 35.0.0 or later. Also in Google Chrome (macOS) it does not work. Gives the error:
Because it also gives the same error in Chrome, it should be a Chromium regression.
Seek slowdown
Seeking and playing back certain videos slows down in Electron v33.0.0 and later (works as of 32.3.3)
macOS MAS build renderer dropout
Whole HTML DOM goes blank while the
<video>
element is in view. Happens with iPhone HDR videos.Only happens with Mac App Store signed build. This happens also in LosslessCut 3.64.0
The text was updated successfully, but these errors were encountered: