@fredo6 said:
@danial ismail said:
When exporting the animation as video, i have chosen MP4 but it only renders as PNG images and there is no play button under the MP4 format button in the menu.
Could you open the Ruby Console before launching the video generation.
At the end of the process, you should see something like
Command FFmpeg for mp4 = "C:/Google Drive/Ruby/Ruby/AA_SCRIPT_20/ffmpeg.exe" -framerate 25 -i "Image%02d.png" -c:v libx264 -pix_fmt yuv420p -q:v 1 -vf scale=2*trunc(iw/2*3):-2 "Film 1.mp4" 2> FFmpeg_log_mp4.txt ===> Status FFmpeg for mp4 = true
Can you tell me what you see.
Also, could you type (copy paste and return) the following command in the ruby console
[Sketchup.active_model.active_view.vpwidth, Sketchup.active_model.active_view.vpheight]
It should return the viewport dimensions.
Many thanks
Fredo
Hi Fredo,
I changed the video output dimensions and it solved the problem! Thanks you for your kind attention to reply my question and trying to help. Keep being awesome.
Best
Danial