TÜRK Mods - Oyun Mods - Paylaş Haber - GTA 5 TÜRK - Euro Truck 2

İnternet Siteleri Topluluğu

LÜTFEN REKLAMLARA TIKLAYINIZ.DAHA FAZLA MOD İÇİN
Sitemizdeki dosyları indirmek için üye olunuz.
Please register to download files on our site.
Main » Files » Program » Ses-Video

VLC media player 1.1.1
[ · İNDİRMEK İÇİN TIKLA (18.6 MB-HOTFİLE) ] 22-Jul-2010, 11:45 AM
VLC media player 1.1.1

VLC media player 1.1.1 | 18.7 MB


VLC media player 1.1.1 VLC Media Player, tam adı VideoLAN Client Media Player olan, açık kaynak kodlu bir çoklu ortam yürütücüsüdür. Günümüzde sahip olduğumuz ses ve video dosyalarını oynatabilmek için neredeyse hepimiz bir çözücü paketi kullanmak zorunda kalıyoruz. Zaman zaman elimizdeki ses ve video dosyalarını oynatamadığımızdan, birçok çözücü paketini denememize rağmen hala sorunlar yaşadığımızdan yakınıyoruz. Bir çözücü paketi sahip olduğumuz dosyaların bir kısmını oynatabilirken, bir diğer paket ise diğer dosyalarımızı oynatabiliyor. Yani elimizdeki ses ve video dosyalarını sorun yaşamadan oynatabilmek için oldukça büyük bir uğraş veriyoruz. VLC Media Player yazılımı tüm bu soruları ortadan kaldırıyor!

Yazılımın Desteklediği Biçimler :
# MPEG (ES,PS,TS,PVA,MP3)
# ID3 etiketleri
# AVI
# ASF / WMV / WMA
# MP4 / MOV / 3GP
# OGG / OGM / Annodex
# Matroska (MKV)
# WAV (DTS dahil)
# Raw Sesleri: DTS, AAC, AC3/A52
# Raw DV
# FLAC
# FLV (Flash)

Destekledği Vİdeo Çözücüleri :
# MPEG-1/2
# DIVX (1/2/3)
# MPEG-4, DivX 5, XviD, 3ivX D4
# H.264
# Sorenson 1/3 (Quicktime)
# DV
# Cinepak
# Theora (alpha 3)
# H.263 / H.263i
# MJPEG (A/B)
# WMV 1/2
# WMV 3 / WMV-9 / VC-1
# Indeo Video v3 (IV32)

Desteklediği Alt Yazı Biçimleri :
# DVD 6
# SVCD / CVD
# DVB
# OGM
# Matroska
# Text files (MicroDVD,
# SubRIP, SubViewer, SSA1-5, SAMI, VPlayer)
# Vobsub

Desteklediği Video Filtreleri :
# Deinterlace
# Cropping
# Image wall
# Image adjust
# Rotate/Mirror
# Logo overlay
# Magnification
# Image distortion
# Bluescreen
# RSS/Atom feeds

Desteklediği Ses Çözücüleri
# MPEG Layer 1/2
# MP3
# AC3 - A/52
# DTS
# LPCM
# AAC
# Vorbis
# WMA 1/2
# WMA 3
# ADPCM
# DV Audio
# FLAC
# QDM2/QDMC (QuickTime)
# MACE
# Real Audio 8
# Speex

VLC media player 1.1.1 VLC (initially VideoLAN Client) is a highly portable multi-platform multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, OGM, MOV, wma, wmv...) as well as DVDs, VCDs, and various streaming protocols. The VideoLAN project targets multimedia streaming of MPEG-1, MPEG-2, MPEG-4 and DivX files, DVDs, digital satellite channels, digital terrestial television  channels and live videos on a high-bandwidth IPv4 or IPv6 network in unicast or multicast under many OSes. VideoLAN also features a cross-platform multimedia player, VLC, which can be used to read the stream from the network or display video read locally on the computer under all GNU/Linux flavours, all BSD flavours, Windows, Mac OS X, BeOS, Solaris, QNX...

