Search found 91 matches

Go to advanced search

by ILEoo
30 May 2010 12:39
Forum: VLC 1.1.0 testing
Topic: VLC 1.1.0 64Bit crash on MacOS X 10.6.3
Replies: 9
Views: 3321

Re: VLC 1.1.0 64Bit crash on MacOS X 10.6.3

This should be repaired in 1.1 nightlies now (nightlies that are available tomorrow)
by ILEoo
03 Feb 2010 14:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC H263 support
Replies: 7
Views: 4991

Re: VLC H263 support

Hi again,

Could you tell the RFC and section which you're referring when you claim that h263 _must_ use static payload type instead of dynamic payload type?
by ILEoo
03 Feb 2010 12:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC H263 support
Replies: 7
Views: 4991

Re: VLC H263 support

Hi,

Dynamic payload-type is valid for h263 rtp-streaming
by ILEoo
20 Jan 2010 12:47
Forum: General VLC media player Troubleshooting
Topic: x264 project
Replies: 3
Views: 1450

Re: x264 project

Yes it does support slices if you use enough new version of x264
by ILEoo
31 Dec 2009 13:15
Forum: VLC stream-output (sout)
Topic: deinterlace without transcode
Replies: 3
Views: 719

Re: deinterlace without transcode

No, it's not possible without transcoding if you want to stream it
by ILEoo
28 Dec 2009 10:29
Forum: VLC stream-output (sout)
Topic: RTSPmpeg2vide-stream > HTTP-FLV-stream=[vbv buffer overflow]
Replies: 1
Views: 1694

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

If you have new enough ffmpeg and vlc, you can use h264 codec in flv also, and with that you should fit easily on that bitrate and resolution
by ILEoo
27 Dec 2009 18:20
Forum: General VLC media player Troubleshooting
Topic: About MPEG4 ffmpeg encoder parameters
Replies: 2
Views: 2472

Re: About MPEG4 ffmpeg encoder parameters

Those settings are pretty much same settings that ffmpeg binary lets you set, and you should look their documentation about parameters and effects regarding parameters you mentioned
by ILEoo
27 Dec 2009 18:17
Forum: General VLC media player Troubleshooting
Topic: Trouble converting from MOV to WMV
Replies: 1
Views: 447

Re: Trouble converting from MOV to WMV

Aspect-ratio issue should be fixed in current 1.1 nightlies (trunk version)
by ILEoo
27 Dec 2009 18:15
Forum: VLC media player for Windows Troubleshooting
Topic: if source = DVB-T ->output not deinterlaced during transcode
Replies: 3
Views: 571

Re: if source = DVB-T ->output not deinterlaced during transcode

Aspect-ratio problem on transcoding should be fixed in 1.1 nightlies
by ILEoo
27 Dec 2009 18:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Aspect ratio not maintained for AVC Encoded streams
Replies: 5
Views: 1348

Re: Aspect ratio not maintained for AVC Encoded streams

This should be fixed in upcoming 1.1 nightly-builds (trunk-versions on nightlies.videolan.org)
by ILEoo
26 Dec 2009 19:58
Forum: VLC stream-output (sout)
Topic: Genrate I-Frame when desired using x264
Replies: 1
Views: 365

Re: Genrate I-Frame when desired using x264

You can define keyint values etc for x264-module (vlc --longhelp --advanced -H -p x264 to seem those) but currently we don't offer any realtime api to define 'I want next frame to be I-frame'
by ILEoo
26 Dec 2009 19:56
Forum: VLC stream-output (sout)
Topic: FLV - Aspect ratio mismatch between encoder and muxer layer
Replies: 5
Views: 8397

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

Aspect-ratio mismatch bug has been fixed for long time ago, and vbv underflows don't relate to that issues at all.
by ILEoo
26 Dec 2009 19:54
Forum: VLC stream-output (sout)
Topic: How to stream without transcode
Replies: 1
Views: 1404

Re: How to stream without transcode

