ClipBucket video duration fix

Clipbucket repair video duration using file conversion logs of each file, if there is no log, duration fix is likely not possible.
* with log => those videos that have file conversion log
* with no log => those don't have any conversion log
{if $videos}
{foreach from=$videos item=video} {assign var=filename value=$video.file_name} {assign var=log value=func->get_file_details($filename)}
{if $fixed_array.$filename}[FIXED] {/if}{$video.title} (duration : {$vdo.duration|setTime} | Has Log :{if $log} yes{else}no{/if} )
{/foreach} {else} No videos found with duration less than or equal to 1 {/if}