-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoding artifacts,.. #31
Comments
Not that interesting unless it still has issues when muxed to mkv. Basically mpeg/mpegts/elementary streams will have issues the way things are done. It's been documented since day one. |
Good to know. Works fine when I remux the file to mkv using mkvmerge beforehand. |
Adding observation by @HolyWu, this file has different completely linear decode output with different number of threads. Will see if FFmpeg developers are interested or at least investigate it a bit more. As usual it's h264... |
I have such a file (m2t, from an HDV camera) that nothing can read without errors except Vegas (BS, ffms2, lwliba can't handle it). Mux it to mkv and report if the problem persists? BTW. Should I also report the problem with VFR with the test video? The video is ok, but when converting to CRF (fpsden=50) the sound gets out of sync. |
Are you sure the file hasn't been corrupted somehow? If you want to share it I'll take a look but don't expect more than an explanation of where things break. |
Yes, there are some glitches in the packages. [mpegts @ 0000014dd36a1080] Packet corrupt (stream = 0, dts = 60861600). Copying with ffmpeg -c copy to mkv doesn't help. The m2t file itself plays correctly in MPC. |
Not sure how interesting it is at this point of the development, but with the attached source 00006.zip the filter (like software based LWLibavSource shows artifacts, no artifacts with FFMS2, LWLibavSource with hardware decoding or DGDecNV).
The text was updated successfully, but these errors were encountered: