Redian新闻
>
[转载] help: animate a sequence of postscipt file
avatar
[转载] help: animate a sequence of postscipt file# Unix - 噫吁兮,危乎高哉
i*r
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 interstellar 所发表 】
i have a sequence of postscript files and want to slide show them with
a 0.5 second pause between files. i tried animate, which is too slow;
i also tried gs, which is very fast, but no pause can be set between
two files. are there any other programs in linux to do this?
avatar
s*t
2
If you have 'convert', then you can do it
by
convert -delay 50 *.ps a.gif
then a.gif contains all ps files with 0.5second
time interval. You need to play a.gif by
xanim or netscape. It seems xv does not
work.

【在 i**********r 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 interstellar 所发表 】
: i have a sequence of postscript files and want to slide show them with
: a 0.5 second pause between files. i tried animate, which is too slow;
: i also tried gs, which is very fast, but no pause can be set between
: two files. are there any other programs in linux to do this?

avatar
i*r
3
the resulted gif file is too huge, my 12 ps files, 40Kb each, were converted
to a 13Mb gif file, and it took rather long to load this gif into memory to
animate it.

【在 s*****t 的大作中提到】
: If you have 'convert', then you can do it
: by
: convert -delay 50 *.ps a.gif
: then a.gif contains all ps files with 0.5second
: time interval. You need to play a.gif by
: xanim or netscape. It seems xv does not
: work.

avatar
i*n
4

use lower resolution to convert ps to gif. Or you can use xv to convert
ps to gif (which will lead to a file with rather small size).

【在 i**********r 的大作中提到】
: the resulted gif file is too huge, my 12 ps files, 40Kb each, were converted
: to a 13Mb gif file, and it took rather long to load this gif into memory to
: animate it.

avatar
s*t
5
That is right. Use other techniques (such as xv) to convert
your ps files into gif files one by one. And then
convert -delay 50 *gif a.gif
to make the animation.

【在 i*******n 的大作中提到】
:
: use lower resolution to convert ps to gif. Or you can use xv to convert
: ps to gif (which will lead to a file with rather small size).

avatar
i*r
6
right! and i now use xv directly to slide show these ps files
xv -crop 20 40 600 600 -wa 0.5 -wl box468p1.sgm??.ccd1.ps

【在 s*****t 的大作中提到】
: That is right. Use other techniques (such as xv) to convert
: your ps files into gif files one by one. And then
: convert -delay 50 *gif a.gif
: to make the animation.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。