All Projects → LineCutFeng → Playpicdio

LineCutFeng / Playpicdio

Licence: other
安卓平台下,图片或视频转化为ascii,图片转化成低多边形风格图形,emoji表情填充图片,合并视频用到ffmpeg库。已实现带色彩的ascii码图片或视频.On the Android platform, the picture or video is converted to ascii, the picture is converted into a low-poly style graphic, the emoji expression is filled with the picture, and the merged video is used in the ffmpeg library. Adding color ascii code pictures or videos later. Androidプラットフォームでは、画像またはビデオはASCIIに変換され、画像は低ポリスタイルのグラフィックに変換され、絵文字表現は画像で埋められ、マージされたビデオはffmpegライブラリで使用されます。 カラーASCIIコードの写真やビデオを後で追加する

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Playpicdio

Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+97.53%)
Mutual labels:  ffmpeg, ascii
Goffmpeg
FFMPEG wrapper written in GO
Stars: ✭ 469 (-3.5%)
Mutual labels:  ffmpeg
Framework
Machine learning, computer vision, statistics and general scientific computing for .NET
Stars: ✭ 4,177 (+759.47%)
Mutual labels:  ffmpeg
H265ize
A node utility utilizing ffmpeg to encode videos with the hevc codec.
Stars: ✭ 443 (-8.85%)
Mutual labels:  ffmpeg
24h Raspberry Live On Bilibili
🎦树莓派/VPS驱动的b站直播弹幕点播台,代码写得很烂,看之前请吃点降压药。已计划重写
Stars: ✭ 434 (-10.7%)
Mutual labels:  ffmpeg
Pylivestream
Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Stars: ✭ 442 (-9.05%)
Mutual labels:  ffmpeg
Webm.js
JavaScript WebM converter
Stars: ✭ 428 (-11.93%)
Mutual labels:  ffmpeg
Anichart.js
Easily create data visualization animation videos
Stars: ✭ 480 (-1.23%)
Mutual labels:  ffmpeg
Nwjs Ffmpeg Prebuilt
FFmpeg prebuilt binaries for NW.js / Chromium
Stars: ✭ 465 (-4.32%)
Mutual labels:  ffmpeg
Lambdahack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at
Stars: ✭ 439 (-9.67%)
Mutual labels:  ascii
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (-10.91%)
Mutual labels:  ascii
Voukoder
Provides an easy way to include the FFmpeg encoders in other windows applications.
Stars: ✭ 436 (-10.29%)
Mutual labels:  ffmpeg
Ffmpeg Php
FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
Stars: ✭ 446 (-8.23%)
Mutual labels:  ffmpeg
Gameboy.live
🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support
Stars: ✭ 4,263 (+777.16%)
Mutual labels:  ascii
Ffcast
Run command on rectangular screen regions
Stars: ✭ 478 (-1.65%)
Mutual labels:  ffmpeg
Ffmpegcore
A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications
Stars: ✭ 429 (-11.73%)
Mutual labels:  ffmpeg
Globe
Interactive ASCII globe generator
Stars: ✭ 440 (-9.47%)
Mutual labels:  ascii
Transliteration
UTF-8 to ASCII transliteration / slugify module for node.js, browser, Web Worker, React Native, Electron and CLI.
Stars: ✭ 444 (-8.64%)
Mutual labels:  ascii
Videoplayerdemo
封装ijkplay播放器, 自实现边下边播和缓存功能
Stars: ✭ 484 (-0.41%)
Mutual labels:  ffmpeg
Iptv
一键安装管理 FFmpeg / nginx / openresty / xray / v2ray / armbian / proxmox / cloudflare partner,workers / ibm cloud foundry 脚本
Stars: ✭ 481 (-1.03%)
Mutual labels:  ffmpeg

PlayPicdio

简书: https://www.jianshu.com/p/a14f1ac558e1 csdn: https://blog.csdn.net/u010308894/article/details/82689023

简介

android平台下 视频转ascii码视频、图片转ascii码图片、图片转低多边形风格图片、图片emoji-masaic化 (未来功能,图片转彩色ascii码图片、图片添加新海诚风格滤镜、图片人工智能风格迁移世界名画、人脸替换融合)

GitHub LICENSE Badge

技术概要

  • 像素彩色转灰度
  • 二元一次方程求像素最佳解
  • ndk sobel特征提取
  • delaunay三角形匹配
  • 泊松分布随机采样,4叉数优化
  • ffmpeg图片合成视频
  • 柏林噪声生成背景
  • LRUcache图片缓存池匹配
  • 快速傅里叶变换、快速傅里叶逆变换
  • L0Smooth范式平滑
  • 边缘抖动
  • 颜料分散
  • 纸张纹理

功能

ascii

  • 图片转ascii码图片(彩色or黑白)
  • 视频转ascii码视频或gif(彩色or黑白)

低多边形化

  • 图片转低多边形

emoji-mosaic

  • emoji表情替换图片像素

单一滤镜

  • 底片效果
  • 熔铸效果
  • 冰冻效果
  • 连环画效果
  • 褐色效果(怀旧效果)
  • 瓷砖滤镜
  • 同心圆效果(待优化)
  • 幻影坦克(module未集成到主app)

因为完整效果图片尺寸过大,所以实例图片经过了高度压缩,完整效果参见博客

ascii码效果图

           

低多边形效果图

               

瓷砖效果图

   

emoji-masic效果图

               

光盘效果图

   

ascii码视频

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].