Stripping string

Hi, I have a CMS generates a string which is stored in a db

like this



a:6:{s:11:"video_thumb";
s:46:"sites/default/files/video_thumbs/12/video1.jpg";
s:21:"bypass_autoconversion";
i:0;s:11:"description";
s:0:"";
s:10:"dimensions";
s:7:"704x576";
s:17:"player_dimensions";
s:7:"704x576";
s:16:"video_thumb_file";
s:0:"";}


i want to strip them so that i can only have the img url eg


sites/default/files/video_thumbs/12/video1.jpg

how can i achieve this?
kind regards
Surf