/*
* Patch for filter_var()
*/
if(!function_exists('filter_var')){
define('FILTER_VALIDATE_IP', 'ip');
define('FILTER_FLAG_IPV4', 'ipv4');
define('FILTER_FLAG_IPV6', 'ipv6');
define('FILTER_VALIDATE_EMAIL', 'email');
define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
function filter_var($variable, $filter, $option = false){
if($filter == 'ip'){
if($option == 'ipv4'){
if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
if($option == 'ipv6'){
if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
if($filter == 'email'){
if($option == 'unicode' || $option == false){
if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
}
}
Drukuj stronę - Bluray x264 czyli rip
Nieoficjalna polska strona Lineage 2
Offtopics => Komputery - Hardware, Systemy, Software => Hardware => Wątek zaczęty przez: Elenestir w Wrzesień 03, 2009, 11:08:28 pm
-
Siemka, mam pytanie czy coś takiego odtworzy się po nagraniu na dvd-9? Wolę zapytać bo nie chcę tracić czasu na ściąganie ;) Pozdrawiam.
Container...........: Matroska
Video Encoder.......: x264
Video Aspect Ratio..: 2.35:1 (1920x816)
Audio Codec.........: DTS
Audio BitRate.......: 1536 kbit/sec
Audio Channels......: 5.1 channels
Subtitles...........: English
Source..............: Blu-Ray
File Size...........: 8.7 GB (2x dvd5, avg bitrate of 12 Mbit)
DXVA compliant......: Yes
Edit. Widzę że postawiłem ciężkie pytanie :P a nie chce mi się marnować płytki 8gb na nagranie filmu którego później nie mógłbym obejrzeć
Edit2. Ok działa all :)