All Projects → FFmpeg → Web

FFmpeg / Web

Mirror of git://ffmpeg.org/ffmpeg-web

Labels

Projects that are alternatives of or similar to Web

Ng Packagr
Compile and package Angular libraries in Angular Package Format (APF)
Stars: ✭ 1,730 (+1016.13%)
Mutual labels:  less
Gridea Theme Pure
一款专为 Gridea 设计的主题 - 简约、漂亮。
Stars: ✭ 137 (-11.61%)
Mutual labels:  less
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (-3.23%)
Mutual labels:  less
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (-13.55%)
Mutual labels:  less
Glup
Some of the gulp tutorial -《gulp笔记》
Stars: ✭ 136 (-12.26%)
Mutual labels:  less
Halo Theme Xue
追求个性与至简
Stars: ✭ 139 (-10.32%)
Mutual labels:  less
Markdown Resume
Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
Stars: ✭ 1,659 (+970.32%)
Mutual labels:  less
Mailspring Theme Starter
A starting point for creating your own custom Mailspring themes!
Stars: ✭ 152 (-1.94%)
Mutual labels:  less
Vuepress Theme Yur
Next: base on VuePress2.x
Stars: ✭ 137 (-11.61%)
Mutual labels:  less
React Admin
🎉 A magical react admin
Stars: ✭ 149 (-3.87%)
Mutual labels:  less
Dianpinplus
从零开始使用React全家桶开发电商系统
Stars: ✭ 135 (-12.9%)
Mutual labels:  less
Material Color
🔆 The colour palette, based on Google's Material Design, for use in your project.
Stars: ✭ 135 (-12.9%)
Mutual labels:  less
Peep
The CLI text viewer tool that works like less command on small pane within the terminal window.
Stars: ✭ 139 (-10.32%)
Mutual labels:  less
Lesscpy
Python LESS compiler
Stars: ✭ 133 (-14.19%)
Mutual labels:  less
Kirby Webpack
💪 A Kirby CMS starter-kit with modern frontend tools
Stars: ✭ 150 (-3.23%)
Mutual labels:  less
Fonts
Free and open fonts for the Atom editor
Stars: ✭ 131 (-15.48%)
Mutual labels:  less
Fossasia.org
FOSSASIA Website https://fossasia.org
Stars: ✭ 1,821 (+1074.84%)
Mutual labels:  less
Webpack Encore
A simple but powerful API for processing & compiling assets built around Webpack
Stars: ✭ 1,975 (+1174.19%)
Mutual labels:  less
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+1082.58%)
Mutual labels:  less
Hexo Theme Concise
Hexo 简约主题,响应式设计支持 PC、平板、手机等设备,代码高亮使用 monokai-sublime 风格,支持亮/暗色主题跟随系统。可以最低兼容到 IE8。
Stars: ✭ 146 (-5.81%)
Mutual labels:  less

ffmpeg.org official website

GENERATE THE WEBSITE

lessc is required to generate CSS of the website.[1]

Type make to generate the website. Type make clean to remove the generated files.

GENERATE THE DOCUMENTATION

/!\ None of the generated versions of the website contain the documentation.

To generate the documentation pages, just ./generate-doc.sh <ffmpeg-src>.

In case of a major CSS update, please also update the style.min.css file in the main FFmpeg repo $ cp htdocs/css/{bootstrap.min.css,style.min.css} /path/to/ffmpeg/doc/

WEBSITE DEVELOPERS INSTRUCTIONS

npm, lessc and bower are required to generate the website in development.[2]

Type make DEV=1 to generate the website for development. Type make clean DEV=1 to remove the generated files.

In development mode, the external dependencies are downloaded through bower.

Thanks to lessc, you can edit the *.less sources and see the changes on your browser without having to reload it.


[1] lessc is available on the packages of some distributions. Otherwise, follow the instructions in [2]. lessc depends on lots of stuff including npm, so if you wish to use a lighter version, you might want to check out the C++ version: http://www.vanderkroef.net/clessc.html

[2] Install instructions, 2 methods:

  • Install everything globally (root required)

    • Install npm from the packages or the sources: http://nodejs.org/
    • Install lessc and bower using npm: $ sudo npm install -g bower less
  • Install only npm globally

    • Install npm from the packages or the sources: http://nodejs.org/
    • Install lessc and bower in the current directory using npm: $ npm install bower less
    • Add the path to your environment: $ export PATH=pwd/node_modules/bower/bin:pwd/node_modules/less/bin:$PATH
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].