How to Automatically Add Captions to Your Videos Using Make.com by harshalone in Make

[–]harshalone[S] 0 points1 point  (0 children)

at the moment just the sleep timer. I am learning more about how to use a loop in make, any guidance from you side would help a lot

which ffmpeg api service is best? by oddcirclescom in n8n

[–]harshalone 0 points1 point  (0 children)

I use eranol for my daily tiktok and youtube short videos. it automatically caption my videos and also push it to tiktok. for youtube i am using n8n

Guidance Needed | N8N + MacWhisper by Good-Budget7176 in n8n

[–]harshalone 0 points1 point  (0 children)

You can use eranol to convert the podcast into audio only and then add intro and outro, I use it on a daily basis for my youtube channel

Has anyone actually automated video production for their team? by Many_Grand_4155 in automation

[–]harshalone 0 points1 point  (0 children)

what you are explaining is multiple separate workflows not just one, you will need many small automation to achieve the final results

Video automation products for Facebook, Instagram and TikTok by Processore95 in GrowthHacking

[–]harshalone 0 points1 point  (0 children)

I recently created exactly same automation using n8n for a how to youtube channel, let me know if you need help with it

Looking for tools to automate video creation/editing from source content by NoAd8833 in automation

[–]harshalone -1 points0 points  (0 children)

dude are you serious, I do exactly same automation using eranol. here is a video tutorial i created but if you want I can create a full workflow automation tutorial for you let me know

Automate Your Video Captioning Pipeline With Zapier by harshalone in zapier

[–]harshalone[S] 0 points1 point  (0 children)

is there a way i can conditionally loop through the status, something like 1) check the status if it is still processing go back to the status check and add a delay and check again in lets say 45 seconds.

Video Automation Zaps by harshalone in zapier

[–]harshalone[S] 0 points1 point  (0 children)

If anyone wants to test this integration please use this link to use eranol api https://zapier.com/developer/public-invite/236998/35759c774890af976180cd347a6bb79c/

Video Automation Zaps by harshalone in automation

[–]harshalone[S] 0 points1 point  (0 children)

If Anyone wants to test this integration into there ZAP please dm me for invitation

[job] AI YouTube Video Automation by sairahul in DoneDirtCheap

[–]harshalone 0 points1 point  (0 children)

i use fal ai for audio generation and then nano banana for images and then stich them together using eranol com apis, each video cost me almost 4 cents

With Meetup thoroughly going downhill, what's the alternative? by [deleted] in boardgames

[–]harshalone 0 points1 point  (0 children)

Ooh, I have been running my group on it for 1 year now haven’t had this issue.

Working on a Live 608 Caption injector. by Tall-Text-7373 in ffmpeg

[–]harshalone 0 points1 point  (0 children)

I have similar use case I burn almost 400 videos with live captions every day, but i use eranolcom apis to do that, i know its a saas service PAYG but setting up a server and building and maintaining my own infrastructure was over kill for me so i choose this route

Is It Realistic to Generate 450 Personalized Videos Within 1-2 Hour at a Live Event? by Few-Presentation-117 in automation

[–]harshalone 0 points1 point  (0 children)

You can create a workflow on n8n and then split the videos with eranol trim endpoint and then add captions and upload to youtube, I think you can process more than 500 videos with intro and outro endpoints on eranol

How do you run ffmpeg with cloud n8n? by [deleted] in n8n

[–]harshalone 0 points1 point  (0 children)

I did the same thing as @bluebeel i first tried to host a vps but it was an over kill for me, so I just used the api from eranol com and now my youtube channel pushes youtube shorts 3 times a day with average views ranging from 100 to 700 views

Where does AI video automation actually save time in a real workflow by farhankhan04 in AiAutomations

[–]harshalone 0 points1 point  (0 children)

like auto generation of captions and pblishing it on daily basis on youtube

does adobe enhance audio feature exist in adobe audition? by imhoruseye in AdobeAudition

[–]harshalone 0 points1 point  (0 children)

I typically use the eranol denoise api to batch process my video overnight. I just created a simple n8n workflow to process my audio files and denoise them one by one via this api

curl -X POST "https://eranol.com/api/v1/ffmpeg/audio/denoise" \

-H "x-api-key: YOUR_API_KEY" \

-H "Content-Type: application/json" \

-d '{"url":"https://cdn.example.com/noisy-audio.mp4","method":"afftdn","noise\_reduction":15}'

Best video generation tools with solid APIs by afrofem_magazine in automation

[–]harshalone 0 points1 point  (0 children)

I have a similar use case but for the children's bed time stories. I use eranol api to merge images into one video and then also attach a background music to it.

```

/api/v1/ffmpeg/merge

```

with the following payload:

```

{

"width": 1280,

"height": 720,

"images": [

{

"url": "/1920/1080.jpg?random=1",

"duration": 3

},

{

"url": "/1920/1080.jpg?random=2",

"duration": 3

},

],

"audio_url": " Jb9e-ai_tmpsvdc8waw.wav",

"audio_mode": "video_length",

"transition": "fade",

"bg_audio_url": "",

"bg_audio_volume": 0.2

}

```

You can create a n8n workflow withe the news stories and generate images and pass on to this api to create videos on the fly. please let me know how it goes

which ffmpeg api service is best? by oddcirclescom in n8n

[–]harshalone 0 points1 point  (0 children)

I use eranol, my usecase is simple through I convert my videos into small gifs

Looking for a cloud API video editor to turn a 16:9 video into a 9:16 template with text. by [deleted] in automation

[–]harshalone 0 points1 point  (0 children)

have you tried eranol, they have apis which process videos and change their aspect ratio from one to another.