I am sorry to trouble, i am used to search the forum to solve my problems but this time i have found no solutions...
I am trying to take an input. I have to transcode this input and to stream it over rtp. At the same time i want to transcode it (with different codecs) and to save it to a file.
I tried and tried more times with this example (2 files like output), but i don't understand what is the problem, it always says "invalid chain" (i use windows and vlc 0.8.4a):
Code: Select all
vlc.exe -vvv "C:\...\test.mpg" :sout=#duplicate{dst=transcode{vcodec=mp4v.....}:std{access=file,mux=mp4,url="C:/.../test1.mp4"},
dst=transcode{vcodec=mp4v....}:std{access=file,mux=mp4,url="C:/.../test2.mp4"}}
I tried with quotes, without quotes, i tried everything. What is wrong?
Hoping someone can help me... thank you so much, bye bye.