-
Notifications
You must be signed in to change notification settings - Fork 15
Issue when converting consecutive files #14
Comments
Hello. |
Hi sir, [ffmpeg][flv][warning] : audio stream discovered after head already parsed |
ok, I see what you mean. I will have a look |
I will look at this! The codebase is HUGE so may take a few days to track down |
Thank you sir. Will be waiting for it :) |
Hi, this should now be fixed. Be aware that due to their size the ANEs are now on Git LFS. If you have trouble pulling them (or they are 1MB when downloaded) then you may need to manually download them from a browser. Some users have trouble with LFS zips. |
Thanks for the big help sir. I'll try this out. Also does this fix includes also the ane for ios? |
I think I experienced the same on desktop in issue #12 |
The bug was inputContext.commandLine.clear(); was missing from the encode method in Android version ONLY. iOS, Win and OSX share the same source code. Android is separate. |
Noted sir. I haven't tried it out yet but really thanks for the help. I'll update you after my testing :) |
Git it working sir for android! thanks a lot :) |
Hi sir,
Good day! :) I am now using your ANE to convert video files. I implemented it in a way that the user can browse and select the file that they want to convert but unfortunately after the first file has been converted, and the user selects another file, it will process the conversion but the strange thing is that the content of the file is the same with the first video that is converted. I already checked and tried to debug the issue, and made sure that the encoding is pointing on the right file url, but the issue is still there. Do you have any idea sir what causes the issue? Will wait for your kind response good sir. :)
Thanks
The text was updated successfully, but these errors were encountered: