2006-03-31, 10:06 PM
wintermute Wrote:stattik,
Any ideas or assistance with my question with mencoder and ATSC broadcasts with AC3 audio and options/parameters to cut remux to mpg?
Thanks!
Greg
Try replacing the :mpeg command arguments with this:
Code:
start /low /wait %mencoder_path% "%~dpn1_original.mpg" -edl "%~dpn1.edl" -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf pullup,softskip -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=%mpegbitrate%:keyint=18 %test% -o "%~dpn1.mpg"
I haven't tested it because I've never done a mpeg to mpeg transcode with ATSC but the video filters used in the above example seem to work better for me with ATSC material. Try it in test mode and tell me how it turns out.