FFmpeg Order (Quick Extensions)

by lighfu

Version 2 (September 10, 2021)

Download (56 downloads)

By using QeFa, you can order FFmpeg.

However, it is not possible to run it on Android 11 due to permission-related issues. If you do, it should crash.

Also, there is a possibility that the specification will be changed in the future.


[Credit]
ffmpeg
mobile-ffmpeg

[license]
mobile-ffmpeg-full-gpl-4.4.LTS


This flow requires the installation of the APK for "Quick Extensions For Automate".
Download and install the latest release of the APK from the link below.
https://github.com/lighfu/AutomateQuickExtensions/releases


Notes:
It consumes a lot of memory and resources when it starts processing.
It is possible that the application may experience memory leaks.

Not all devices are supported.

You can process at the same time, but make sure that the ids are not duplicated.


● Broadcast send
Package: com.lighfu.quickextensions
Class: com.lighfu.quickextensions.orders.FFmpegOrder

Action: Order

Extras:

"id" as String: Arbitrary string (no duplication allowed)
"cmd" as String: Arbitrary execution command (ffmpeg Not required)


● Broadcast send
Package: com.lighfu.quickextensions
Class: com.lighfu.quickextensions.action.execute.ffmpeg.FFmpegCancelReceiver

Action: Order

Extras:

"id" as String: Arbitrary string (no duplication allowed)


● Broadcast receive
Action: com.lighfu.quickextensions.FFmpeg.Result.{id}

- Return extras
resultCode as Int:
0: Success
1: User Cancel
2: Failed

resultStatus as String: Message by QeFa


● Broadcast receive
Action: com.lighfu.quickextensions.FFmpeg.Statistic.{id}

- Return extras
Bitrate as Double
Size as Long
Speed as Double
Time as Int
VideoFps as Float
VideoFrameNumber as Int
VideoQuality as Float



v1: jp.21/9/5: Upload
v2: jp.21/9/11: Fix update (check enabled service)

5.0 average rating from 1 reviews

5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.