On 5/12/19 18:11, Anwuli Okwuashi wrote:
Hello,
Newbie alert!
I am unable to recreate an animation I found on stata blog
https://blog.stata.com/2014/03/24/how-to-create-animated-graphics-using-stata/
  .

local GraphPath "C:\Users\jch\AnimatedGraphics\example\"
winexec "C:\Program Files\FFmpeg\bin\ffmpeg.exe" -i `GraphPath'graph_%03d.png
     -b:v 512k `GraphPath'graph.mpg

  My code: ran without errors but no video was created
local GraphPath "C:\Users\analyst\Desktop\STATA\projects\animation\"
winexec "C:\FFmpeg\bin\ffmpeg.exe" -i `GraphPath'i_diff_%.png -b:v
`GraphPath'graph.mpg.

Any idea why mine isn't working? I use windows 10.
I have no idea about stata, but do you realize you posted two different commands?  Also, the second command is missing the value for -b:v.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to