update($data['rid'], array('duration' => $info['duration'])); if (isset($info['width'])) C::t('pichome_resources')->update($data['rid'], array('width' => $info['width'], 'height' => $info['height'])); C::t('pichome_resources_attr')->update($data['rid'],array('isget'=>1)); return false; }else{ C::t('pichome_resources_attr')->update($data['rid'],array('isget'=>-1)); } } catch (\Exception $e) { runlog('ffmpeg', $e->getMessage() . 'rid:' . $data['rid']); C::t('pichome_resources_attr')->update($data['rid'],array('isget'=>-1)); } } }