Search found 174 matches

Go to advanced search

by Teetrinker
20 Sep 2005 10:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc and suse 10 rc 1
Replies: 4
Views: 2624

Rebuild the src RPM from Packman with rpmbuild --rebuild --target=i686 vlc-0.8.2-1.pm.1.src.rpm (adjust the target).

Or use the spec file which come with the src RPM to build VLC svn.
I would enable mkv. In the src RPM from Packman it is disabled.
by Teetrinker
19 Sep 2005 14:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc-0.8.2 error= Missing header file postproc/postprocess.h
Replies: 1
Views: 2478

Compile libffmpeg with --enable-pp or install libpostproc.
by Teetrinker
18 Sep 2005 13:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Decoder for XVID
Replies: 2
Views: 2053

Did you install libffmpeg ?
by Teetrinker
12 Sep 2005 19:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error
Replies: 3
Views: 2223

Add one of the SuSE Mirrors to your Yast source or insert the CD/DVD you installed SuSE from. Start Yast and search for wxGTK and install it.

You shouldn't ignore dependency with Yast. There is a reason if a RPM depend from other RPMs.
by Teetrinker
11 Sep 2005 17:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: configure: error: Missing header file ffmpeg/avcodec.h
Replies: 2
Views: 11456

Libffmpeg(devel) installed?
by Teetrinker
08 Sep 2005 22:49
Forum: VLC media player for Windows Troubleshooting
Topic: No sound with HD ,mov file
Replies: 3
Views: 1543

The HD mov sample from apple use aac audio. Do you know if your vlc binray was build with faad ? Start vlc with --list from cmd and look for "faad AAC Audiodekoder". You need a binary with faad support.
by Teetrinker
08 Sep 2005 13:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No wxwindow module??
Replies: 4
Views: 4301

You still get no result if you enter "vlc --list | grep wxwidgets" in the console?
If there is now a wxwidgets interface module/dialogs provider listed. Are there any errors if you start vlc from console this way:

vlc --vv
by Teetrinker
08 Sep 2005 10:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No wxwindow module??
Replies: 4
Views: 4301

Can you post the output from ./configure and make?
by Teetrinker
08 Sep 2005 09:27
Forum: VLC media player Feature Requests
Topic: RealVideo/H264/X264 Support
Replies: 1
Views: 797

VLC will support RealVideo (RV9/RV10) if there is a GPL implementation of that codec.

Try VLC from svn, AVC/H.264 in mkv should work now.
by Teetrinker
27 Aug 2005 14:27
Forum: VLC media player for Windows Troubleshooting
Topic: Sound Not Heard for .vlc and .3pg files
Replies: 3
Views: 1532

If you take a look at http://www.videolan.org/vlc/features.html you will see that amr audio isn't supported.

How ever, here SuSE 9.2 it work, if libffmpeg is compiled with amr support. You will need a binary that come with amr support.
by Teetrinker
26 Aug 2005 14:59
Forum: General VLC media player Troubleshooting
Topic: MPEG-4/3GPP Timed Text Subtitles?
Replies: 35
Views: 41846

Yes, it was created with MP4Box. File Brand is ISOM without BIFS/OD Track.

In Osmo4 it look this way:

Image
by Teetrinker
26 Aug 2005 10:59
Forum: General VLC media player Troubleshooting
Topic: bug in playing MOV files created using iPhoto
Replies: 6
Views: 1833

The same problems can be observed with the digimax interactive samples from here: http://www.digimax.com.tw/MPEG4/download_sample_2.htm
by Teetrinker
26 Aug 2005 10:47
Forum: General VLC media player Troubleshooting
Topic: MPEG-4/3GPP Timed Text Subtitles?
Replies: 35
Views: 41846

The sample is now in the incoming directory of the streams ftp too.

1Video_2Audio_2SUBs(timed text streams).mp4
by Teetrinker
26 Aug 2005 10:38
Forum: General VLC media player Troubleshooting
Topic: bug in playing MOV files created using iPhoto
Replies: 6
Views: 1833

I have uploaded two sample to the streams ftp into incoming:

shornecliffe.mov
Enst_flowers.mp4 ( will open many windows - be carefull )
In Osmo4 ( http://gpac.sf.net ) Enst_flowers.mp4 will look this way:

Image
by Teetrinker
25 Aug 2005 09:49
Forum: General VLC media player Troubleshooting
Topic: bug in playing MOV files created using iPhoto
Replies: 6
Views: 1833

This mov file has 3 Tracks with jpeg. VLC open for every visual Track a new window.

Mplayer ( http://www.mplayerhq.hu ) plays the file well. [EDIT] Mplayer plays only the longest Track[/EDIT]

The same happens with mp4 files, with more than one visual(jpeg,video...) Track in VLC.
by Teetrinker
19 Aug 2005 10:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: GUI problems
Replies: 11
Views: 8718

I had the same trouble with wxvlc(SVN2005.08.05) @ SuSE 9.2 . It was solved after i updated my very OLD GTK 2 libs. I dosen't remember if I rebuild the wxGTK 2.6.1 RPM after updating the GTK 2 libs.
by Teetrinker
07 Dec 2004 13:25
Forum: General VLC media player Troubleshooting
Topic: MP4 with timed text SUBs - not recognized
Replies: 1
Views: 686

MP4 with timed text SUBs - not recognized

I have uploaded a sample file here: streams.videolan.org/incoming/MP4_with_ttxtSUB

I get this message from VLC:

main error: no suitable decoder module for fourcc `tx3g'.
VLC probably does not support this sound or video format.
by Teetrinker
26 Sep 2004 12:41
Forum: General VLC media player Troubleshooting
Topic: Splitting a mp4 into 2 tracks on OS X 10.3.5
Replies: 1
Views: 407

Try it with MP4Box ( http://gpac.sourceforge.net/ ) I am not sure if you can compile MP4Box on Mac OS X - but give it a try. MP4Box -info yourfile.mp4 then: MP4Box -single TrackID yourfile.mp4 MP4Box -single TrackID yourfile.mp4 MP4Box -merge audio.mp4 video1.mp4 out.mp4 Do the same with the second ...
by Teetrinker
14 Sep 2004 11:44
Forum: General VLC media player Troubleshooting
Topic: Subtitle Issues
Replies: 13
Views: 3543

Does Xine work on Win2k?
Not well I think. There is some development but never test it.
by Teetrinker
07 Sep 2004 10:44
Forum: VLC media player Feature Requests
Topic: DiviX, Xvid, and Mp4 Compatibility
Replies: 9
Views: 4010

MP4Box (GPAC) can deal with it . http://gpac.sourceforge.net/news.php September 3rd 2004 - GPAC Release 0.2.0 After several months of chaotic development, GPAC leaves the 2D world! Many new things in this release: Rendering plugins for 2D (stable) and 2D/3D via OpenGL (quite basic, under development...
by Teetrinker
07 Sep 2004 10:36
Forum: General VLC media player Troubleshooting
Topic: MP4 H.264/AVC playback problem.
Replies: 1
Views: 653

MP4 H.264/AVC playback problem.

Hi, vlc can't play a mp4 with H.264/AVC (B-Frames). ( cathedral-beta2-400extra-crop-avc.mp4 ) I get this Error: VLC media player snapshot-20040905 Janus vlc: h264.c:2526: fill_default_ref_list: Zusicherung »best_i != -1« nicht erfüllt. Abgebrochen I have uploded a sample to: ftp.videolan.org/incomin...
by Teetrinker
07 Sep 2004 10:18
Forum: General VLC media player Troubleshooting
Topic: Subtitle Issues
Replies: 13
Views: 3543

VLC dosen't play VOBSUB ( IDX/SUB ) in MKV,RAR or in MP4 (created with NeroRecode2) .

Xine can play VOBSUB in MKV.
by Teetrinker
16 Aug 2004 16:59
Forum: General VLC media player Troubleshooting
Topic: NeroRecode 2 MP4 file Problem
Replies: 1
Views: 396

NeroRecode 2 MP4 file Problem

Hi, i have a Nero Recode 2 MP4 file with two audio streams (5.1 HE-aac) and with two SUBs ( possible vobsub ) I can change the audio streams without a problem. MediaInfo shows only 24000 Hz - question can faad decode HE-AAC at full quality ? The two SUB streams I can't select. I have uploded a sampl...

Go to advanced search