Search found 4 matches

Go to advanced search

by iroller
29 Mar 2010 23:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Debugging VLC transcoding. HowTo?
Replies: 0
Views: 318

Debugging VLC transcoding. HowTo?

Hello I have a live transcoding VLC. What instrument do I need to use to get information what parameters do I need to tune to get better quality, perfomance, etc.?? Maybe I need to watch my encoded video with vlc player and to look into log files? Or you can advice some better way? #!/bin/sh # Live ...
by iroller
24 Mar 2010 23:18
Forum: VLC stream-output (sout)
Topic: How to change resolution(MPEGTS->FLV)
Replies: 1
Views: 741

How to change resolution(MPEGTS->FLV)

In: MPEGTS. Out: h264[FLV] I have this configuration working: #!/bin/sh # Live video streaming with VLC. # 400x300, 250Kbit /usr/bin/vlc -I dummy \ -vvvv \ --repeat \ --no-drop-late-frames \ --no-skip-frames \ --no-ffmpeg-hurry-up \ --no-sout-transcode-hurry-up \ --rt-priority http://somehost:8080 \...
by iroller
23 Dec 2009 17:35
Forum: VLC stream-output (sout)
Topic: FLV - Aspect ratio mismatch between encoder and muxer layer
Replies: 5
Views: 8461

Re: FLV - Aspect ratio mismatch between encoder and muxer layer

Any ideas? I have the same problem with vbv buffer overflow :(
by iroller
18 Dec 2009 00:58
Forum: VLC stream-output (sout)
Topic: RTSPmpeg2vide-stream > HTTP-FLV-stream=[vbv buffer overflow]
Replies: 1
Views: 1699

RTSPmpeg2vide-stream > HTTP-FLV-stream=[vbv buffer overflow]

Hello I'm trying to reencode rtsp-stream from one server ( Audio: mp2, 48000 Hz, 2 channels, s16, 192 kb/s; Video: mpeg2video, yuv420p, 720x576 [PAR 16:15 DAR 4:3], 2550 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc) to flv-stream and serve out (http). This is my command line: vlc-1.0.4$ ./vlc -I dummy -vvv...

Go to advanced search