When trying to export a video in the following manner
anim = ListAnimate[Table[Graphics[Rectangle[]], {j, 10}]]
Export["anim.mp4", anim, "FrameRate" -> 60,
ImageResolution -> 800, Antialiasing -> True]
where anim is just an example. The code is inspired by this answer, I get the following error message
"FrameRate" is working fine, but I also tried to add the " " to ImageResolution and Antialiasing, with no success. Any idea why, and how to solve this?
I'm using Mathematica 12.1 on Windows 10.


ListAnimateinstead of just exporting theTableas.mp4? – CA Trevillian Jun 16 '20 at 00:40