[FFmpeg-user] help required to download the video

2018-05-12 Thread ksai.mb
Hi Siri want to download videos from the following site whose credentials iam giving here.https://superprofs.com/lms/loginusername : kvssrk@gmail.compassword: 123456i am using ffmpeg to download these videos for example https://superprofs.com/lms/course/309/lecture/16805i have given the command ffm

[FFmpeg-user] ffmpeg http protocol question

2018-05-12 Thread asmall
Hi all I'm xianfei. I have some problems to ask for you help. Thanks. I encode audio with ffmpeg. when I exec the command "ffmpeg -i ~/Downloads/1101_3c27ce48e0b31a7961f1e75281cfaf3d.f0.mp3 -af loudnorm=I=-16:TP=-1.5:LRA=11 -ar 48k -f mp3 out_file.mp3", the out_file.mp3 can play. when i exec

[FFmpeg-user] help required to download the video

2018-05-12 Thread ksai.mb
Hi Sir i want to download videos from the following site whose credentials iam giving here. https://superprofs.com/lms/login username : kvs...@gmail.com password: 123456 i am using ffmpeg to download these videos for example https://superprofs.com/lms/course/309/lecture/16805 i have given the

Re: [FFmpeg-user] ffmpeg dash demuxer support

2018-05-12 Thread Thomas Schmiedl
Am 12.05.2018 um 21:06 schrieb Moritz Barsnick: On Sat, May 12, 2018 at 19:26:25 +0200, Thomas Schmiedl wrote: I tested with the ffmpeg git-version. When I use './configure --list-demuxers', there is 'dash' listed. A simple './configure' does not list 'dash' in the 'configure summary report' und

Re: [FFmpeg-user] ffmpeg dash demuxer support

2018-05-12 Thread Moritz Barsnick
On Sat, May 12, 2018 at 19:26:25 +0200, Thomas Schmiedl wrote: > I tested with the ffmpeg git-version. When I use './configure > --list-demuxers', there is 'dash' listed. A simple './configure' does > not list 'dash' in the 'configure summary report' under 'Enabled demuxers'. > > Is there an ext

[FFmpeg-user] ffmpeg dash demuxer support

2018-05-12 Thread Thomas Schmiedl
Hello, I try to display a DASH-stream (this one: https://live.idnes.cz/slow/slowtv6_720p/manifest.mpd) via the xupnpd2-mediaserver (installed on the router) to my TV. xupnpd2 only supports HLS-streams. My idea is to receive the DASH-stream in ffmpeg and 'save' it as HLS-stream in the xupnpd

Re: [FFmpeg-user] dvd2concat.pl fails with lsdvd's "Couldn't read enough bytes for title." message

2018-05-12 Thread Nicolas George
桃源老師 (2018-05-12): > dvd2concat never outputs VOB file. It outputs a text file which contains VOB > relationship. > > The resulting text file can be used with ffmpeg or ffplay like the following: This information is accurate, it is what I would have answered if you had not beat me to it. Rega

Re: [FFmpeg-user] FFMpeg Exr Encoder

2018-05-12 Thread Paul B Mahol
On 5/11/18, Matthew.Alexander - The Empire Post wrote: > Hi, > > > I've been trying to use ffmpeg to speed up processes here at work, however > it has come to my attention that ffmpeg does not have an encoder for exr, > all I want to do right now is take existing EXRs and half the resolution, > ho