https://bugs.kde.org/show_bug.cgi?id=509101
--- Comment #7 from Uwe Dippel <[email protected]> --- I don't know if this helps, I do hope so! ffmpeg -ignore_unknown -i Anaheim.ts -ss 0 -t 60 -map 0 -c copy Try_out_white_1.ts (Anaheim.ts has a length of 01:48:28.62 according to ffmpeg) This one is fine, can be edited, saved, loaded. (I thought that I had a workaround, but:) ffmpeg -ignore_unknown -i Anaheim.ts -ss 0 -t 22:22:22 -map 0 -c copy Try_out_white_all.ts once again fails as before. So it looks like the end is the problem? Let's try: ffmpeg -ignore_unknown -i Anaheim.ts -ss 0 -to 01:46:00 -map 0 -c copy Try_out_white_no_end.ts YES! This works. Audio is very much out of sync, though. I'm not an expert on this, but it looks strange: you can set a cut point at second 23 in a clip of close to two hours, and it fails. You cut off the last few minutes of that clip, and the cut at second 23 works. -- You are receiving this mail because: You are watching all bug changes.
