Postby Guest » 02 Nov 2004 03:48
hi- sorry for taking so long to reply back- for the transcode problem.. I see I have transcoding problem when I try to transcode 3000KB mpg ( or any mpeg ) to any other format and when I open and trandcode a mpeg file to a low bitrate, it just rewrites the original file... .7 works fine just .8 does this
this is the auto geneterated mrl from vlc
:sout=#transcode{vcodec=,vb=192,scale=1,acodec=,ab=64,channels=}:duplicate{dst=std{access=file,mux=ts,url="d:\test.mpg"}}
I noticed that it did not generate a proper MRL missing audio channel number I corrected it but it still did not work. I just retested again today to make sure I was not doing anything wrong still no go
okay just did a simple test of something - before posting this message- I used version .7 to create a MRL for streaming and I copy and pasted that into the version .8 mrl streaming line and it would transcode but it seems to transcode with extreme cpu usage as compared to version .7 ( btw I using windows version VLC)
ver .7 mrl
:sout=#transcode{vcodec=mp4v,vb=256,scale=1,acodec=mpga,ab=64,channels=2}:duplicate{dst=std{access=file,mux=ts,url="d:/test345.mpg"}}
okay I see the problem if you compare the two auto generated mrl lines from version .7 and .8-- version .8 does not insert the vcodec