Your flv-file could contain video/audio codecs that vlc doesn't know howto include in ts-mux (or aren't even defined to be muxable in ts).
by ILEoo
26 Dec 2009 18:45
Forum: VLC media player for Windows Troubleshooting
Topic: Wrong aspect ratio when transcoding video
Replies: 19
Views: 4326

Re: Wrong aspect ratio when transcoding video

This should be fixed in head (upcoming 1.1) you can try nightly build tomorrow to check if it works for you.
by ILEoo
09 Dec 2009 10:06
Forum: VLC stream-output (sout)
Topic: Streaming to Real Player Mobile *for newbies*
Replies: 27
Views: 23716

Re: Streaming to Real Player Mobile *for newbies*

1. rtsp is supported by nokia s60 phones, but rtp is not. so that's why you have to stream in rtsp protocol. Most mobile phones support rtp (even nokia ones ;) you just mixed up on what they are, rtsp is used for signaling stream-data (sdp-files, where stream is basicly) rtp is used to deliver actu...
by ILEoo
09 Dec 2009 09:57
Forum: VLC stream-output (sout)
Topic: Problem about streaming H.264 encoded flv files over UDP
Replies: 3
Views: 1565

Re: Problem about streaming H.264 encoded flv files over UDP

Logs say that server only adds stream to mp4a (adding input codec... -line) so it doesn't get that h264 video from file. Are you sure the file works correctly with vlc (you can play it with vlc without problems, with video and audio?)
by ILEoo
09 Dec 2009 09:49
Forum: VLC stream-output (sout)
Topic: Stream on mobile device
Replies: 9
Views: 1923

Re: Stream on mobile device

Nokia phones do support h264, but mobile phones usually require baseline-profile and certain level, you don't limit profile there in anyway so you get high-profile and your phone doesn't like that. Also you don't really want to try to get that low bitrates (32+6.7) as you only get crappy image. You ...
by ILEoo
04 Dec 2009 11:04
Forum: VLC stream-output (sout)
Topic: Problem about streaming H.264 encoded flv files over UDP
Replies: 3
Views: 1565

Re: Problem about streaming H.264 encoded flv files over UDP

You should run that server with -vvv as client output shows that there isn't any video on that ts-stream.
by ILEoo
16 Nov 2009 22:23
Forum: VLC stream-output (sout)
Topic: x264 Constant Bitrate
Replies: 5
Views: 2973

Re: x264 Constant Bitrate

You shouldn't really fiddle with qcomp in 1.x series if you want cbr, you should be fine just setting bitrate
by ILEoo
05 Nov 2009 14:03
Forum: VLC stream-output (sout)
Topic: RC3 H264 encoding quality worse than 0.86i with low bitrates
Replies: 64
Views: 15575

Re: RC3 H264 encoding quality worse than 0.86i with low bitrates

No,

rc version didn't have the different build one, as we talked about it but nobody had time to actually do it then.
by ILEoo
29 Oct 2009 15:11
Forum: VLC stream-output (sout)
Topic: VLC to SDP/3GP/MP4 DSS Problem
Replies: 8
Views: 5437

Re: VLC to SDP/3GP/MP4 DSS Problem

You seem to missed the mentioning about fiddling that sdp-file to be more compatible with nokia-phones (well, get them to use it) in that wiki link I posted.
by ILEoo
27 Oct 2009 19:34
Forum: VLC stream-output (sout)
Topic: RC3 H264 encoding quality worse than 0.86i with low bitrates
Replies: 64
Views: 15575

Re: RC3 H264 encoding quality worse than 0.86i with low bitrates

I just asked, and seems that new compile of x264 didn't make to 1.0.3-rc
by ILEoo
27 Oct 2009 05:41
Forum: VLC stream-output (sout)
Topic: RC3 H264 encoding quality worse than 0.86i with low bitrates
Replies: 64
Views: 15575

Re: RC3 H264 encoding quality worse than 0.86i with low bitrates

kdh, could you try without all those x264-settings, which are really messing your encoding (so just set keyint, nothing else inside x264, and give it a go?)

Go to advanced search