Hi sometime tubedigger does not pick up the correct video size for some videos. I was wondering how can i tell youtube.dl or ffmpeg to download video in ts rather than mp4 all the time. I looked all the pages and internet for this and none is help me out. I use windows ubuntu. But i want to use ubuntu for this much easier for me to download since im on ubuntu all the time.
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 6 of 6
-
-
To force youtube-dl to download .ts and avoid ffmpeg processing:
Code:--hls-prefer-native --hls-use-mpegts --fixup warn
-
Thanks when I get a chance ill test it out. Ill report back on how it went.
-
Or specify an output name with the extension .ts.
youtube-dl -o filename.ts URL
Though Vidd's method is better because it muxes to ts directly. The method I gave first downloads the native format then re-muxes to ts.Last edited by jagabo; 9th May 2018 at 19:02.
-
I just realized the parameters I posted will only work with HLS streams.
Use the switches I posted along with jagabo's suggestion of the .ts extension. If the stream is direct http or rtmp, the .ts extension should mux it to .ts. -
Thanks for both of your guys helps. Vidd I first tried your command it did not work on two of the links i needed maybe cause the links were not hls. But if i run across any hls protected links ill use yours. jagabo your command works great for for two of the links I needed so far. Thanks again for your help.
Similar Threads
-
cannot download youtube video
By Anonymous in forum Video Streaming DownloadingReplies: 4Last Post: 6th Mar 2017, 00:45 -
download youtube video which is not available in your country
By pooksahib in forum Video Streaming DownloadingReplies: 6Last Post: 25th Dec 2016, 07:58 -
How to download video using Youtube-dl
By rogue2020 in forum Video Streaming DownloadingReplies: 1Last Post: 5th May 2016, 16:28 -
how to Download Blocked Video From Youtube
By Aashik Alam in forum EditingReplies: 10Last Post: 18th Nov 2015, 01:09 -
Inability to download Youtube video by Youtube Downloader HD
By jgp123 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Nov 2015, 05:03