Modérateurs: Modération Forum Home-Cinéma, Le Bureau de l’Association HCFR • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 14 invités

Tout ce qui concerne les logiciels lié au HC sur ordinateur (PC, Mac, Linux...)
Règles du forum
Avant de poster, merci de prendre connaissance des règles du forum : à lire avant de poster

Synthèse : lecture fichiers HD avec Media Player Classic

Message » 26 Oct 2009 15:55

Juste une question concernant la partie Bluray de ton guide, si je lis un disque avec MPC-HC, je peux continuer a utiliser les filtres que je passe avec FFDSHOW en RAW video, ca va bouffer un truc de dingue en CPU? Tout ces filtres comme le deband, shaprness, ect… ca vaut vraiment de les passer sur de la video HD non compressee?

Ah et derniere chose pour le decoder, je suis pas sur de bien comprendre, c'est coreavc qui continue a s'en occuper ou bien il gere pas tout les format BD?
Cr4P
 
Messages: 1722
Inscription Forum: 25 Sep 2006 20:06
Localisation: Dubai
  • offline

Message » 26 Oct 2009 19:48

Cr4P a écrit:Juste une question concernant la partie Bluray de ton guide, si je lis un disque avec MPC-HC, je peux continuer a utiliser les filtres que je passe avec FFDSHOW en RAW video, ca va bouffer un truc de dingue en CPU? Tout ces filtres comme le deband, shaprness, ect… ca vaut vraiment de les passer sur de la video HD non compressee?



Pas de ffdshow sur les bluray pour moi, par contre quelques pixel shaders peuvent aider à sublimer une image déjà superbe sur certains disques :wink:
jat.gab
 
Messages: 6404
Inscription Forum: 11 Juil 2004 12:00
Localisation: vendée - Saint Gilles Croix de Vie
  • offline

Message » 26 Oct 2009 19:57

ah ben si çà te gênes pas je veux bien ce que tu utilises pour me donner une idée et un point de départ.

avec MPC-HC le son passe en analogique non-downsamplé?
Cr4P
 
Messages: 1722
Inscription Forum: 25 Sep 2006 20:06
Localisation: Dubai
  • offline

Message » 26 Oct 2009 20:37

Il faut faire des tests suivant ton diffuseur, mais par exemple sharpen complex (ou autre sharpen à tester), BT709, gamma... Tu peux faire des tests à la voler et voir ce qui te plait le plus :wink:

Pour le son je ne sais pas, je suis en spdif.
jat.gab
 
Messages: 6404
Inscription Forum: 11 Juil 2004 12:00
Localisation: vendée - Saint Gilles Croix de Vie
  • offline

Message » 26 Oct 2009 22:20

Lajet a écrit:
lulu78fr a écrit:Quand tu joues un film, reclock va adapter la fréquence de ton écran. Quand c'est terminé, ça revient à ta fréquence "par défaut".


princedeuphore a écrit:Heuuu faut un script lancé via Reclock pour ça. Par défaut Reclcok va essayer d'adapter la vitesse du film au rafraichissement de l'écran :wink:


