pawaom
pawaom
Mute a part of video and add new audio to video I was testing this library these are the various scenarios we are testing Mute a part of video, For...
How can we add filters to the videos Can we add Filters like these https://github.com/MasayukiSuda/GPUVideo-android If yes how can we do it.
Gettrackformat returned null for 1/3 sources error I am trying to merge 3 videos 1 is a Mkv file 2 is a 3gp file 3 is avi file merging the...
Can we part of video like this https://github.com/fahimfarhan/SimpleVideoEditor/blob/dev/docs/crop.png There is a similar implementation , based on ypresto/android-transcoder. https://github.com/fahimfarhan/SimpleVideoEditor Can this library include this feature
**please complete the following information:** - OS version: [e.g. Win 10] - Editor: [e.g. Android Studio] - Editor version: - Programming language: [e.g. js, ts, Java,Kotlin] - TabNine extension version:...
``` public ArrayList FolderFilesList(Context context, String FolderPath) { //folder-exclude-sub-folders ArrayList songs = new ArrayList(); String[] columns = { MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE, MediaStore.Audio.Media.ARTIST, MediaStore.Audio.Media.DURATION, MediaStore.Audio.Media.DATA, MediaStore.Audio.Media.ALBUM, MediaStore.Audio.Media.ALBUM_ID, MediaStore.Audio.Media.TRACK, MediaStore.Audio.Media.ARTIST_ID, MediaStore.Audio.Media.DISPLAY_NAME, }; String...
merge audio with video and volume customization I am trying to merge audio and video using following command String[] complexCommand = {"-i",STORE_DIRECTORY,"-i",yourRealPath,"-filter_complex","[0:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.5[a1];[1:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.8[a2];[a1][a2]amerge,pan=stereo:c0
can we use hardware acceleration for ffmpeg like these https://trac.ffmpeg.org/wiki/HWAccelIntro and http://net-zeal.de/hardware-acceleration-for-video-encoding-decoding-with-ffmpeg/ will it help to speed up the process I am a ffmpeg novice please help
Do we need to share our software code If we use WritingMinds/ffmpeg-android It just mentions this is LICENSE.GPLv3 , it requires we share our source code, Does it need to...
can we add animated sticker (gif) tried it but the sticker is not animated how can that be done