ffDiaporama

ffDiaporama是创建由标题、静态或动画、图片或照片、电影剪辑或音乐等组成的视频序列的应用程序。(ffDiaporama is an application for creating video sequences consisting of titles, fixed or animated. images or photos, fixed or animated. movie clips music)

Github stars Tracking Chart

ffDiaporama是创建由标题、静态或动画、图片或照片、电影剪辑或音乐等组成的视频序列的应用程序。

这些序列通过转换组合成幻灯片放映,以制作完整的视频。

以下选项可用:

  • 图像和照片的重新构图
  • 切割视频剪辑
  • 添加文字,注释图像,照片,序列和动画
  • 图像和视频上的图形过滤器(转换成黑白,除尘,均衡颜色等)
  • 通过缩放,旋转或Ken Burns效果在图像或照片上创建动画
  • 在动画过程中校正图像和视频(亮度,对比度,伽玛,颜色等)
  • 序列之间的转换与转换类型的定义,序列的序列。
  • 为音量添加背景音(wav,mp3或ogg)以及可自定义的音量效果,淡入/淡出和暂停,按顺序排列。
  • 生成可在大多数当前视频设备(DVD播放器/智能手机,多媒体盒,硬盘驱动器等)上使用的视频,也可在主要视频共享网站(YouTube,Dailymotion等)上发布。
  • 通过DVD和HD 720格式从QVGA(320×240)到全高清(1920×1080)的视频格式。
  • 影像几何(纵横比):4:3,16:9或2.35:1(电影院)
  • 支持的渲染格式:avi,mpg,mp4,webm,mkv

Overview

Name With OwnerJonasCz/ffdiaporama-1604-builds
Primary LanguageC++
Program languageBatchfile (Language Count: 8)
PlatformLinux, Windows
License:
Release Count0
Created At2016-08-01 09:32:17
Pushed At2016-11-10 18:45:16
Last Commit At2016-11-10 19:45:16
Stargazers Count7
Watchers Count5
Fork Count1
Commits Count13
Has Issues Enabled
Issues Count2
Issue Open Count2
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Builds of ffDiaporama 2.2 for Ubuntu 16.04.

This repository contains builds / packages of ffDiaporama 2.2 (the latest development version) for Ubuntu 16.04, as well as the patched sources used to build them.

Packages:

If you want to use these packages, just install them and you'll be good to go. Otherwise, you can compile from source:


Compiling from source:

Either clone this repository (the source here is already patched), or download the upstream 2.2 sources from the ffDiaporama website, apply the FFmpeg 3.0 patch from here and modify the makefile as per this forum thread.

  • Install the necessary dependencies for compiling :

      sudo apt-get update
      sudo apt-get install libqt5multimedia5-plugins libtag1-dev libssh-dev libssl-dev libcurl4-openssl-dev libcurlpp-dev libcurlpp0 libqgsttools-p1 libqt5multimediaquick-p5 qtmultimedia5-dev build-essential libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libexiv2-dev libflac-dev libswscale-dev qt5-image-formats-plugins qt5-qmake libqt5quickwidgets5 libsdl-image1.2-dev libsdl-mixer1.2-dev qt5-default qttools5-dev-tools qttools5-dev libqt5svg5-dev libqt5help5 libqt5sql5-sqlite
    
  • Compile (in the ffDiaporama sources directory):

      qmake ffDiaporama.pro /PREFIX=/usr
      make
    
  • Installation:

      sudo make install
    

For the resources (ffDiaporama_rsc):

    qmake ffDiaporama_rsc.pro /PREFIX=/usr
    make install

And you should have a working ffDiaporama !

Notes (read before using):

To the top