FAQ  •  Register  •  Login

French by default

<<

knight23x

Serviio newbie

Posts: 6

Joined: Mon Jun 03, 2013 11:28 pm

Post Tue Jun 04, 2013 2:57 pm

French by default

lg 55lm6400-ua Multi-Langue

Hello I have a smart tv (lg 55lm6400-ua) and I use Serviio but when I multi language I detect only English I wondered if there was a setting for the French by default
thank you

Allo J'ai une smart tv (lg 55lm6400-ua ) et j'utilise serviio mais lorsque j'ai des multi langue je ne détecte que l'anglais je me demandait si il y avais un setting pour le Français par default
MErci
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jun 04, 2013 3:06 pm

Re: French by default

Dans le cas de fichiers avec audio multilingue, lorsqu'il est nécessaire de ré-encoder le flux dans un format supporté par la TV (Ce qui doit-être votre cas), seule la première piste audio est sélectionnée.
Quel est le format du fichier en question ? (see signature link)
Il est possible (contournement) avec des outils comme mkvtoolnix ou TSMuxeR de ré-arranger l'ordre des pistes audio pour placer la langue française en première position.

Une requête à ce sujet est en cours de reflection : https://bitbucket.org/xnejp03/serviio/i ... ection-for
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

knight23x

Serviio newbie

Posts: 6

Joined: Mon Jun 03, 2013 11:28 pm

Post Wed Jun 05, 2013 4:50 am

Re: French by default

oui effectivement c'est un MKV

MULTi.1080p.BluRay.AC3.DTS.x264-TMB

c'Est certain que cela ferrai des heureux si il y avais de l'amélioration a se sujet

MErci
<<

carlop

Serviio newbie

Posts: 5

Joined: Sun May 26, 2013 7:48 pm

Post Fri Jun 07, 2013 9:47 am

Re: French by default

Hello,

Just in case, I give you the workaround command line, since I have the same problem with this kind of files (MKV MULTI), I handles them without a long transcoding operation with mkvmerge.
The operation take few seconds on my P4 with Linux (and few more to do the same in W7 on a i7) (about 20 sec).

  Code:
mkvmerge -o reordered.mkv --video-tracks 0 --audio-tracks 2 original.mkv


This avoid synchronisation issues with, by example, AAC VBR (and certainly most VBR sound format) when you demux / mux ...
I noticed, the tracks seems not be identified the same way in Linux and Windows even if mkvinfo tells the same.

*******

J'ai le même problème avec cette sorte de fichier (Les MKV MULTI) et je le gère sans un long transcodage en supprimant la 1ere piste audio (la piste EN est généralement la première des audios et la FR la seconde : pour être sûr utilisez mkvinfo) et en reconstruisant juste l'index. Cela évite les problèmes de synchro avec les formats audio VBR comme l'AAC que l'on peut rencontrer en demuxant / remuxant ...
L'opération prends quelques seconde sur un P4 sous Linux (et juste un peu plus sur un i7 sous Windows 7)

  Code:
mkvmerge -o reordered.mkv --video-tracks 0 --audio-tracks 2 original.mkv


...
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jun 07, 2013 10:10 am

Re: French by default

Thanks for your TIPS...
I think you can add --clusters-in-meta-seek in mkvmerge command. Then FF/Rew will work better on device that support mkv in native format.

mkvmerge -o reordered.mkv --video-tracks 0 --audio-tracks 2 original.mkv --clusters-in-meta-see
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

carlop

Serviio newbie

Posts: 5

Joined: Sun May 26, 2013 7:48 pm

Post Fri Jun 07, 2013 10:19 am

Re: French by default

Thanks for the advice Illico, in fact I also use mkclean and mkvalidator (not mktoolnix commands) after this operation, to ensure proper mkv index, but I will try your option.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 24 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.