由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - a way to generate video automatically
相关主题
video streaming library?哪些language有处理视频的包?
computer graphics/vision 领域用哪种语言最多?ffmpeg 移植为 javascript 了
急:请朋友推荐便宜的laptop(used or new)!python这种垃圾为什么会盛行??????
求VBA sample有没有象libmpeg2这样轻量级的H.264 decoder?
a simple question about constructor请教C++
MPEG2 video duration问个并行运算的问题
讨论个idea题node.js child process: 怎样保证1个命令执行完了再执行下一个?
live streaming technologies请教移动开发的framework问题
相关话题的讨论汇总
话题: video话题: generate话题: way话题: text
进入Programming版参与讨论
1 (共1页)
z*****8
发帖数: 2546
1
is there a way to automatically generate slideshow in video format? For
example, I provide text file as input, and the output is video format。
Thanks in advance.
z*****k
发帖数: 600
2
There are easy ways and hard ways.
Here is one easy one: point your phone camera at your text screen and press
that recording button before typing.
z*****8
发帖数: 2546
3
^_^, your is a good one :)
I am looking to produce a lot of them automatically, this may involve some
kind of programming to make it automatic. If there does not exist something
just does what I want, then I am looking some kind of starting package or
platform.

press

【在 z*****k 的大作中提到】
: There are easy ways and hard ways.
: Here is one easy one: point your phone camera at your text screen and press
: that recording button before typing.

c*****e
发帖数: 3226
4
肯定可以, 先从文字变成 slides, 然后 slide show

【在 z*****8 的大作中提到】
: is there a way to automatically generate slideshow in video format? For
: example, I provide text file as input, and the output is video format。
: Thanks in advance.

z*****8
发帖数: 2546
5
文字变成 slides: 您这 slide 是指 photo 吗?

【在 c*****e 的大作中提到】
: 肯定可以, 先从文字变成 slides, 然后 slide show
z*****8
发帖数: 2546
6
any recommendations for software to
1. 先从文字变成 slides
2. 然后 slide show ?
c*****e
发帖数: 3226
7
文字变 slides, 简单的话就是图像上加 caption, 类似于 memegen

【在 z*****8 的大作中提到】
: any recommendations for software to
: 1. 先从文字变成 slides
: 2. 然后 slide show ?

z*****k
发帖数: 600
8
查查 MatLab,OpenCV,OpenGL,OpenGF,OpenBF,,,里面肯定有,记不得哪个有乐
z*****8
发帖数: 2546
9
MS powerpoint with animation can be saved to video, however the result of
video is low resulution, how can I generate higher resolution (for example
4K)?
thanks.
d*******r
发帖数: 3299
10
研究下 ffmpeg, 应该是可以的
W***o
发帖数: 6519
11
楼主可以 try try reveal.js 从 text files 生成 slideshows, 然后用 ffmpeg 自动
生成video。感觉不难
z*****8
发帖数: 2546
12
I thought ffmpeg is only a codec?

【在 d*******r 的大作中提到】
: 研究下 ffmpeg, 应该是可以的
e*******o
发帖数: 4654
13
http://hamelot.io/visualization/using-ffmpeg-to-convert-a-set-of-images-into-a-video/
reveal.js -> phantomjs( generate image) -> ffmpeg(video).
z*****8
发帖数: 2546
14
thank you for the link. It is very useful.
My input file is an text input file, as I understand reveal.js generates a
html file, how can I easily input my text file to reveal automatically?
I am reading http://htmlcheats.com/reveal-js/reveal-js-tutorial-reveal-js-for-beginners/

【在 e*******o 的大作中提到】
: http://hamelot.io/visualization/using-ffmpeg-to-convert-a-set-of-images-into-a-video/
: reveal.js -> phantomjs( generate image) -> ffmpeg(video).

1 (共1页)
进入Programming版参与讨论
相关主题
请教移动开发的framework问题a simple question about constructor
请教一个python下面popen的问题MPEG2 video duration
求助: 关于用VC做user interface讨论个idea题
有装g++的指南吗?live streaming technologies
video streaming library?哪些language有处理视频的包?
computer graphics/vision 领域用哪种语言最多?ffmpeg 移植为 javascript 了
急:请朋友推荐便宜的laptop(used or new)!python这种垃圾为什么会盛行??????
求VBA sample有没有象libmpeg2这样轻量级的H.264 decoder?
相关话题的讨论汇总
话题: video话题: generate话题: way话题: text