DSS compliant transcoding
Posted: 07 Jun 2008 20:33
Hello,
I am trying to transcode an mpeg movie to a format Darwin Streaming Server will accept to stream. I tried the mp4 encoders for both audio and video multiplexed using the mp4 mux using these parameters:
It didn't work because it seems DSS expects "hint tracks" for both video and audio encoding...
Is it a hopeless case?
I am trying to transcode an mpeg movie to a format Darwin Streaming Server will accept to stream. I tried the mp4 encoders for both audio and video multiplexed using the mp4 mux using these parameters:
Code: Select all
:sout=#transcode{vcodec=mp4v,venc=ffmpeg,vb=256,scale=1,acodec=mp4a,ab=32,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="C:\Program Files\Darwin Streaming Server\Movies\iptv.mp4"}}
Is it a hopeless case?