Wildlife

 Login to Donate: Login Register
Video Views: 1434

My Review

Review Form...

Reviews

Loading Reviews...
Report Video Contact JamesHurst

One thought on “Wildlife”

  1. Auto conversion on upload is failing due to this line:
    if (!$videoWidth) return; // no size detected yet

    The issue is that FFMPEG has not returned a width value by the time the above line is executed – the system lists “x” as the resolution still at this point – this of course being the x in LxW – thus the function is ended by the “return” in the above line.

    Commenting out the above line results in the conversion request successfully being sent to the queue (however as expected this fails on execution of course since the width in the executed ffmpeg command lists “x” as the video resolution)

    Looking for a possible solution as we do not wish to manually “convert”/”update” the video from the back end each time this format is uploaded.

    Thanks so much, love the plugin team!

Leave a Reply