Can anyone help me create a template or some sort of field that accepts text? I was watching the below video and was wondering if i could do something like that. Im ripping alot of videos and need to copy paste the .m3u8 web address and give it a .mp4 file name. Then go into Command Prompt and paste the entire string for each video. I hate having to shift click the name field and copying and pasting into multiple windows, so im looking for a more automated solution or something that lets me do multiple instances quickly/smoothly.
It doesnt have to be done in an external program either btw if someone knows a format that can be used in notepad++ where i can just click in the field and paste that works too.
ffmpeg -loglevel warning -protocol_whitelist file,http,https,tcp,tls,crypto -i "**https://website.com/video.m3u8**" -c copy j:/RIPS/"**drone video.mp4**"
https://www.youtube.com/watch?v=5WPXquLDLVc
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
did some more research and used youtube-dl instead. i have it pointing to a text file with all of my m3u8 links. does anyone know how to use -o in youtube-dl to point to a text file for the output filenames?
so url.txt has all of the http://.m3u8 links and files.txt has all of the *.mp4 filenames.
Right now im using autonumber start at 1 but that means i have to manually rename all of the files... -
Youtube-dl is dead in the water since June and has all sorts of complications that have not been addressed. Use yt-dlp instead.
You dont need a txt file for output filenames, just use:
Code:-o "%(title)s.%(format_id)s.%(ext)s"
-
Similar Threads
-
how do i add libx264 and hevc to ffmpeg when i compile ffmpeg for ubuntu 21
By oduodui in forum Newbie / General discussionsReplies: 2Last Post: 17th Jul 2021, 04:12 -
Get the complete FFmpeg command line when using FFmpeg Batch Converter
By pascor in forum Newbie / General discussionsReplies: 8Last Post: 13th May 2021, 23:14 -
Position tags in Masaf Background Automation in Aegisub
By tamarinera in forum SubtitleReplies: 2Last Post: 26th Jul 2020, 03:17 -
[Sony Vegas] "configure fx automation" missing
By vegas13 in forum Newbie / General discussionsReplies: 8Last Post: 1st Jun 2020, 11:28 -
I am looking for a free Video Automation Playout software which one do you
By DJboutit in forum Newbie / General discussionsReplies: 0Last Post: 14th Apr 2020, 20:50