[FFmpeg-user] Converting pictures to video
gga
ggarra13 at gmail.com
Fri Dec 6 01:41:40 EET 2019
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.
More information about the ffmpeg-user
mailing list