Combining two output streams into 1 command- How do I?

About encoding, codec settings, muxers and filter usage
noknok
Blank Cone
Blank Cone
Posts: 30
Joined: 08 Sep 2009 23:06

Combining two output streams into 1 command- How do I?

Postby noknok » 11 Sep 2009 16:42

I have seperate command lines which works (except for the fact VLC 1.0.1 does not reduce the FPS as requested), but aside from that, they work. How would i combine these two into 1 command line (Windows):

vlc stream:///data/tb2.wmv -I dummy :sout=#transcode{width=128,height=96,fps=6.0,vcodec=H263,profile-level-id=0,vb=50,scale=1,acodec=mp4a,ab=24,channels=1,samplerate=11025}:rtp{dst=127.0.0.1,port=8081,port-audio=8084,port-video=8082,sdp=rtsp://192.168.2.205:8081/mysdp.sdp}} vlc://quit

vlc stream:///data/tb2.wmv -I dummy :sout=#transcode{width=128,height=96,vcodec=WMV2,vb=300,fps=5,acodec=wma2,ab=48,channels=2,samplerate=22050}:std{access=mmsh,mux=asfh,dst=192.168.2.205:8082/stream.asf} vlc://quit

They come from the same stream, but are transcoded and streamed in different formats.

Thanks for any help,
Shawn

yuer1108
Cone that earned his stripes
Cone that earned his stripes
Posts: 103
Joined: 07 Jan 2009 05:12

Re: Combining two output streams into 1 command- How do I?

Postby yuer1108 » 13 Sep 2009 14:20

you can use duplicate module.
look for duplicate in "how to"

noknok
Blank Cone
Blank Cone
Posts: 30
Joined: 08 Sep 2009 23:06

Re: Combining two output streams into 1 command- How do I?

Postby noknok » 18 Sep 2009 18:30

i tried, just keeps puking on me...any chance someone could show me?

shawn

isync
Blank Cone
Blank Cone
Posts: 23
Joined: 18 Oct 2009 14:22

Re: Combining two output streams into 1 command- How do I?

Postby isync » 18 Oct 2009 15:16

except for the fact VLC 1.0.1 does not reduce the FPS as requested
I've seen this, that vlc seems to ignore fps settings, as well. Can someone from the developers please explain, or post a bug report?

Rémi Denis-Courmont
Developer
Developer
Posts: 15133
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Combining two output streams into 1 command- How do I?

Postby Rémi Denis-Courmont » 18 Oct 2009 19:09

Most encoders don't implement frame rate reduction.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

noknok
Blank Cone
Blank Cone
Posts: 30
Joined: 08 Sep 2009 23:06

Re: Combining two output streams into 1 command- How do I?

Postby noknok » 18 Oct 2009 19:13

could I then make VLC use FFMPEG to do the encoding? as ffmpeg does provide framerate reduction/specifity

Shawn

isync
Blank Cone
Blank Cone
Posts: 23
Joined: 18 Oct 2009 14:22

Re: Combining two output streams into 1 command- How do I?

Postby isync » 19 Oct 2009 15:20

@Rémi Denis-Courmont:
as you seem to know: would explicitely using ffmpeg, for example venc=ffmpeg{fps=12}, solve this and force/enable vlc to do the fps modification?


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 7 guests