Mohammed Zaheer

Results 9 comments of Mohammed Zaheer

@PriyaSen699, Please remove the space from -i `String[] auidoMixCmd3={"-i",""+m1.getPath(),"-i",""+m2.getPath(),"-filter_complex [0:0][1:0] amix=inputs=2:duration=first:dropout_transition=0 -codec:a libmp3lame -q:a 0:-f mp3",outputDirectory2.getPath()};` Hope this works!

> Please do not randomly tag contributors. Okay Request you please help me out in resolving my issue.

> have you tried -threads > add "-threads", "50" just before -preset and check if it increases the speed. no i have not used threads Let me try this, and...

> have you tried -threads > add "-threads", "50" just before -preset and check if it increases the speed. @yadavkohi, I tried adding this "-threads", "50" But, i have again...

> Hello, > > Scaffold apply some margins / paddings and also can contain an AppBar. I suggest first of all to not use the context of MediaQuery but the...

> Thank you for the report. Does the example app sample with the scan window work for you? If that one does work, then, as stated above, I suggest checking...

> Try constraints instead of MediaQuery ? @EArminjon Yes, tried no luck.. Sorry, I missed you mentioned you that `MobileScanner` is wrapped inside the `FutureBuilder`. Where `FutureBuilder` is the parent...

> That should not make any difference, in that case just use the `BuildContext` of the `FutureBuilder` ? Not working :( :(

> Can you post a complete minimal working example? Starting from the main() function, including only the relevant widgets to reproduce the problem? Sure, will share..