All Projects → tanersener → react-native-ffmpeg-test

tanersener / react-native-ffmpeg-test

Licence: MIT License
Test applications for react-native-ffmpeg. Not maintained anymore. Superseded by FFmpegKitTest.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-ffmpeg-test

StarlightMusic
小而精致的跨平台音乐播放器,使用Qt / Qml + FFmpeg
Stars: ✭ 35 (+59.09%)
Mutual labels:  ffmpeg
RSS-Reader
Simple project with clean architecture
Stars: ✭ 31 (+40.91%)
Mutual labels:  test
rtsp-samsung-tv
Display RTSP streams from IP Cameras on Samsung Smart TV (Tizen TV)
Stars: ✭ 40 (+81.82%)
Mutual labels:  ffmpeg
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+790.91%)
Mutual labels:  ffmpeg
moshpit
A powerful cross-platform command-line tool for datamoshing.
Stars: ✭ 74 (+236.36%)
Mutual labels:  ffmpeg
FFmpegMetalPlayer
xcoderliu.github.io
Stars: ✭ 18 (-18.18%)
Mutual labels:  ffmpeg
jest-launchdarkly-mock
Easily unit test LaunchDarkly feature flagged components with jest
Stars: ✭ 14 (-36.36%)
Mutual labels:  test
GitHubApplication
GitHubApplication 📱 is an Android application built to demonstrate the use of modern Android development tools - (Kotlin, Coroutines, Hilt, LiveData, View binding, Data Store, Architecture components, MVVM, Room, Retrofit, Navigation).
Stars: ✭ 11 (-50%)
Mutual labels:  test
skywalking-infra-e2e
Apache SkyWalking Infra E2E
Stars: ✭ 30 (+36.36%)
Mutual labels:  test
peeky
A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
Stars: ✭ 611 (+2677.27%)
Mutual labels:  test
travis-minikube
Run minikube on Travis CI
Stars: ✭ 89 (+304.55%)
Mutual labels:  test
level-test
Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
Stars: ✭ 19 (-13.64%)
Mutual labels:  test
stub-server
Stub server for REST APIs
Stars: ✭ 14 (-36.36%)
Mutual labels:  test
kotest-gradle-plugin
A gradle plugin for Kotest
Stars: ✭ 18 (-18.18%)
Mutual labels:  test
p5.rec
🍿 p5.rec lets you record your p5.js sketches and convert them to mp4 in your browser ▶️
Stars: ✭ 70 (+218.18%)
Mutual labels:  ffmpeg
canvas-capture
Record the canvas as an image, mp4 video, or gif from the browser
Stars: ✭ 35 (+59.09%)
Mutual labels:  ffmpeg
gmock-xcode
Xcode integration for GoogleMock through XCTest
Stars: ✭ 18 (-18.18%)
Mutual labels:  test
Super-Stitch
一款视频超级拼接软件
Stars: ✭ 28 (+27.27%)
Mutual labels:  ffmpeg
wagtailvideos
Videos for Wagtail CMS, including transcoding
Stars: ✭ 43 (+95.45%)
Mutual labels:  ffmpeg
HTTP-Connectivity-Tester
Aids in discovering HTTP and HTTPS connectivity issues. #nsacyber
Stars: ✭ 79 (+259.09%)
Mutual labels:  test

react-native-ffmpeg-test

Test application for react-native-ffmpeg

Not maintained anymore, superseded by FFmpegKit and FFmpegKitTest. See react-native-ffmpeg to FFmpegKit Migration Guide.

Supports command execution, video encoding, accessing https, encoding audio, burning subtitles, video stabilisation, pipe operations and concurrent command execution.

  • Uses cocoapods to download IOS dependencies
  • Podfile
platform :ios, '11.0'

require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target "ReactNativeFFmpegTest" do

  pod 'react-native-ffmpeg/full', :podspec => '../node_modules/react-native-ffmpeg/react-native-ffmpeg.podspec'

  use_native_modules!

  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"

  pod 'React', :path => '../node_modules/react-native/'
  pod 'React-Core', :path => '../node_modules/react-native/'
  pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
  pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
  pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
  pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
  pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
  pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
  pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
  pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
  pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
  pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
  pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
  pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'

  pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
  pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
  pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
  pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
  pod 'React-callinvoker', :path => "../node_modules/react-native/ReactCommon/callinvoker"
  pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

end
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].