ffmpeg aspect ratio and frame-rate

Hi,

 

is there a way to edit the command-line of ffmpeg? I come from Germany and here in Europe we use PAL as default video-format. I guess, that the default-command-line of ray uses NTSC. The PAL-Videos, I have uploaded, aren't sync. In Mencoder there is an option, where I can set, that every video uses 25 FPS per default. Then if I upload a NTSC-Video, mencoder converts it like a PAL-Video. At this way both formats (PAL and NTSC) are working perfect. Is there in ffmpeg an option?

 

Also I have a problem with the aspect ratio. All videos were encoded as 4:3, the 16:9 input-source-files too. Where can I fix this? At the side of ffmpeg I found an option in the command-line (-s). If -s is not set, the video encoded in the same format as source-file.

 

Greetings

monk77 

 

 

Quote · 7 Sep 2008

I found a solution that had more to do with the fact that ffmpeg wasn't auto-detecting the size of my videos. I edited line 14 in ray\modules\movie\inc\constants.inc.php

Changed this
if(!defined("VIDEO_SIZE")) define("VIDEO_SIZE", "350x250");

to this
if(!defined("VIDEO_SIZE")) define("VIDEO_SIZE", "640x480");

That solution, combined with the following post, got me exactly what I was looking for:
http://www.boonex.org/2007/11/22/audio-and-video-size/

With those two changes, I get my desired frame-rate and set a static aspect ratio. This won't be a good solution for everyone but it works nicely for me.

Quote · 17 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.