Post by johnlgalt » Sun May 16, 2021 4:30 pm
darkseid wrote:i don't know about streaming hls, hds and dash type. but i really wish to see FDM 6.x to capture video files with extension *.ts and *.m3u8 and convert it to *.mp4 before downloading and when a user start download then the files should be saved in *.mp4 format not in other format.
xvideos.com and xhamster.com have *.ts file but there is no *.mp4 support. kindly start adding this first.
Convert it?
OK, let's take a look, since that pr0n is so important....
1) what is an .m3u8 file? well, according to
https://www.lifewire.com/m3u8-file-2621956 (and my own experience with music all around), that's just a special case of an .m3u file - which is nothing but a playlist of audio files
https://www.lifewire.com/m3u-file-2621955 encoded in UTF8.
What Is an M3U8 File?
A file with the M3U8 file extension is a UTF-8 Encoded Audio Playlist file. They are plain text files that can be used by both audio and video players to describe where media files are located.
2) What is a .ts file? According to
https://www.lifewire.com/ts-file-4151262 it's a (Video) Transport Stream file.
How to Open a TS File
Video Transport Stream files stored on a DVD will play in a DVD player without needing any extra software. If you have a TS file on your computer, you can open it with a number of media players.
VLC should be your first choice since it's completely free and can open these files on Mac, Windows, and Linux. MPEG Streamclip is another option, and the Movies & TV Windows app might work too.
Another option for opening the TS file is to rename it to something that your existing media player will support, like .MPEG. Most multimedia players already support .MPEG files, and since TS files are MPEG files, the same program should also play your TS file.
So, not sure why you would want a conversion in FDM for these files.
[quote="darkseid"]i don't know about streaming hls, hds and dash type. but i really wish to see FDM 6.x to capture video files with extension *.ts and *.m3u8 and convert it to *.mp4 before downloading and when a user start download then the files should be saved in *.mp4 format not in other format.
xvideos.com and xhamster.com have *.ts file but there is no *.mp4 support. kindly start adding this first.[/quote]
Convert it?
OK, let's take a look, since that pr0n is so important....
1) what is an .m3u8 file? well, according to https://www.lifewire.com/m3u8-file-2621956 (and my own experience with music all around), that's just a special case of an .m3u file - which is nothing but a playlist of audio files https://www.lifewire.com/m3u-file-2621955 encoded in UTF8.
[quote]What Is an M3U8 File?
A file with the M3U8 file extension is a UTF-8 Encoded Audio Playlist file. They are plain text files that can be used by both audio and video players to describe where media files are located.[/quote]
2) What is a .ts file? According to https://www.lifewire.com/ts-file-4151262 it's a (Video) Transport Stream file.
[quote]How to Open a TS File
Video Transport Stream files stored on a DVD will play in a DVD player without needing any extra software. If you have a TS file on your computer, you can open it with a number of media players.
VLC should be your first choice since it's completely free and can open these files on Mac, Windows, and Linux. MPEG Streamclip is another option, and the Movies & TV Windows app might work too.
Another option for opening the TS file is to rename it to something that your existing media player will support, like .MPEG. Most multimedia players already support .MPEG files, and since TS files are MPEG files, the same program should also play your TS file.[/quote]
So, not sure why you would want a conversion in FDM for these files.