Metube
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsMetube
Metube is the best actor to get link download videos from youtube. It's very simple to use, just copy the link from youtube and paste it into the actor and run. Wait a second, you will get links to download videos from youtube. Open the link download the video in the browser and download it.
I would like to start using your actor, but in the test we have seen that it is not providing the links to Video+Audio higher than 720p How can we get the links to audio + video of videos of higher definitions?
Sorry for reply late. YouTube separates audio and video for anything better than 720p, so the actor will not download higher than 720p.
How can I merge then the two files into a video with audio?
How can I merge then the two files into a video with audio?
You can use ffmpeg to do this. You can use the following command to merge the two files into a single video file with audio: Example: (This will merge the two files into a single video file with audio, and the output file will be named outPutFile.mp4
ffmpeg -i "videoFile.mp4" -i "audioFile.mp3" -shortest outPutFile.mp4
You can check more details about the ffmpeg command here: https://ffmpeg.org/ffmpeg.html
Hi Thank you very much for your support. How shall we enter the commands in the actor when we need to add things such as user agents or other commands that require to use "", spaces or commas? We are finding difficult to find the right sintaxis to use within the actor, following ffmpeg documentation Example: if we need to enter the following command ffmpeg -i " http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4505375054001&pubId=2924921183001&playerId=3823902637001&lineupId=&affiliateId= " -vcodec copy -acodec copy -bsf:a aac_adtstoasc output.mp4 or this one ffmpeg -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" -referer " https://videos.sproutvideo.com/embed/4d9fdab61e1aedc9c4/5c8d098fbc883ed9?signature=m0FDmBnrhi7tHxS60bTQFm3GXow%3D&access_grant_id=0a9cdbb51e1ce6c63887&downloads=&expires=1706035664&has_access=true&host=ecchorights.com&login_id=e89bdab6101163&session_watermarks=false&url=https://ecchorights.com&valid_credentials=true&vemail=eduard.marti@blueomp.com " -i " https://hls2.videos.sproutvideo.com/85fef2a24fb68df76ef3bde99057f14e/e33e1032dcf563bd85ed413d39538b05/video/index.m3u8?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9obHMyLnZpZGVvcy5zcHJvdXR2aWRlby5jb20vODVmZWYyYTI0ZmI2OGRmNzZlZjNiZGU5OTA1N2YxNGUvZTMzZTEwMzJkY2Y1NjNiZDg1ZWQ0MTNkMzk1MzhiMDUvKi5tM3U4P3Nlc3Npb25JRD0yN2VkMjEyNS05ZWE0LTRkM2EtOWYyZi0xNmE3ZGYxNmQzYWUiLCJDb25kaXRpb24iOn... [trimmed]
Hi, use ffmpeg inside Apify actor will take a lot of cost. I suggest you to use ffmpeg inside your local machine.
I also deployed a simple web server to convert video here. You can use it for free. https://www.metube.one/
Email me(buithaibinh@gmail.com) if you need more help.