View Single Post
Old 2008-09-27, 09:52   Link #204
Sylf
翻訳家わなびぃ
*Fansubber
 
 
Join Date: Nov 2003
Age: 50
Send a message via MSN to Sylf Send a message via Yahoo to Sylf
Don't do it at the encode level - do it at the container level. Modern containers like mkv supports setting the pixel aspect ratio when you mux the video. So encode the video ay 720x480, then use that PAR option when you mux.

I'm not very familiar with mkv muxing, but for mp4 muxing using mp4box, it's like
Code:
MP4Box.exe -add Video1.264:fps=23.976:par=32:27 -add Audio1.m4a:lang=jpn Output.mp4
Sylf is offline   Reply With Quote