• Rewrite of the playlist (tree structure, input preparsing ...)
• Preferences improvements
• XML parsers
• Client-side SSL/TLS support
• Massive Matroska improvements
• Support for SOCKS proxy
• Support for Shoutcast Meta-data
• Support for (HE-)AAC raw-audio streams
• TiVo demuxer
• Samba (Windows shares) access module
• Dirac decoder and encoder
• PNG decoder/encoder
• Support for Apple Lossless Audio Codec
• Services discovery modules (brand new SAP module, HAL discovery, DAAP (iTunes shares), shoutcast)
• Support for 20/24 bits LPCM
• Video snapshot support (png or jpg)
• Image file video output (png)
• Mosaic (picture-in-picture system)
• Pocket PC port
• Brand new Internet Explorer ActiveX plugin

Changes in VLC (VideoLAN Client) 1.1.1:
libVLC:
 * New capabilities for libVLC:
 * Adjust video filter control: libvlc_adjust_Enable, libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue, libvlc_adjust_Saturation, libvlc_adjust_Gamma
   * libvlc_media_player_set_pause() can force the pause state, whereas libvlc_media_player_pause() would only toggle it.
   * libvlc_set_user_agent() configures the "user agent" strings used for some protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and the former --user-agent libvlc_new() parameters.
   * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing video frames from a chosen memory location in real-time. This replace the ugly --vmem-* libvlc_new() parameters in previous versions. See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
   * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay between audio and video/subpictures for the current input.
  * Various fixes and crash preventions, especially when video functions were called early

Decoders/Demuxers:
 * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards. You NEED ATI Catalyst 10.7
 * Fix :program selection in TS and DVB-T
 * Fixes and improvements for MKV, Avformat and Avcodec modules
 * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds

Stream output:

 * Fix h264 streaming in ts

Interfaces:
 * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
 * Skins: support for mousewheel in fullscreen, fix radialsliders
 * Http: fix fullscreen toggle

Windows:
 * Activation of DEP on XP SP3
 * Fix opening of .m3u and .pls playlists
 * Fix crash when My Document isn't available
 * Fix crash when Windows was getting into standby while playing video

Translations:
 * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer, Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
Category: Ses-Video | Added by: hasan525 | Tags: vlc oynatıcı, VLC media player 1.1.1, vc medya player
Views: 562 | Downloads: 152 | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]
Oyun Mods - Euro Truck Simulator 2 Extreme Trucker 2 Farming Simulator 2011 GTA 5 Web sitemizde bulunan dosyalar tamamen alıntıdır.Hiçbir şekilde Oyun Mods sorumlu tutulamaz.Bu siteye giren herkes sitemizin kuralların kabul etmiş olur.Ayrıntılı bilgi için;oyunmods_@windowslive.com
Copyright ©2011 Oyun Mods and Türk Mods . Tüm hakları saklıdır. All rights reserved. Euro Truck Simulator 2,18 WOS Extreme Trucker 2,Farming Simulator 2011,GTA 5,GTA 4,SCS,Farming Simulator,Euro Truck,Mod İndir,Yama İndir,Oyun İndir,Full İndir,Oyun Modları,Farming Mod,Farming Simulator 2011 Türkiye Modu,Euro Truck Simulator 2 Türkiye Modu,Extreme Trucker 2 Türkiye Modu,Oyun Mods,Game Moding,LS-MODS.LT,www.scs.com,www.farming-simulator.com,www.extremetrucker2,com,www.eurotrucksimulator2.com,www.turkmods.com,www.farmingsimulatordestek.com,www.oyunmods.com,oyunmods.ucoz.com,www.paylashaber.com,Paylaş Haber,Haberler,Oyun Haberleri,Oyunlar,Gta İndir,GTA 4 Mod İndir,Gta 4 Türkiye Modu,Çiftçilik Oyunları,Tır Oyunları,Simulator,Truck,Farming,Game,ls 2011,Test Drive Unlimited 2,TDU2 Yama,Test Drive Unlimited 2 İndir