Coder Social home page Coder Social logo

prokleta-kuja / albumica Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.17 MB

Self hosted image & video organizer with face detection & recognition.

License: MIT License

Dockerfile 0.37% HTML 0.26% C# 48.46% CSS 0.01% JavaScript 0.17% Vue 31.43% TypeScript 19.29%
face-detection face-recognition ffmpeg

albumica's Introduction

Albumica

  • Basket save as list for streaming zip

OpenAPI

npm exec --prefix src/web openapi-typescript-codegen -- --useOptions --input http://localhost:5080/swagger/v1/swagger.json --output ./src/web/src/api

Dependencies

sudo apt update && sudo apt-get install -y ffmpeg

Migrations

dotnet build
dotnet ef migrations add --no-build -c SqliteDbContext -o ./Entities/Migrations/Sqlite Initial
dotnet ef migrations add --no-build -c PostgresDbContext -o ./Entities/Migrations/Postgres Initial

ffprobe -v quiet -show_format -print_format json -i VID_20210831_104209.mp4

scales to one side, fist -t seconds, -r frame rate ffmpeg -i VID_20210828_193034.mp4 -t 4 -r 8 -loop 0 kita.webp -y

use this ffmpeg -r 16 -ss 0 -i VID_20210828_193034.mp4 -loop 0 -lavfi "[0:v]scale=ih*16/9:-1,boxblur=luma_radius=min(h\,w)/20:luma_power=1:chroma_radius=min(cw\,ch)/20:chroma_power=1[bg];[bg][0:v]overlay=(W-w)/2:(H-h)/2,setpts=0.3*PTS,scale=320:-1,crop=h=iw*9/16" -vb 800K -t 00:00:05 preview.webp -y

albumica's People

Contributors

prokleta-kuja avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.