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
{foreach $videos as $video} {/foreach}
# Title Duration Has Log Status
{$video.videoid} {$video.title} {if $fixed_array.$filename}Fixed{/if} {$video.duration|setTime} {if $log}Yes{else}No{/if} {$video.status}
{if !$videos}
No videos found with duration less than or equal to 1
{/if}