Transcode DVB stream for DVD suitable MPEG
Posted: 03 Apr 2007 14:39
I have a dvb-t card and vlc is creating beautiful mpeg ts files on Fedora Core 6...how do I transocde them to a dvd suitable mpeg using the command line?
The mencoder command I am using (shown below) currently does this but there is a noticable decline in quality. I would also have liked to show you my vlc command but I'm at work and my home computer seems to be having dns problems.
Anyway, hope you can help with my query.
Chris
Ps. Please don't 'rtfm' me I have been at this for three weeks
#Mencoder command
The mencoder command I am using (shown below) currently does this but there is a noticable decline in quality. I would also have liked to show you my vlc command but I'm at work and my home computer seems to be having dns problems.
Anyway, hope you can help with my query.
Chris
Ps. Please don't 'rtfm' me I have been at this for three weeks
#Mencoder command
Code: Select all
vlc "mydvbfile.ts" :sout='#transcode{codec=mp2v,vb=4096,acodec=mp2a, ab=192,scale=1,channels=2}:std{access=file, mux=ps,url="Output.ps.mpg"}' --aspect-ratio="4:3" --sout-transcode-width=720 --sout-transcode-height=480 --sout-transcode-fps=29.97 --sout-ffmpeg-keyint=16 --sout-ffmpeg-strict-rc --stop-time=20