alors oui effectivement comment puis je créer un script qui adapterait la vitesse du film à la bonne fréquence ? car si je suis le tuto en page 1 (j'en suis à l'installation et l'optimisation de Reclock via Powerstrip) et bien c'est la fréquence de rafraichissement de l'ordi tout entier qui passe en 24 hz et autant dire que c'est fatiguant pour les yeux sur le bureau (et dans les jeux ca doit être la cata...)

le top serait de pouvoir passer en 24 hz uniquement pour les films HD, et de rester en 60 hz le reste du temps (sur le bureau pour surfer, en lecture de divx, en jeu... etc)

C'est possible ca ? Merci !



Olivier C. a écrit:Oui c'est possible, grâce au script qui se trouve dans le répertoire reclock. Le fichier s'appelle RunEvent.sample.vbs

' -------------------------------------
' Event notification script for ReClock
' -------------------------------------
'
' This script will be called when ReClock change the media adaptation of a played file
' either automatically or after some manual change made in the properties panel
' It is called only for media file which contain a video stream, and when frame rate of this file is known
'
' ---------------------------------------------------------------------------------------------
' The 7 parameters received by this script are explained below:
'
' (1) contains the event name that just occurred:
' - "GREEN" : tray icon just got green (all is fine). Parameter
' - "YELLOW" : tray icon just got yellow. We should make what is necessary
' to change the monitor refresh rate
' - "STOP" : playback just stopped
' - "QUIT" : ReClock is about to quit
'
' Parameters (2), (3), (8) and (9) apply only with "GREEN" and "YELLOW" events. Otherwise they contain "-"
'
' (2) contains the type of media file currently played :
' - "CINEMA" : frame rate of source file is around 24 fps
' - "PAL" : frame rate of source file is around 25 fps
' - "NTSC" : frame rate of source file is around 30 fps
' - "CUSTOM" : frame rate of source file does not fall in previous categories
'
' (3) contains the current sound playback mode (apply only with GREEN/YELLOW event):
' - "PCM" : PCM mode
' - "SPDIF" : AC3 passthrough SPDIF
'
' (4) contains the current monitor selected for playback (1=primary, 2=secondary, etc...)
'
' (5) contains the total monitor count detected in the system
'
' (6) contains the current resolution of your monitor (WIDTHxHEIGHT)
'
' (7) contains the current refresh rate of your monitor (in Hz)
'
' (8) contains the original playback rate of the file (in fps multiplied by 1000)
'
' (9) contains the current playback rate of the file (in fps multiplied by 1000)
'
' (10) contains the filename of the current media file
'
' ---------------------------------------------------------------------------------------------
' Notifications examples:
' - GREEN CINEMA PCM 1 1 1024x768 72 23976 24000 c:\test.avi : all is good
' - GREEN NTSC PCM 1 1 1024x768 60 29970 30000 c:\test.avi : all is good
' - YELLOW PAL SPDIF 1 1 1024x768 72 25000 25000 c:\test.avi : please switch to a multiple of 25 hz since PAL wants 25 fps
' - YELLOW CINEMA SPDIF 1 1 1024x768 75 23976 23976 c:\test.avi : please switch to 71.928 hz
'
' ---------------------------------------------------------------------------------------------
' Here is a sample in VbScript that will call Powerstrip to change the monitor refresh rate
' using the /T parameter (to obtain the timings parameters go to the timings setup in powerstrip and copy
' them to the clipboard)
' There is a VERY important thing to note. Powerstrip change the timings directly in the hardware, but
' forget to notify Windows applications it did that (including ReClock). So this script MUST exit with
' an exit code of 0 if it did change the configuration with powerstrip. Otherwise the script should
' return 1

' Decode the parameters
Set objArgs = WScript.Arguments
If objArgs.Count < 10 Then
MsgBox "Bad argument count !", MB_OK, "ReClock Event Notification"

' We have done nothing. Return 1 to indicate ReClock that
' the configuration has not changed
WScript.Quit 1
End If

eventName = objArgs(0)
mediaType = objArgs(1)
soundMode = objArgs(2)
currentMonitor = objArgs(3)
totalMonitorCount = objArgs(4)
currentResolution = objArgs(5)
currentRefreshRate = objArgs(6)
originalPlaybackSpeed = objArgs(7)
currentPlaybackSpeed = objArgs(8)
currentMediaFile = objArgs(9)

' If you need to debug, replace false with true in the following line
if false Then MsgBox _
eventName & " " & _
mediaType & " " & _
soundMode & " " & _
currentMonitor & " " & _
totalMonitorCount & " " & _
currentResolution & " " & _
currentRefreshRate & " " & _
originalPlaybackSpeed & " " & _
currentPlaybackSpeed, _
MB_OK, "ReClock Event Notification"

' Here is a sample of what can be done with PowerStrip
Set wshShell = CreateObject("WScript.Shell")

' We will put new timings here if necessary
newTimings = ""

' Obviously we have something to do only if the icon is yellow
If eventName = "YELLOW" Then

If soundMode = "PCM" Then

' Call the profile that match best what we need in PCM mode
Select Case mediaType & ":" & currentResolution
Case "CINEMA:1280x720"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

Case "PAL:1280x720"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

Case "NTSC:1280x720"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

End Select

ElseIf soundMode = "SPDIF" Then

' In SPDIF mode we need an exact multiple to minimize the drops/repeats
' Note: be careful in NTSC mode, because if "currentRefreshRate" is already "60"
' when we go here then we won't switch but it may be 60 "bad" hz instead of 59.94 "wanted" hz
' The same problem exists for NTSC film (23.976fps)
' A solution is to force settings in the GREEN icon notification, but that would mean a pause
' each time we play a file with SPDIF ...
' That's why we use 59.94 hz and 71.928 hz for PCM too so we will never user 60 and 72 hz
Select Case currentResolution & "x" & originalPlaybackSpeed
Case "1280x720x23976"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

Case "1280x720x25000"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

Case "1280x720x29970"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

End Select

End if

End If

' We quit the player, restore our favorite refresh rate and/or resolution
If eventName = "QUIT" Then

Select Case currentResolution
Case "1280"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

End Select

End If

' Do we have new timings to apply ?
If newTimings <> "" Then

Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(&H26&)
Set objFolderItem = objFolder.Self

' We will call Powerstrip 2 times
' In the second call, we will ask Powerstrip to change refresh rate/resolution
' and wait for it to finish the job. If Powerstrip would not be launched before, it would not
' return from this call leaving this VBS script stuck. That's why we make this first call to
' make sure that it is actually available (but we launch it only if it's not already running)
Do While Not wshShell.AppActivate ("pstrip") ' it has a hidden window called with this name
WshShell.Run """" & objFolderItem.Path & _
"\PowerStrip\pstrip.exe"""
WScript.Sleep(2000)
Loop

