Changes between Initial Version and Version 1 of Ticket #296, comment 7
- Timestamp:
- 02/18/2012 10:13:19 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #296, comment 7
initial v1 1 1 These type of files fail into a category where the main background does not change often and it is appropriate for them to have one or just a few keyframes. 2 2 3 first_keyframe_only_confused.mov and first_keyframe_only_count.mkv are the same as evbpic.avi in the sense they all only have 1 first keyframe. They also can be seeked into easily and quickly iflittle more work is performed when seeking.3 '''first_keyframe_only_confused.mov''' and '''first_keyframe_only_count.mkv''' are the same as '''evbpic.avi''' in the sense they all only have 1 first keyframe. They also can be seeked into easily and quickly if a little more work is performed when seeking. 4 4 5 no_keyframes_filecopy.avihas no keyframes and so the first frame must be artificially marked as a keyframe for it to work and then proceed with exact timestamp seeking on it.5 '''no_keyframes_filecopy.avi''' has no keyframes and so the first frame must be artificially marked as a keyframe for it to work and then proceed with exact timestamp seeking on it. 6 6 7 7 The same problem is going to exist on files where the keyframes are sparse, but more than one, in that you will notice large jumps when trying to seek with ffmpeg.


