Page 1 of 1

Bug: Transcoding OGM to TS (dboxstream)

Posted: 05 Jul 2004 21:46
by RedRat
I'm trying to use the VLC to transcode an ogm fike to an ts-file.

The Ogm comtains a divx 5.1.1 Video and Ogg Audio Track.

This is the Transcode Command:
http debug: get name=sout value=#transcode{vcodec=mp2v,vb=3072,width=704,height=576,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}} type=string

The log window reports some kind of error.

snip
...
main debug: adding a new input
stream_out_transcode debug: creating audio transcoding from fcc=`vorb' to fcc=`mpga'
stream_out_transcode error: cannot find decoder (avcodec)
stream_out_transcode error: cannot create audio chain
main error: cannot create packetizer output
mux_ts_dvbpsi debug: adjusting rate at 1000/400000 (170/299)
...
snip

The same ogm file plays perfectly when watching it on the PC

The transcode works all right with an ogm containing a MP3 Audio track.

Thanks

Alex

System: Win XP SP1 with Athlon 2600/nForce Chipset/Ati 9500
VLC Version 0.62 0.70 0.71 0.72 0.73

Posted: 06 Jul 2004 02:50
by The DJ
You cannot transcode vorbis -> mp3 currently.

Posted: 06 Jul 2004 09:24
by RedRat
Hi,

the transcode should be ogg to mpa (or ist mp2). It should be an TS to be played on a dbox with neutrino.

Is this also impossible or and if , will it be implemented ?

Thanks

Alex

Posted: 06 Jul 2004 21:42
by The DJ
atm you cannot transcode vorbis to anything else with VLC.
Might be implemented in the future, but stabilizing VLC after the major changes after the 0.7.2 release is a higher priority atm.