' Now run Powerstrip command and wait for it to finish its job
WshShell.Run """" & objFolderItem.Path & _
"\PowerStrip\pstrip.exe"" /TARGET:" & currentMonitor & _
" /T:" & newTimings, 0, true

' In case we did a configuration change we MUST return 0 to
' indicate ReClock it need to recalibrate itself.
' However, I found no way to check that Powerstrip did the job correctly ...
WScript.Quit 0

End If

' We have done nothing. Return 1 to indicate ReClock that
' the configuration has not changed
WScript.Quit 1




Et un p'tit lien : http://forum.slysoft.com/showthread.php?t=20043


Merci beaucoup, mais ca a l'air compliqué tout ca :D

Quelqu'un voudrait bien m'aider à configurer le bouzin pour que :
- le rafraichissement soit forcé à 24 hz lors de la lecture de films HD
- le rafraichissement repasse en 60 hz lors de la lecture de divx par exemple, ainsi que le reste du temps (surf, jeux... etc)

C'est possible ca ?
Lajet
 
Messages: 934
Inscription Forum: 28 Fév 2008 0:07
  • offline

Message » 26 Oct 2009 22:57

Bonsoir,

Je cherche où downloader les versions "beliyaal" de MPC-HC : j'arrive à peine à trouver de vieux liens sur le forum ! Il parait que la version 22 est excellente niveau fluidité, ça donne envie d'essayer...

Sinon, par rapport au tuto en première page, y a-t-il eu des évolutions côté software / paramétrage ? Je pense notamment à la lecture des blue-ray...

Je suis suis en train de me refaire une config sous windows 7.

Merci !

Guillaume
yaumeguy
 
Messages: 1796
Inscription Forum: 14 Oct 2001 2:00
Localisation: Nantes
  • offline

Message » 28 Oct 2009 22:50

Le secret est bien gardé :mdr:
yaumeguy
 
Messages: 1796
Inscription Forum: 14 Oct 2001 2:00
Localisation: Nantes
  • offline

Message » 29 Oct 2009 0:57

Kaotech
 
Messages: 3023
Inscription Forum: 02 Aoû 2006 11:46
Localisation: 78
  • offline

Message » 29 Oct 2009 12:24

Oui mais pour trouver ta version 22 il faudrait la révision du SVN et comme on a une version tous les 2 jours...
ocean_78
 
Messages: 444
Inscription Forum: 09 Mar 2006 13:29
  • offline

Message » 29 Oct 2009 19:36

J'avais bien trouvé ce site, mais je ne vois toujours pas la branche "beliyaal" dessus.

Google ne m'aide pas plus d'ailleurs, recherche sur "beliyaal site:http://www.xvidvideo.ru/" -> 2 liens retournés, avec simplement ceci comme info :

svn 1048
18.04.2009

Changed : merge with Beliyaal branch

Faut-il en déduire que les versions Beliyaal se sont arrêtées le 18/04/2009, après une fusion avec la branche "classique" ?

Guillaume
yaumeguy
 
Messages: 1796
Inscription Forum: 14 Oct 2001 2:00
Localisation: Nantes
  • offline

Message » 29 Oct 2009 20:45

Bonjour,

Voila j'ai un pc avec une cg gtx 275, je l'ai branché sur ma tv en full hd+le son, tous par le hdmi.
j'ai installer le mpc, il marche bien avec les mkv, mais un peut plus lent avec les mt2s (est-ce normal?)
Mais j'ai l'impression que la qualité est un peut moin belle qu'avec ma platine de salon (wdtv hd), donc je voudrais savoir ce que je peux faire, je sais que le thread est complet, et qu'il marque ce qu'il faut installer... mais je trouve qu'il y a trop d'information, je suis un peut perdu.
Donc si j'ai une image hd, comment la mettre sur la tv avec la meilleurs qualité possible.
Pour le son, j'ai pas d'installation donc c'est pas trop un prob.

Merci d'avance.
overcrash
 
Messages: 243
Inscription Forum: 18 Oct 2004 14:29
Localisation: Luxembourg
  • offline

Message » 29 Oct 2009 21:30

Lajet a écrit:
Lajet a écrit:
lulu78fr a écrit:Quand tu joues un film, reclock va adapter la fréquence de ton écran. Quand c'est terminé, ça revient à ta fréquence "par défaut".


princedeuphore a écrit:Heuuu faut un script lancé via Reclock pour ça. Par défaut Reclcok va essayer d'adapter la vitesse du film au rafraichissement de l'écran :wink:


alors oui effectivement comment puis je créer un script qui adapterait la vitesse du film à la bonne fréquence ? car si je suis le tuto en page 1 (j'en suis à l'installation et l'optimisation de Reclock via Powerstrip) et bien c'est la fréquence de rafraichissement de l'ordi tout entier qui passe en 24 hz et autant dire que c'est fatiguant pour les yeux sur le bureau (et dans les jeux ca doit être la cata...)

le top serait de pouvoir passer en 24 hz uniquement pour les films HD, et de rester en 60 hz le reste du temps (sur le bureau pour surfer, en lecture de divx, en jeu... etc)

C'est possible ca ? Merci !



Olivier C. a écrit:Oui c'est possible, grâce au script qui se trouve dans le répertoire reclock. Le fichier s'appelle RunEvent.sample.vbs

' -------------------------------------
' Event notification script for ReClock
' -------------------------------------
'
' This script will be called when ReClock change the media adaptation of a played file
' either automatically or after some manual change made in the properties panel
' It is called only for media file which contain a video stream, and when frame rate of this file is known
'
' ---------------------------------------------------------------------------------------------
' The 7 parameters received by this script are explained below:
'
' (1) contains the event name that just occurred:
' - "GREEN" : tray icon just got green (all is fine). Parameter
' - "YELLOW" : tray icon just got yellow. We should make what is necessary
' to change the monitor refresh rate
' - "STOP" : playback just stopped
' - "QUIT" : ReClock is about to quit
'
' Parameters (2), (3), (8) and (9) apply only with "GREEN" and "YELLOW" events. Otherwise they contain "-"
'
' (2) contains the type of media file currently played :
' - "CINEMA" : frame rate of source file is around 24 fps
' - "PAL" : frame rate of source file is around 25 fps
' - "NTSC" : frame rate of source file is around 30 fps
' - "CUSTOM" : frame rate of source file does not fall in previous categories
'
' (3) contains the current sound playback mode (apply only with GREEN/YELLOW event):
' - "PCM" : PCM mode
' - "SPDIF" : AC3 passthrough SPDIF
'
' (4) contains the current monitor selected for playback (1=primary, 2=secondary, etc...)
'
' (5) contains the total monitor count detected in the system
'
' (6) contains the current resolution of your monitor (WIDTHxHEIGHT)
'
' (7) contains the current refresh rate of your monitor (in Hz)
'
' (8) contains the original playback rate of the file (in fps multiplied by 1000)
'
' (9) contains the current playback rate of the file (in fps multiplied by 1000)
'
' (10) contains the filename of the current media file
'
' ---------------------------------------------------------------------------------------------
' Notifications examples:
' - GREEN CINEMA PCM 1 1 1024x768 72 23976 24000 c:\test.avi : all is good
' - GREEN NTSC PCM 1 1 1024x768 60 29970 30000 c:\test.avi : all is good
' - YELLOW PAL SPDIF 1 1 1024x768 72 25000 25000 c:\test.avi : please switch to a multiple of 25 hz since PAL wants 25 fps
' - YELLOW CINEMA SPDIF 1 1 1024x768 75 23976 23976 c:\test.avi : please switch to 71.928 hz
'
' ---------------------------------------------------------------------------------------------
' Here is a sample in VbScript that will call Powerstrip to change the monitor refresh rate
' using the /T parameter (to obtain the timings parameters go to the timings setup in powerstrip and copy
' them to the clipboard)
' There is a VERY important thing to note. Powerstrip change the timings directly in the hardware, but
' forget to notify Windows applications it did that (including ReClock). So this script MUST exit with
' an exit code of 0 if it did change the configuration with powerstrip. Otherwise the script should
' return 1

' Decode the parameters
Set objArgs = WScript.Arguments
If objArgs.Count < 10 Then
MsgBox "Bad argument count !", MB_OK, "ReClock Event Notification"

' We have done nothing. Return 1 to indicate ReClock that
' the configuration has not changed
WScript.Quit 1
End If

eventName = objArgs(0)
mediaType = objArgs(1)
soundMode = objArgs(2)
currentMonitor = objArgs(3)
totalMonitorCount = objArgs(4)
currentResolution = objArgs(5)
currentRefreshRate = objArgs(6)
originalPlaybackSpeed = objArgs(7)
currentPlaybackSpeed = objArgs(8)
currentMediaFile = objArgs(9)

' If you need to debug, replace false with true in the following line
if false Then MsgBox _
eventName & " " & _
mediaType & " " & _
soundMode & " " & _
currentMonitor & " " & _
totalMonitorCount & " " & _
currentResolution & " " & _
currentRefreshRate & " " & _
originalPlaybackSpeed & " " & _
currentPlaybackSpeed, _
MB_OK, "ReClock Event Notification"

' Here is a sample of what can be done with PowerStrip
Set wshShell = CreateObject("WScript.Shell")

' We will put new timings here if necessary
newTimings = ""

' Obviously we have something to do only if the icon is yellow
If eventName = "YELLOW" Then

If soundMode = "PCM" Then

' Call the profile that match best what we need in PCM mode
Select Case mediaType & ":" & currentResolution
Case "CINEMA:1280x720"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

Case "PAL:1280x720"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

Case "NTSC:1280x720"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

End Select

ElseIf soundMode = "SPDIF" Then

' In SPDIF mode we need an exact multiple to minimize the drops/repeats
' Note: be careful in NTSC mode, because if "currentRefreshRate" is already "60"
' when we go here then we won't switch but it may be 60 "bad" hz instead of 59.94 "wanted" hz
' The same problem exists for NTSC film (23.976fps)
' A solution is to force settings in the GREEN icon notification, but that would mean a pause
' each time we play a file with SPDIF ...
' That's why we use 59.94 hz and 71.928 hz for PCM too so we will never user 60 and 72 hz
Select Case currentResolution & "x" & originalPlaybackSpeed
Case "1280x720x23976"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

Case "1280x720x25000"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

Case "1280x720x29970"
If currentRefreshRate <> "60" Then newTimings = "1280,448,40,208,720,5,5,20,88920,2304" ' 60 hz

End Select

End if

End If

' We quit the player, restore our favorite refresh rate and/or resolution
If eventName = "QUIT" Then

Select Case currentResolution
Case "1280"
If currentRefreshRate <> "50" Then newTimings = "1280,448,40,208,720,5,5,20,74100,2304" ' 50 hz

End Select

End If

' Do we have new timings to apply ?
If newTimings <> "" Then

Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(&H26&)
Set objFolderItem = objFolder.Self

' We will call Powerstrip 2 times
' In the second call, we will ask Powerstrip to change refresh rate/resolution
' and wait for it to finish the job. If Powerstrip would not be launched before, it would not
' return from this call leaving this VBS script stuck. That's why we make this first call to
' make sure that it is actually available (but we launch it only if it's not already running)
Do While Not wshShell.AppActivate ("pstrip") ' it has a hidden window called with this name
WshShell.Run """" & objFolderItem.Path & _
"\PowerStrip\pstrip.exe"""
WScript.Sleep(2000)
Loop

