Aquileo | Activity for FFmpeg for Androidhttps://sourceforge.net/p/ffmpeg4android/activity/Recent activity for FFmpeg for AndroidenTue, 11 Jul 2017 05:02:19 -0000Aquileo | Rajeswari posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#a357Hi, I am facing error while building libraries. I have NOT applied any of my customizations in Android_configuration.mk and proceeded for build with "mm" command. SOURCE DOWNLOAD: Downloaded ffmpeg-HEAD-aa86ccc.android.tar.gz Extracted it and placed the source folder "ffmpeg-android" in "/android/external" folder. ANDROID TOOL CHAIN: The following are the highest versions of tool chains available in folder /android/ndk/toolchains - 1.aarch64-linux-android-4.9 2.aarch64-linux-android-clang3.5 3.arm-linux-androideabi-4.9...RajeswariTue, 11 Jul 2017 05:02:19 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#a357Aquileo | venkatesh babu modified a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0f/d84cHI Obucina, Thanks for the response. I am new to Android platform development. So...venkatesh babuMon, 02 Nov 2015 08:31:27 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0f/d84cAquileo | venkatesh babu posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0f/d84cHI Obucina, Thanks for the response. I am new to Android platform development. So...venkatesh babuMon, 02 Nov 2015 08:30:32 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0f/d84cAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0fHello, Just locate binaries in $OUT folder, and copy them to the target phone. You...ObucinaTue, 27 Oct 2015 14:49:48 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89/4c0fAquileo | venkatesh babu posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89Hi, I am able to sucessfully build ffmpeg for android in my android source root dir/external....venkatesh babuMon, 26 Oct 2015 06:59:53 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/64633f6c/?limit=25#1e89Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789/2508/163eyes, i get it work now, but here is another problem, in the latest version of ffmpeg4android,...derekzhuoWed, 17 Jun 2015 06:11:53 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789/2508/163eAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789/2508it works as any other muxer, you just need to look into possible options (number...ObucinaTue, 16 Jun 2015 17:33:47 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789/2508Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789thanks, i notice that the cmd line tool could used to segment stream, but i need...derekzhuoTue, 16 Jun 2015 02:05:13 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9f/a789Aquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9fFFmpeg contains HLS muxer, it may be easily used from command line. It will cut Your...ObucinaMon, 15 Jun 2015 23:57:53 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#bb9fAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#621dIf You are just trying to remux some stream, and do not try to calculate PTS/DTS...ObucinaMon, 15 Jun 2015 23:51:41 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#621dAquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#b310Guys, I am working on a hls segmenter on android which doesn't contain the tool,...derekzhuoMon, 15 Jun 2015 02:16:32 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/67e64a94/?limit=25#b310Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#41a0Thanks, but it doesn't always happen, some input stream work fine, while some not,...derekzhuoMon, 15 Jun 2015 01:48:03 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#41a0Aquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#c1b3I guess You are setting invalid values to the PTS fields of frames You want to mux....ObucinaFri, 12 Jun 2015 08:03:00 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#c1b3Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#feb3does anyone know how these happen, and how to solve this? which is caused by the...derekzhuoFri, 12 Jun 2015 03:11:08 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/3088bdbc/?limit=25#feb3Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#ca3fthanks any way!derekzhuoSat, 25 Apr 2015 15:36:56 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#ca3fAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#274bSorry, I cant tell anything without debugging.ObucinaSat, 25 Apr 2015 12:47:10 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#274bAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/883002d8/?limit=25#6450Sorry, I am not sure what are You asking me. Please be more precise.ObucinaSat, 25 Apr 2015 12:45:28 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/883002d8/?limit=25#6450Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#2dd3to tranform video format, instruction is like this: $ffmpeg -i video.avi video.ts...derekzhuoSat, 25 Apr 2015 08:35:11 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#2dd3Aquileo | derekzhuo modified a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0a/bab8The tool ffmpeg compile with static lib in the project work fine, but ffmpeg(shared...derekzhuoFri, 24 Apr 2015 15:47:02 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0a/bab8Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0a/bab8The tool ffmpeg compile with static lib in the project work fine, but ffmpeg-static...derekzhuoFri, 24 Apr 2015 15:46:13 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0a/bab8Aquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0aMIssing sincos is a long known problem I reported a while ago. However, there is...ObucinaFri, 24 Apr 2015 11:41:06 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178/9d0aAquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178plus, the tool i wrote compiled with static-lib could work well, does not work well...derekzhuoFri, 24 Apr 2015 09:45:49 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#6178Aquileo | derekzhuo posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#58cdGot the latest version ffmpeg4android, and compile it on my platform using ndk-r9d,...derekzhuoFri, 24 Apr 2015 09:43:49 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/f72471f0/?limit=25#58cdAquileo | Roee Aizman posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/883002d8/?limit=25#b3d1Hello. Is the ffmpeg4android is the same as ffmpeg for android? If no can u provide...Roee AizmanWed, 25 Mar 2015 16:09:00 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/883002d8/?limit=25#b3d1Aquileo | Obucina committed [5a7c8e]https://sourceforge.net/p/ffmpeg4android/code/ci/5a7c8e996caa7b94e6f98ab25d29c016c51325c6/Updated for latest FFmpeg releasesObucinaTue, 18 Mar 2014 17:41:40 -0000https://sourceforge.net/p/ffmpeg4android/code/ci/5a7c8e996caa7b94e6f98ab25d29c016c51325c6/Aquileo | Obucina committed [cfb7b1]https://sourceforge.net/p/ffmpeg4android/code/ci/cfb7b1be492e9b0db5efd88179607e1a6ccdeae8/Updated for latest FFmpeg releasesObucinaTue, 18 Mar 2014 17:41:40 -0000https://sourceforge.net/p/ffmpeg4android/code/ci/cfb7b1be492e9b0db5efd88179607e1a6ccdeae8/Aquileo | FFmpeg for Android released /20140318/ffmpeg-2.1.4.android.tar.gzhttps://sourceforge.nethttp%3A//sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-2.1.4.android.tar.gz/downloadFFmpeg for AndroidTue, 18 Mar 2014 15:26:03 -0000http://sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-2.1.4.android.tar.gz/downloadAquileo | FFmpeg for Android released /20140318/ffmpeg-HEAD-aa86ccc.android.tar.gzhttps://sourceforge.nethttp%3A//sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-HEAD-aa86ccc.android.tar.gz/downloadFFmpeg for AndroidTue, 18 Mar 2014 15:26:03 -0000http://sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-HEAD-aa86ccc.android.tar.gz/downloadAquileo | FFmpeg for Android released /20140318/ffmpeg4android.readmehttps://sourceforge.nethttp%3A//sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg4android.readme/downloadFFmpeg for AndroidTue, 18 Mar 2014 15:25:05 -0000http://sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg4android.readme/downloadAquileo | FFmpeg for Android released /20140318/ffmpeg-0.7.16.android.tar.gzhttps://sourceforge.nethttp%3A//sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-0.7.16.android.tar.gz/downloadFFmpeg for AndroidTue, 18 Mar 2014 15:25:05 -0000http://sourceforge.net/projects/ffmpeg4android/files/20140318/ffmpeg-0.7.16.android.tar.gz/downloadAquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/e7e4/Thank You for Your contribution.ObucinaFri, 03 Jan 2014 04:39:04 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/e7e4/Aquileo | wahwah modified a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/320f/Hi. The warning was issued in libavcodec, effectively breaking the build. After patching...wahwahThu, 02 Jan 2014 02:08:29 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/320f/Aquileo | wahwah posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/320f/Hi. The warning was issued in libavcodec, effectively breaking the build. After patching...wahwahThu, 02 Jan 2014 02:08:15 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/b4a92866/320f/Aquileo | sabbir posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/dc60/I have successfully enable tls/openssl, thanks for your help :DsabbirWed, 25 Dec 2013 12:39:53 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/dc60/Aquileo | sabbir posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/f513/And where i need to --enable-openssl, i do it in Android_configuration.mk files configuration...sabbirWed, 25 Dec 2013 09:51:37 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/f513/Aquileo | sabbir posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/778f/I usually just run "mm" to built. If i change the files as u mentioned then it recreated...sabbirWed, 25 Dec 2013 09:20:19 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/778f/Aquileo | Obucina posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/6934/Yes, it is possible to enable it. First, add --enable-openssl to a configure command...ObucinaTue, 24 Dec 2013 16:05:59 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/6934/Aquileo | sabbir posted a comment on discussion General Discussionhttps://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/bfac/I have worked using your project, and it works fine. Now i want to tls from ffmpeg(you...sabbirTue, 24 Dec 2013 13:00:38 -0000https://sourceforge.net/p/ffmpeg4android/discussion/general/thread/4fa74125/bfac/