Re: [FFmpeg-user] Changing start number in segment name - ffmpeg mpeg dash encoder

2019-03-08 Thread
it seems ffmpeg had hardcode starting from 1. you could modify source code file 'libavformat/dashenc.c’ in function dash_init, member ‘segment_index' of OutputStream. i’m not sure which unexpected result would be raised up. > 在 2019年3月8日,下午2:27,Sai Balaji 写道: > > Hi, I'm trying to implement MPE

Re: [FFmpeg-user] ffplay black screen

2019-03-07 Thread
Hi, Thanks very much! After I upgrade SDL2 version 2.0.9, every thing is fine. > 在 2019年3月8日,上午12:14,桃源老師 写道: > > Hi, > >> 2019/03/08 午前0:25、桃源老師 のメール: >> >> You can fix it by using Development version of SDL2 > > My information was a bit old. Black screen on macOS 10.14 was fixed in SDL

[FFmpeg-user] ffplay black screen

2019-03-06 Thread
I am trying to use ffplay to play a video on my macOS. What I see was a black screen, no matter what file I try. When I drag the playing window to another screen (not the main screen), it’s ok. When I drag it back, it turns black again. I had try the master branch, but the problem is still. Before