' Now run Powerstrip command and wait for it to finish its job
WshShell.Run """" & objFolderItem.Path & _
"\PowerStrip\pstrip.exe"" /TARGET:" & currentMonitor & _
" /T:" & newTimings, 0, true

' In case we did a configuration change we MUST return 0 to
' indicate ReClock it need to recalibrate itself.
' However, I found no way to check that Powerstrip did the job correctly ...
WScript.Quit 0

End If

' We have done nothing. Return 1 to indicate ReClock that
' the configuration has not changed
WScript.Quit 1




Et un p'tit lien : http://forum.slysoft.com/showthread.php?t=20043


Merci beaucoup, mais ca a l'air compliqué tout ca :D

Quelqu'un voudrait bien m'aider à configurer le bouzin pour que :
- le rafraichissement soit forcé à 24 hz lors de la lecture de films HD
- le rafraichissement repasse en 60 hz lors de la lecture de divx par exemple, ainsi que le reste du temps (surf, jeux... etc)

C'est possible ca ?


up pour la partie en gras svp... si quelqu'un peut m'aider ce serait génial !

sinon je me posais une question : à partir du moment où on a pas de sonde pour calibrer au millimètre les réglages couleurs, on peut utiliser quel logiciel ? Faut il le faire "à l'oeil" ou bien il y a une méthode un peu plus "encadrée" pour tirer le meilleur parti des réglages couleurs d'une source ? (car mes 1ers tests sur la TV du salon donnent des couleurs bien trop sombres et prononcés, il y aurait pas mal de choses à faire à ce niveau là :D)

Merci
Lajet
 
Messages: 934
Inscription Forum: 28 Fév 2008 0:07
  • offline

Message » 29 Oct 2009 21:49

commence par les mires des dvd thx avec l optimizer video,ou alors dvd essential,tu arrives deja a quelque chose de sympa,
par experience,:
tu peux mettre le contraste a 70%, la lumiere a 50 55 %,la couleur a 45 %,pour un plasma samsung c est deja bien :wink:
oolivier
 
Messages: 6832
Inscription Forum: 18 Fév 2006 17:43
Localisation: VAR
  • offline

Message » 30 Oct 2009 0:34

yaumeguy a écrit:J'avais bien trouvé ce site, mais je ne vois toujours pas la branche "beliyaal" dessus.

Google ne m'aide pas plus d'ailleurs, recherche sur "beliyaal site:http://www.xvidvideo.ru/" -> 2 liens retournés, avec simplement ceci comme info :

svn 1048
18.04.2009

Changed : merge with Beliyaal branch

Faut-il en déduire que les versions Beliyaal se sont arrêtées le 18/04/2009, après une fusion avec la branche "classique" ?

Guillaume

oui, c'est mergé
lulu78fr
 
Messages: 880
Inscription Forum: 20 Oct 2001 2:00
Localisation: 78
  • offline

Message » 30 Oct 2009 14:08

C'est exact, les tweak Beliyaal sont intégrés dans les nouvelles versions de MPC, la seule version en dehors de l'officiel c'est la version Gothsync.

http://forum.doom9.org/showthread.php?t=148221
Kaotech
 
Messages: 3023
Inscription Forum: 02 Aoû 2006 11:46
Localisation: 78
  • offline


Retourner vers Logiciel PC Home-cinéma

 
  • Articles en relation
    Dernier message