bughelp wanted
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Hi,
I am using javacv 1.0 for creating a video and using setTimestamp method of FFmpegGrabber class. The analysis is as:
- When i set timestamp in FFmpegGrabber as duration of video(which should be point to last frame) and again set as start of the video(which should be point to first frame) it returns same frame number in both cases from the method of getFrameNumber.
- If i set start time first and then end time the returned frame number is correct.
- Grabbing the frame from last by setting the frame number in reverse as n, n-1, n-2.....1st and creating the video, it seems that i am not getting all frames and created video is not smooth(its jumpy).
- Also tested MPEG4 codec is not working in 1.0 (it throws error in recorder like image height>0 width >0)and i have to used H264 codec.
I have tried with grab and grabImage method both. Please help.