From 2b2f3955588332b7f11178b45a2542e615985da1 Mon Sep 17 00:00:00 2001 From: Gael Connan Date: Tue, 14 Jan 2025 18:57:17 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d0a76d..69c8719 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ You may use the `CLIENT_NOTIFICATION_ROUTE` env variable if you have a custom no ### Chunk a file in Artisan Tinker +To test video transcoding for chunked uploads, you need to cut a videofile into at least two pieces. There is no additional change to the files. It is important that both chunks have the same filename, else they cannot be joined on the other side. Place a file called `test.mp4` in the `storage/app` folder. ```php