All Projects → hitchao → Jvedio

hitchao / Jvedio

Licence: gpl-3.0
Windows desktop application to manage local video;Support baidu AI, youdao translation;Support FFMPEG video processing;Support multi-database management and statistics;Support skin switching

Projects that are alternatives of or similar to Jvedio

Bottomsheet Imagepicker
Modern image picker for Android
Stars: ✭ 267 (-51.01%)
Mutual labels:  library, image
Tifig
A fast HEIF image converter aimed at thumbnailing
Stars: ✭ 345 (-36.7%)
Mutual labels:  image, ffmpeg
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (-45.69%)
Mutual labels:  library, wpf
db-sqlite
SQLite support for Yii
Stars: ✭ 15 (-97.25%)
Mutual labels:  sqlite, db
Ptshowcaseviewcontroller
An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]
Stars: ✭ 395 (-27.52%)
Mutual labels:  library, image
RemoteFFmpegGUI
使用 Vue.js + ASP.NET 搭建的 FFMpeg 的 Web GUI 平台,支持视频转码、拼接视频、合并音视频等操作。并有使用 WPF 技术的 Windows 桌面端。
Stars: ✭ 21 (-96.15%)
Mutual labels:  ffmpeg, wpf
Npm Gif
Replace NPM install's progress bar with a GIF!
Stars: ✭ 332 (-39.08%)
Mutual labels:  image, gif
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+419.63%)
Mutual labels:  sqlite, db
Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (-27.71%)
Mutual labels:  ffmpeg, gif
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+653.58%)
Mutual labels:  image, gif
canvas-capture
Record the canvas as an image, mp4 video, or gif from the browser
Stars: ✭ 35 (-93.58%)
Mutual labels:  ffmpeg, gif
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (-21.1%)
Mutual labels:  library, image
react-native-quick-sqlite
Fast SQLite for react-native.
Stars: ✭ 239 (-56.15%)
Mutual labels:  sqlite, db
Landscapist
🍂 Jetpack Compose image loading library which can fetch and display network images using Glide, Coil, and Fresco.
Stars: ✭ 264 (-51.56%)
Mutual labels:  library, image
tube2gif
Search and Generate Gif from Youtube
Stars: ✭ 21 (-96.15%)
Mutual labels:  ffmpeg, gif
Kiimagepager
The KIImagePager is inspired by foursquare's ImageSlideshow, the user may scroll through images loaded from the Web
Stars: ✭ 324 (-40.55%)
Mutual labels:  library, image
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+61.65%)
Mutual labels:  sqlite, db
Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (-76.15%)
Mutual labels:  sqlite, db
Coderyi.github.io
Don't fork! coderyi's blog,about iOS ,CS and my code life.
Stars: ✭ 349 (-35.96%)
Mutual labels:  sqlite, ffmpeg
Gifgen
Simple high quality GIF encoding
Stars: ✭ 397 (-27.16%)
Mutual labels:  ffmpeg, gif

中文 English 日本語

Jvedio

Local Video Management


        Jvedio is a local video management software that supports scanning local videos and importing the software to establish a video library, Extract the unique identification code of the video, automatically classify the video, Add tags to manage videos, use artificial intelligence to identify actors, support translation information, Capture video pictures based on FFmpeg, smooth and beautiful application software on Window desktop

WebSite:Jvedio | Download:Latest Version

Click to view the software Click to view the software


1 Background

Jvedio is a video management software that integrates local video recognition and scanning, picture display, screening, and scraping. At present, the similar management software on GitHub includes: jellyfin, Emby, and the existing software on the market includes : Extreme Shadow Pie, KODI, PLEX, etc.

Software Main Writing Language Support Platform
Jvedio C# win7,win8,win10
jellyfin C# All platforms
Emby C# All platforms
Jiyingpai ? Window
KODI ? -
PLEX ? -

1.1 The original intention of the development

With more and more videos stored on the computer, the desire for a good video management software becomes stronger. After using emby and PLEX, I found some problems:

  • Startup method: start a server first, and then use WEB to manage the software
  • Information storage method: Put pictures and metadata information together in the same directory of the movie, which leads to very troublesome information transfer
  • Interface: The WEB writing interface is efficient and simple, but I really hope that the margins, shadows, zoom behavior, maximize and minimize buttons of the form can be fully customized
  • Function: Data filtering is not rich enough
  • Feelings: lack of a video management software developed by the Chinese

Therefore, I developed Jvedio. In order to deepen my understanding of Jvedio and video management, many functions and modules are written from scratch, including interface, function, crawler, database management, etc.

1.2 About the code

I haven't studied C# systematically, but I have heard the name of C#, it can do anything, and it is very convenient and simple, so the code I wrote may look crappy, but it does not matter, I know I will continue to grow , Jvedio will also attract more people to come in and continue to optimize and improve, and I can see a bright future.

There are not many obscure things in Jvedio's code. I try to implement a function in the simplest way.

2 Installation

Jvedio currently does not have an installation package. The software is released and stored as compressed files. After the updated version, if there is no special instructions, you can overwrite the source files after decompression.

3 How To Use?

3.1 For Developer

Please install and open Visual Studio (this is 2019), select Clone Repository, and fill in the repository location

https://github.com/hitchao/Jvedio.git

or use git

git clone https://github.com/hitchao/Jvedio.git

3.2 Window User

Please See:Jvedio Introduction

4 Related items

Jvedio official webpage JvedioWebPage
Chrome (360 speed browser) plug-in Jvedio-Chrome-Extensions
Jvedio upgraded server source jvedioupdate
Gif control modified in WpfAnimatedGif

5 Ways to Participate in Contribution

  • No sponsorship is required, you are welcome to submit Pull Request
  • Welcome to promote Jvedio and let more people use it

6 Function list

6.1 Support Service

  • Specific website search by themselves
Service name
BUS
BUSEUROPE
DB
*.CONTENTS.FC2
LIBRARY
FANZA(DMM)
321
MOO

6.2 Interface: supports three skins (black, white, blue)

Click to view

Click to view

6.3 Language: Support Chinese, English, Japanese

Click to view

Click to view

6.4 Multi-Video Library Management

Click to view

6.5 Other functions

  • Picture display mode: thumbnail, poster image, preview image, GIF (may be the only video management software that supports GIF)

Click to view

  • Abundant filtering functions: with picture/no picture, HD/Chinese/streaming, only display and playable, only segmented video, video type selection

Click to view

  • Rich right-click function

Click to view

  • Quick navigation function

Click to view

  • Intelligent classification

Click to view

  • Highly customizable settings

Click to view

  • Rich tool library

Click to view

  • Batch processing function

Click to view

  • Movie library management function

Click to view

  • Upgrade

Click to view

7 Thanks

Thanks to the following netizens for their contributions in the development of Jvedio 4.0, I hope that with your support, Jvedio will develop better and better!

板块 网友
UI 青萍之末, Engine, Erdon, Erik
技术支持 JavGO, JavSDT
调试 Sheldon, SHAWN, dddsG, EEE, Jion 等人
赞助支持 小猪培根 等众多网友
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].