Re: [FFmpeg-user] Subtitle file from m3u8

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 22:06 GMT+01:00, Riho Randla : > Hello, > > I have five M3U8 files attached here. The first one links subtitles and > video streams, while the others are the lists for video streams for > different resolutions. I can download wanted stream with no problems as >

[FFmpeg-user] Subtitle file from m3u8

2018-03-17 Thread Riho Randla
Hello, I have five M3U8 files attached here. The first one links subtitles and video streams, while the others are the lists for video streams for different resolutions. I can download wanted stream with no problems as follows: ffmpeg -i "https://replayftv-vh.akamaihd.net/i/streaming-

Re: [FFmpeg-user] Can't use latest NASM with FFmpeg?

2018-03-17 Thread Reino Wijnsma
On 2-1-2018 23:17, Carl Eugen Hoyos wrote: > 2018-01-02 17:11 GMT+01:00 Reino Wijnsma : >> nasm: fatal: unable to open output file >> `/cygdrive/c/DOCUME~1/Admin/LOCALS~1/Temp/ffconf.Zrz2Fm8R/test.o' > Is it possible that the binary you tested cannot read

Re: [FFmpeg-user] how to encrypt media file into hls, and decrypt?

2018-03-17 Thread Dennis Mungai
Start by referring to HLS' muxer documentation: https://www.ffmpeg.org/ffmpeg-formats.html#hls-2 And from FFmpeg: ffmpeg -hide_banner -h muxer=hls When you're done with the documentation and are still unable to achieve that goal, come back and report the issue you're experiencing. On 15 March

Re: [FFmpeg-user] osx, all checkasm tests fail

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 2:03 GMT+01:00, GA Alexander : > make fate SAMPLES=$HOME/fate-suite, ALL checkasm tests fail Please add a little more information like your configure line, your compiler and your os. I suspect fate is broken atm but not regarding checkasm.

[FFmpeg-user] osx, all checkasm tests fail

2018-03-17 Thread GA Alexander
hello, i've build ffmpeg on travis with osx and everything seems to build and want to run tests make fate-rsync SAMPLES=$HOME/fate-suite is successful make fate SAMPLES=$HOME/fate-suite, ALL checkasm tests fail X86ASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o LD

Re: [FFmpeg-user] He aac sampling rate and time stamps

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 12:38 GMT+01:00, Ronak Patel : > Hello, > > I’m encoding my wav files to HE AAC v2 in 44kHz/32 Kbps and 44/64. Command line and complete, uncut console output missing. > Ffprobe is correctly showing that the audio is HE AAC v2 stereo with the >

[FFmpeg-user] He aac sampling rate and time stamps

2018-03-17 Thread Ronak Patel
Hello, I’m encoding my wav files to HE AAC v2 in 44kHz/32 Kbps and 44/64. Ffprobe is correctly showing that the audio is HE AAC v2 stereo with the correct sampling rate and nitrate. When I open the audio in Exoplayer or Apple’s AVURLAsset code, they report that the sampling rate is 22050kHz