hi i build the code
if anyone need it
UPDATE
wp_postsSET
post_content`=replace(post_content, ‘<!– wp:video –>’,'<!– wp:html –>’) ;
UPDATE wp_posts
SET post_content
=replace(post_content, ‘<video controls preload=”none” src=’,'[videojs_video url=’) ;
UPDATE wp_posts
SET post_content
=replace(post_content, ‘></video>’,’ preload=”metadata”]’) ;
UPDATE wp_posts
SET post_content
=replace(post_content, ‘<!– /wp:video –>’,'<!– /wp:html –>’) ;`