Giter Club home page Giter Club logo

android-video-editor's Introduction

介绍

  • 本项目是一款Android视频编辑项目,功能有视频拍摄,视频裁剪,视频滤镜,视频压缩。
  • 本人只是将以下几大优秀开源框架集成到一起,以实现一个较完整的视频编辑器。

效果图

video-editor
video-editor
video-editor
video-editor



感谢

About

  • 亲, 喜欢就 star 一下吧~

License

       Android-Video-Editor  Copyright (C) 2018  LLhon [email protected]
       This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
       This is free software, and you are welcome to redistribute it
       under certain conditions; type `show c' for details.

   The hypothetical commands `show w' and `show c' should show the appropriate
   parts of the General Public License.  Of course, your program's commands
   might be different; for a GUI interface, you would use an "about box".

     You should also get your employer (if you work as a programmer) or school,
   if any, to sign a "copyright disclaimer" for the program, if necessary.
   For more information on this, and how to apply and follow the GNU GPL, see
   <http://www.gnu.org/licenses/>.

     The GNU General Public License does not permit incorporating your program
   into proprietary programs.  If your program is a subroutine library, you
   may consider it more useful to permit linking proprietary applications with
   the library.  If this is what you want to do, use the GNU Lesser General
   Public License instead of this License.  But first, please read
   <http://www.gnu.org/philosophy/why-not-lgpl.html>.

android-video-editor's People

Contributors

llhon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-video-editor's Issues

改变录制时间,比如10分钟

我在com.cjt2325.cameralibrary/JCameraView中,143行代码 duration = a.getInteger(R.styleable.JCameraView_duration_max, 600 * 1000); //没设置默认为10s
中改变为600秒,结果还是没反应

怎么进行宽高的裁剪?

可否增加宽高的选择框,来根据宽度、高度裁剪一部分区域,然后再带上你这个帧裁剪 ,就完美了

How to include more filters effects?

I've seen that the effects library on which it was based has updated with bug fixes and the inclusion of other effects. How can I include the new openGL effects files in the library?

Can someone help on error? 有人能帮忙看一下这个报错么?

2020-10-02 01:18:04.254 10033-10101/? E/ModuleIdSetter: exception when setting module id
java.lang.IllegalStateException: Unable to get current module info in ModuleManager created with non-module Context
at com.google.android.chimera.config.ModuleManager.getCurrentModule(:com.google.android.gms@[email protected] (120700-330018294):2)
at afgl.a(:com.google.android.gms@[email protected] (120700-330018294):4)
at afgo.b(:com.google.android.gms@[email protected] (120700-330018294):9)
at afcw.a(Unknown Source:0)
新手一个 刚刚下载了 然后把所有都改成androidx了已经 结果开了app点击拍摄或相册 只要拍摄结束或者选了相册里的视频就会退出app报错
a newbie here, jus downloded this and changed all the old supports from android to androidX, able to launch app but when chosen video from gallery or finish taking video with camera, app will crash with this error, pls help

Some time video frames are not changing

Hello,
You have create very good demo. Thank you so much. It will too much help me as I am new in video editing.
I got issue sometime to play video.
Video is playing but is shows same frame. Then frame is not update. Then again I will app and open again then is video will play properly but again suddenly video frame will not change but sound will playing.
Please help me to solve this.

Gradle Error

Hello.

i use this by android studio 3.2.1 version

implementation 'com.googlecode.mp4parser:isoparser:1.1.21'
implementation 'org.aspectj:aspectjrt:1.9.2'
annotationProcessor 'org.aspectj:aspectjtools:1.9.2'

and gradle return this error

Error: Program type already present: org.aspectj.internal.lang.reflect.AdviceImpl$1
Error: Program type already present: org.aspectj.internal.lang.annotation.ajcDeclarePrecedence

what is problme ?

Project gives Compiler error when run on Android studio 3.1.4

error: package com.coremedia.iso.boxes does not exist
error: package com.googlecode.mp4parser.authoring does not exist
error: package com.googlecode.mp4parser.authoring.container.mp4 does not exist
error: package com.googlecode.mp4parser.authoring.tracks does not exist
error: package com.googlecode.mp4parser.authoring.tracks does not exist

how to fix this.

画面卡住,声音还在播放

你好,选择完视频进入裁剪页面,视频画面卡住不动,声音还在继续,是什么问题导致的?机型:华为荣耀7X,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.