Bringing PNG Sequence into NTSC fps in a Video Editor

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
lwaxana
Posts: 1295
Joined: Wed Jan 06, 2010 6:50 pm

Bringing PNG Sequence into NTSC fps in a Video Editor

Post by lwaxana »

As an experiment to work in the best quality until the final compression, I tried exporting a png sequence from AS. When I brought it into Sony Vegas Movie Studio, I had to enter a numerical value for the number of seconds each image is on screen. If I use PAL settings of 25 fps, I can specify that each image should show for .04 seconds. And it works great.

But if I use NTSC settings of either 29.97 or 30 fps, the division isn't clean. If I round at all, it flashes a black screen between the images.

Am I missing something here? I thought that as a workaround, I could bring the images in in PAL settings and then export to NTSC settings. But I wonder if that would introduce timing problems? I also saw a thread about free image sequencers and wonder if I should try a separate program for sequencing and then do the rest of the editing in Vegas Movie Studio.

Does anyone have some insights on this?
User avatar
rylleman
Posts: 750
Joined: Tue Feb 15, 2005 5:22 pm
Location: sweden
Contact:

Post by rylleman »

Sounds easier to just use ffmpeg for the stiching;
ffmpeg -i imagesequence_%04d.png -r 29.97 -y output.avi
Could of course tweak it with codecs and stuff.
User avatar
J. Baker
Posts: 1086
Joined: Wed Mar 23, 2005 7:22 pm
Location: USA
Contact:

Post by J. Baker »

It's usually best to use 24 fps. Then if you are going to make it interlaced, you just do a 3/2 pulldown in your mpeg2 (DVD) encoder. Or a DVD player will do automatic 3/2 pulldown.
User avatar
slowtiger
Posts: 6257
Joined: Thu Feb 16, 2006 6:53 pm
Location: Berlin, Germany
Contact:

Post by slowtiger »

While importing a PNG sequence, the video editor should treat each PNG as a single frame of video - no matter at which FPS. After that you should be able to change the FPS setting without interpolating frames. Vegas should be able to do this.
User avatar
lwaxana
Posts: 1295
Joined: Wed Jan 06, 2010 6:50 pm

Post by lwaxana »

Thanks for your replies!

Rylleman--I was not aware of ffmpeg. I will look into that more. Thanks! :D

J Baker--thanks for the tip about 3/2 pulldown! 24 fps is the frame rate I've grown used to so I'm glad to hear that dvd players will automatically pulldown. That should make things easier for me.

Slowtiger--Yeah, I would expect Vegas to be able to do this. I contacted Vegas tech support so hopefully they'll explain a convenient way to do this.
User avatar
lwaxana
Posts: 1295
Joined: Wed Jan 06, 2010 6:50 pm

Post by lwaxana »

Ugh. I just heard back from technical support. "Vegas currently has the ability to set this parameter by time but not by literal frame. This makes an interesting product suggestion." Well at least I know now that I need to look at other methods. :)
User avatar
rylleman
Posts: 750
Joined: Tue Feb 15, 2005 5:22 pm
Location: sweden
Contact:

Post by rylleman »

lwaxana wrote:... "Vegas currently has the ability to set this parameter by time but not by literal frame. This makes an interesting product suggestion."...
I've seen this odd behavior in a few video apps, that they uses seconds instead of frames for time measure. Strange when frames is the core of moving pictures...
Post Reply