fankler
27th February 2007, 16:37
Hi together,
I want to mux a mpeg transport stream with one video and two audio channels.
ffmpeg does this quite easy with its -newaudio option, but the timestamping is very bad in ffmpeg.
"ffmpeg" -i inputfile.mpg -s 720x576 -aspect 4:3 -f mpegts -vcodec mpeg2video -b 3000kb -bt 1 -bufsize 500kb -maxrate 3000kb -minrate 3000kb -g 12 -r 25 -acodec ac3 -ab 384 -ac 2 -t 60 "outputfile.ts" -acodec mp2 -ab 192 -newaudio
Does anyone have an idea how to do this in vlc?
I want to mux a mpeg transport stream with one video and two audio channels.
ffmpeg does this quite easy with its -newaudio option, but the timestamping is very bad in ffmpeg.
"ffmpeg" -i inputfile.mpg -s 720x576 -aspect 4:3 -f mpegts -vcodec mpeg2video -b 3000kb -bt 1 -bufsize 500kb -maxrate 3000kb -minrate 3000kb -g 12 -r 25 -acodec ac3 -ab 384 -ac 2 -t 60 "outputfile.ts" -acodec mp2 -ab 192 -newaudio
Does anyone have an idea how to do this in vlc?