为saveVideo设置par的R值

时间:2016-03-01 22:27:50

标签: r video

我有两堆图像(每个堆栈中有256 x 256和20个这样的图像),我使用saveVideo制作一个视频文件,用于并排显示两个堆栈中的图像,即512 x 256。 / p>

图像似乎被挤压在x轴上。我尝试了几种不同的组合,但无法获得正确的比例。有什么想法吗?

par(mar = c(5, 0.2, 1, 2), mgp = c(3, 1, 0), tcl = -0.3, cex.axis = 1, cex.lab = 1, cex.main = 1)

ani.options(interval = 0.1, nmax = 50, ani.height=1, ani.width=4)

1 个答案:

答案 0 :(得分:0)

通过添加" -vf scale = 512:256"解决了该问题。对于ffmpeg。