-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Description:
In all blog posts, a '.mp4' extension is being appended to every period. This causes:
- Videos to appear with a double extension, e.g., 'xyz.mp4.mp4'.
- Images to show as '.jpg.mp4'
- Standard text to have the '.mp4' extension, e.g., 'Lorem ipsum dolor.mp4 Sit amet dolor lorem ipsum.mp4'.
- Comments are not affected by this issue.
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:
- Upload a video and process it using Videopack.
- Wait until the video is processed in the queue and the status is 'completed‘
- Open the media library and delete the generated video an it’s thumbnail immediately after processing has finished
- Go to videopack-queue – the processed video has no name, image etc. (see screenshot)
- Go to the website an check posts for '.mp4' extension in text6.
Environment:
- WordPress version: 6.6.2
- Plugin version: 4.10.2
-- See config on screenshot
-- See videopack-queue on screenshot - PHP version: 8.1.29
Metadata
Metadata
Assignees
Labels
No labels