LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-09-2006, 10:04 AM   #1
MikeyCarter
Member
 
Registered: Feb 2003
Location: Orangeville
Distribution: Fedora
Posts: 492

Rep: Reputation: 31
transcoding 25 fps to 29.97 fps


I created an animation in blender (26 hours of rendering on 3 computers) and audio tracks for it.

When I tried to build the dvd it came up with warnings that the animation was only 25 (pal) fps. Timing of the video and audio are all done at 25 fps (oopps).

How can I convert the video to ~30 fps without the video and audio being out of sync?
 
Old 11-09-2006, 11:50 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
So you want to reencode this pal video into ntsc, right?

Assuming it's a simple mpeg2 track, and not something with multiple audio or subtitle tracks, then ffmpeg is probably the fastest and easiest way to convert the framerate.

Code:
ffmpeg -i inputvideo.mpg -target ntsc-dvd -acodec copy outputvideo.mpg
..should convert it to 720x480 ntsc-compliant dvd video.

If your frame size is different from the standard and want to keep it, use the '-s' option to set the correct size (ex. '-s 640x480'). See the man page for more details, or to set other parameters manually (instead of using the automatic 'ntsc-dvd' settings).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
1 FPS only! Superganja23 Linux - Newbie 7 09-20-2004 08:30 PM
Slooow FPS (one fps) with WineX and THPS3 forrest44 Linux - Games 5 06-10-2004 09:12 AM
How many fps do you get? Hammett Linux - Hardware 8 04-25-2004 11:09 PM
how-to find fps? toastermaker Linux - Games 17 03-29-2004 12:20 PM
fps question KeTrueno Linux - Software 6 10-08-2003 08:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration