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
When I tried to HLS playback frame 202 having 203 frame and 204 having 205 frame number. This I had verified by collected HLS stream as mp4 and converted mp4 each frame as jpg.
Hello,
Configured the Kaltura with mapped mode with below configuration and clipping the video starting from I frame.
In order to measure the frame accuracy embedded the frame number using ffmpeg in mp4 file(30fps) below command.
ffmpeg -i Big_Buck_Bunny_720_10s_20MB.mp4 -vf "drawtext=fontfile=Arial.ttf: text='%{frame_num}': start_number=1: x=(w-tw)/2: y=h-(2*lh): fontcolor=black: fontsize=20: box=1: boxcolor=white: boxborderw=5" -r 30 -g 60 -keyint_min 60 -sc_threshold Big_Buck_Bunny_720_10s_20MB_emd.mp4
Below is the JSON file:
When I tried to HLS playback frame 202 having 203 frame and 204 having 205 frame number. This I had verified by collected HLS stream as mp4 and converted mp4 each frame as jpg.
Please find the attached Input and output mp4 file(HLS to mp4).
https://github.com/user-attachments/assets/3b45c355-139f-414c-adb3-e0494ba0506a
https://github.com/user-attachments/assets/de029fac-2ab5-48b8-a042-f003beea8376
Please let me know any more info is required.
The text was updated successfully, but these errors were encountered: