gotski Active member Jul 14, 2019 #1 Hello, I do not know the reason but I have a queue of not converted videos for 3 days, is there a way to start the process and not lose the videos added by users? for XF1 worked this: php video-transcode.php <transcode_queue_id>
Hello, I do not know the reason but I have a queue of not converted videos for 3 days, is there a way to start the process and not lose the videos added by users? for XF1 worked this: php video-transcode.php <transcode_queue_id>
Solution P P Paul B Jul 14, 2019 This should work: Code: php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id> Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors.
This should work: Code: php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id> Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors.
P Paul B XenForo moderator Staff member Jul 14, 2019 #2 This should work: Code: php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id> Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors. Upvote 1 Downvote Solution
This should work: Code: php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id> Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors.