Search found 338 matches

Go to advanced search

by nkoriyama
12 Jan 2014 18:52
Forum: General VLC media player Troubleshooting
Topic: EPG in Japanese = mojibake
Replies: 4
Views: 1797

Re: EPG in Japanese = mojibake

Well, I looked at (what seems to be) the specification fpr ISDB text. This is going to be very difficult to implement (and outright impossible for someone like me who cannot read Kanjis). As Rémi said, for non-Japanese speakers, it's too difficult. And for me, too :( . But I'll send my patch for su...
by nkoriyama
17 Mar 2013 03:28
Forum: Development around libVLC
Topic: Can not build VLC on Mac OS X (libiconv)
Replies: 7
Views: 2373

Re: Can not build VLC on Mac OS X (libiconv)

Old versions VLC used libiconv built by VLC. Current versions use the system libiconv in the /usr/lib. If you use the system libiconv, the problem will be solved. % otool -L /Applications/VLC.app/Contents/MacOS/lib/libvlccore.dylib /Applications/VLC.app/Contents/MacOS/lib/libvlccore.dylib: @loader_p...
by nkoriyama
13 Feb 2013 14:54
Forum: General VLC media player Troubleshooting
Topic: Play .ts files (missing PAT/PMT)
Replies: 2
Views: 1486

Re: Play .ts files (v2.0.5)

This is the reason.
Format profile : No PAT/PMT
by nkoriyama
03 Dec 2012 14:02
Forum: VLC media player for Windows Troubleshooting
Topic: Korean Font is not loaded on Windows7
Replies: 12
Views: 854

Re: Korean Font is not loaded on Windows7

I think your patch, reintroducing fontconfig to Windows, will be rejected.

And it's known issue. See ticket 6350.
I attached a patch on the ticket, but the patch has performance problem...
I don't have time for it.
Patch welcome!
by nkoriyama
03 Nov 2012 01:23
Forum: VLC media player Feature Requests
Topic: Tamil Subtitles are not Working
Replies: 12
Views: 8785

Re: Tamil Subtitles are not Working

I tested tamil word "அது" by making SRT subtitles and ASS subtitles. SRT: 1 00:00:00,000 --> 00:03:03,000 அது ASS: [Script Info] ; Script generated by Aegisub 2.1.8 ; http://www.aegisub.org/ Title: Default Aegisub file ScriptType: v4.00+ WrapStyle: 0 PlayResX: 640 PlayResY: 480 ScaledBorde...
by nkoriyama
02 Nov 2012 23:53
Forum: General VLC media player Troubleshooting
Topic: Subtitle fonts not displaying correctly
Replies: 20
Views: 4298

Re: Subtitle fonts not displaying correctly

Thank you for the info.
Then, I want the fonts and ASS script, I don't need video and audio.
by nkoriyama
29 Oct 2012 14:06
Forum: General VLC media player Troubleshooting
Topic: Subtitle fonts not displaying correctly
Replies: 20
Views: 4298

Re: Subtitle fonts not displaying correctly

I think there are 2 patterns using embedded fonts: - Attachment in the MKV. - Embedded in ASS script. You can check the attachments in the MKV file using mkvinfo. mkvinfo foobar.mkv |+ Attachments | + Attached | + File name: foobar.ttf | + Mime type: application/x-truetype-font | + File data, size: ...
by nkoriyama
28 Oct 2012 17:56
Forum: General VLC media player Troubleshooting
Topic: Subtitle fonts not displaying correctly
Replies: 20
Views: 4298

Re: Subtitle fonts not displaying correctly

Does the ASS script have the embedded fonts (Fansub Block, BakerSigned BT, etc) ?
by nkoriyama
28 Oct 2012 07:39
Forum: VLC media player Feature Requests
Topic: Tamil Subtitles are not Working
Replies: 12
Views: 8785

Re: Tamil Subtitles are not Working

I suspect freetype renderer cannot treat complex text layout correctly.
by nkoriyama
28 Oct 2012 07:17
Forum: General VLC media player Troubleshooting
Topic: Subtitle fonts not displaying correctly
Replies: 20
Views: 4298

Re: Subtitle fonts not displaying correctly

If you want to know what fonts are selected, you can see the log of libass outputed to stderr. If you use Windows, launch VLC like: "c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --extraintf=logger and logger window will appear. If libass(fontconfig) cannot find the exact font in the ASS sc...
by nkoriyama
02 Oct 2012 17:51
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16918

Re: Win32Compile -- configure error using Ubuntu 12.04

Copy contrib/src/qt4 directory from latest vlc-2.0.git or vlc-2.0.2.
by nkoriyama
27 Sep 2012 05:29
Forum: VLC media player for macOS Troubleshooting
Topic: mac 10.4.11 won't install?
Replies: 1
Views: 1608

Re: mac 10.4.11 won't install?

VLC 2.0.3 requires Mac OS X 10.5 and later.
You can download VLC for Mac OS X 10.4 Tiger (release 0.9.10) from here
by nkoriyama
24 Sep 2012 19:17
Forum: VLC stream-output (sout)
Topic: No audio from bilingual ISDB-T stream (Japanese DTV)
Replies: 7
Views: 2381

Re: No audio from bilingual ISDB-T stream (Japanese DTV)

@quequotion As you said, current VLC has a problem. I have a patch for this problem and some patches (subtitles, now playing, etc) for ISDB. Patches for vlc-2.0.git and vlc.git are here . If you want to fix only audio issue, use 0025-fix-for-aac-channel-transition.patch (in the full-patch-vlc-2.0-*....
by nkoriyama
18 Sep 2012 05:42
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2380

Re: No package 'ncursesw' found

I haven't met such an error.
by nkoriyama
16 Sep 2012 18:40
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2380

Re: No package 'ncursesw' found

--disable-ncurses
by nkoriyama
11 Sep 2012 15:25
Forum: Development around libVLC
Topic: Cross compilation problem with Mingw-w64
Replies: 2
Views: 874

Re: Cross compilation problem with Mingw-w64

configure:6670: checking for i686-w64-mingw32-g++ configure:6700: result: no This is an answer. If your system has i686-w64-mingw32-g++, config.log looks like the following: configure:6680: checking for i686-w64-mingw32-g++ configure:6696: found /Users/nkoriyama/mingw/mingw-w64/bin/i686-w64-mingw32...
by nkoriyama
09 Sep 2012 13:02
Forum: VLC media player for Windows Troubleshooting
Topic: VLC media player 2.0.3 Twoflower Building Font Cache
Replies: 1
Views: 426

Re: VLC media player 2.0.3 Twoflower Building Font Cache

It happens when you watch the video with SSA/ASS subtitles, but not always.
Adding or deleting fonts to the system causes this re-building font cache.

How about clearing preferences folder? %APPDATA%¥vlc
by nkoriyama
03 Sep 2012 17:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2683

Re: cross compilation for windows from ubuntu

I tried to add the gdi32 to libass in the configure.ac file: if test "${SYS}" = "mingw32"; then VLC_ADD_LIBS([libass],[-lgdi32]) fi On Ubuntu, I confirm that libass plugin cannot be built. gdi32 and usp10 are required. And these libraries must be placed after harfbuzz in modules...
by nkoriyama
03 Sep 2012 15:49
Forum: General VLC media player Troubleshooting
Topic: Humax /ts failure to play / convert in VLC ver.2.0.3
Replies: 4
Views: 1689

Re: Humax /ts failure to play / convert in VLC ver.2.0.3

Can you play small file (1min or so)?
If you can't, please share the logs and the sample file.
by nkoriyama
03 Sep 2012 06:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2683

Re: cross compilation for windows from ubuntu

The compile problem of HARFBUZZ is only with the git version. With stable version 2.0.3, this compile problem does not occurs, nor the -H option crash, nor the sound problem. Because HarfBuzz doesn't exist on vlc-2.0.git. Anyway I will see if the compilation fail will occur on Ubuntu. At the moment...
by nkoriyama
01 Sep 2012 07:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Strange relationship between MKV and SRT -- makes no sense!
Replies: 13
Views: 3100

Re: Strange relationship between MKV and SRT -- makes no sen

@noah buddy Can you provide sample patterns/files that describe this issue? Maybe we can easily understand your issue if there are samples. On VLC 2.0.3 or later, subtitles encoding GB18030 seems to work when "Universal, Chinese (GB18030)" is selected at Default Encoding in Subtitles &...
by nkoriyama
31 Aug 2012 06:39
Forum: VLC media player Feature Requests
Topic: support the audio or video format "cook"
Replies: 26
Views: 14777

Re: support the audio or video format "cook"

At the moment you cannot play the 'cook' with VLC 2.0.*, but you can play it VLC nightly builds 2.1.0-git.
Nightly Build of VLC
by nkoriyama
26 Aug 2012 18:15
Forum: VLC media player for macOS Troubleshooting
Topic: .ASS files won't work after updating MAC OS X
Replies: 10
Views: 4059

Re: .ASS files won't work after updating MAC OS X

Thanks for the log. But I wrongly told you how to take a log. Because the log of libass doesn't appear in the Messages window. Can you take a log with the following steps: 1. Launch the terminal.app. 2. Launch VLC by typing the following command in the terminal window: /Applications/VLC.app/Contents...

Go to advanced search