hassan379

Results 7 comments of hassan379

Hi @caioavidal did u find any way to achieve what u want ? I want to encode also ID3D11Texture2d using qsv and ffmpeg but no luck I was able to...

@ChristopheI thanks for your answer , but do you have any idea what can cause this issue ? where should i looking in order to solve this , or how...

@ChristopheI thanks for your answer , i achieved that by changing the parameters (width , height) of the following lines inside "FFmpegVideoEncoder.cs" with any other resolutions but this process will...

i faced this issue when trying to download this file , please can u check it for me i really want this issue to be resolved http://www.spruto.tv/get_file/5/22874f2e0f80628c9f1061967ef1481d/116000/116379/116379.mp4 thx in advance

i tested it on real device and emulator and both the same result , please fix this issue your library is very great and i only faced this issue on...

after days of hardworking i have found the source of the error , in `Asyncworker` : ``` java if (!this.isInterrupted()) { observer.rebuild(chunk); Log.i("isInterrupted()","yes"); } ``` for some reason this if...

FIXED : I fixed this issue by adding flag inside AsyncWorker , i name it as "isInturrputed" , the default value of this flag is false and became true when...