Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
This topic has 9 replies, 2 voices, and was last updated 3 years, 11 months ago by Szabi – CodeRevolution.
-
AuthorPosts
-
-
December 14, 2020 at 7:59 pm #2394
Hi Sbazi,
I am trying to integrate your plugins to make them do the following:
1. Select a set of random words
2. Select a set of random pictures related to the words
3. Select a random mp3
4. Combine the photos to make a slideshow with the chosen words over them and the mp3 beat below them. Ideally, Id like the photos and words to have movement.
5. Livestream the created video to YouTube plus our website.
I understand all the piece just having a hard time making it work. You can see whats happening here https://thewordserver.com
I welcome any help and direction, Much thanks! Max
-
December 14, 2020 at 8:49 pm #2395
Hello,
First of all, thank you for your purchase.
I will make tomorrow a tutorial video showing the entire process, starting from images and ending with the live stream. I will share the video here when it is uploaded.
Regards, Szabi – CodeRevolution.
-
December 15, 2020 at 6:12 am #2396
This reply has been marked as private. -
December 15, 2020 at 10:20 am #2397
In case of the above error, it seems that ffmpeg did not manage to create the video and encountered some kind of error in it’s processing. Please check the ‘Activity and Logging’ menu of the ‘Automatic Video Creator’ plugin. There should be more info on this issue, logs coming from ffmpeg.
Regards.
-
December 15, 2020 at 6:57 pm #2398
Hello,
Tutorial video will be released in 1 hour from now, here: https://www.youtube.com/watch?v=hr50hwHomhk&feature=youtu.be
Regards.
-
December 15, 2020 at 9:00 pm #2399
This reply has been marked as private. -
December 17, 2020 at 5:24 am #2406
This reply has been marked as private. -
December 17, 2020 at 7:47 am #2407
Hello,
I updated the MP3omatic plugin to v1.1.0.1 on your site, can you check, please, if this helped solve this issue you encountered?
Let me know.
Regarads,
Szabi – CodeRevolution. -
December 18, 2020 at 1:08 am #2410
Hi Szabi,
Thanks for your help. No it didnt help with the video creations issue. In fact, I turned off the MP3 plugin and tried to create a video manually and it still did not work.
-
December 18, 2020 at 9:21 am #2411
Hello,
I checked your site and it seems that the issues is caused by a ffmpeg incompatibility.
Because ffmpeg misses a module, the ‘Automatic Video Creator’ plugin cannot use the ‘Add Text To Video’ settings field on your site, to add text over videos that it creates.I remove the value from the ‘Add Text To Video’ settings field and now video creation works. https://thewordserver.com/2020/12/18/street-dancer-hip-hop-action/To fix text over videos, please follow the below steps:Currently, your
ffmpeg
does not support the drawtext filter. It is missing the configure option--enable-libfreetype
which is required for this filter.Either compile
ffmpeg
with this option, or just download an already compiledffmpeg
build. Of course you will then have to ensure that your script is executing your newffmpeg
.ORThe error with
drawtext
happens when your ffmpeg is compiled without libfreetype.solution for mac os:
# If ffmpeg is already installed, you need to uninstall it. brew uninstall --ignore-dependencies ffmpeg # you may very well want to specify other options brew install ffmpeg --with-freetype https://stackoverflow.com/questions/48006872/no-such-filter-drawtext
-
-
AuthorPosts
The topic ‘Automatic Video Creator + Imagotmatic + MP3omatic + Multilive Setup’ is closed to new replies.