kylegilman / video-embed-thumbnail-generator

A WordPress plugin that generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
http://wordpress.org/plugins/video-embed-thumbnail-generator/
GNU General Public License v2.0
48 stars 27 forks source link

'.mp4' is added to every period in blog posts, after deleting generated video + thumbnail #545

Open bluebyte85 opened 2 months ago

bluebyte85 commented 2 months ago

Description:

In all blog posts, a '.mp4' extension is being appended to every period. This causes:

Cause:

The issue seems to occur because the encoded video and thumbnail are being deleted immediately after the job is processed in the Videopack queue.

Expected behavior:

The video and thumbnail are being deleted correctly. There should be no '.mp4' extension appended to other content at all.

Steps to reproduce:

  1. Upload a video and process it using Videopack.
  2. Wait until the video is processed in the queue and the status is 'completed‘
  3. Open the media library and delete the generated video an it’s thumbnail immediately after processing has finished
  4. Go to videopack-queue – the processed video has no name, image etc. (see screenshot)
  5. Go to the website an check posts for '.mp4' extension in text6.

Environment:

videopack-queue videopack-config