Portál AbcLinuxu, 1. května 2025 06:30

MPlayer 1.0pre8cvs - opět velký pokrok

28.2.2006 10:04 | Přečteno: 4283× | staré zápisky | poslední úprava: 21.5.2006 22:36

V MPlayeru probíhají velké změny, poslední verze byla vydána už dávno, a tak se dívám na cvs verzi a vidím, že to opět stojí za to! Hodně příjemná je podpora WMV3 přímo Mplayerem, bez přídavných knihoven. Vyzkoušel jsem, a funguje.:)

Čeština s GTK2 se v menu Mplayeru zobrazuje velmi špatně. Vypadá to na chybu s UTF-8, kde je ve slově písmeno ěščřž, tam je slovo useknuto a chybí, takže zatím kompilovat s GTK2.0 nedoporučuju.

Stav k 27.2.2006:

MPlayer (1.0)

  pre8:

    Security:
    * support for compilation with non-executable stack

    DOCS:
    * environment variables documentation started
    * interactive control fully documented
    * improved encoding guide
    * new technical encoding guide in DOCS/tech/encoding-guide.txt
      which is to be merged into the existing guide
    * encoding tips for x264 and XviD
    * how to set up MEncoder for x264 support
    * new advanced audio usage guide with surround sound instructions
    * Hungarian XML documentation translation finished
    * Czech documentation translation finished
    * French MPlayer documentation synced
    * German man page synced
    * Italian man page synced
    * Chinese console messages synced
    * misc improvements all over the place
    * AIX port documentation added
    * all XviD options documented
    * CONFIGURATION FILES section added to the man page

    Drivers:
    * JACK audio output rewritten without bio2jack
    * OpenAL audio output - unfinished, can only do mono output
    * OpenGL video output modules support -geometry and -wid options
    * for -vo gl manyfmts is now default (since it is a lot faster), use
      -vo gl:nomanyfmts if it does not work for you
    * streaming textures for -vo gl, much faster if supported (use -dr)
    * hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption
    * support for custom fragment programs for -vo gl (see TOOLS/*.fp)
    * use libvbe from vesautils as VESA video driver
    * several fixes for the GGI video output driver
    * fallback to next vo if vo_3dfx failed to init
    * improved XvMC library detection (disabled by default)
    * DPI (Print-Resolution) and Pixel-Aspect support in vo_jpeg
    * ALSA audio output: several small fixes and improvements
    * removed experimental mmap suboption from the ALSA driver

    Decoders:
    * Indeo2 (RT21) support via lavc
    * Fraps video decoder via binary DLL
    * support for 8-bit PNGs with palette
    * support for dmb1 MJPEG files with ffmjpeg
    * support for musepack audio (WARNING: when seeking you might get
      ear- and speaker-breaking noises). If you hear clipping, use -af volume.
    * experimental speex support via libspeex
    * On2 VP7 video decoder via binary DLL
    * Duck/On2 TrueMotion2 (TM20) support via lavc
    * support FLX and DTA extensions for flic files
    * QDM2 audio decoding via lavc
    * cook audio decoding via lavc
    * TrueSpeech audio decoding via lavc
    * CamStudio video decoder via lavc
    * hwmpa pass-through MPEG audio codec
    * tremor updated to libogg 1.1.2
    * PNG decoding via libavcodec
    * removed native RealAudio codecs (ported to lavc)
    * Zip Motion-Block Video (ZMB) decoder via binary DLL

    Demuxers:
    * simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2
    * PVR support
    * AAC ADTS demuxer
    * libdvdread updated to v0.9.4
    * support for some more MythTV NUV files
    * modularization of demuxer code
    * MPEG in GXF container support with extension-based detection
    * faster MPEG and much faster GXF demuxing
    * more user-friendly demuxer forcing
    * bug fix for lavc WMA v2 decoder, now all files should be playable
    * MPEG Layer 1 and 2 demuxing fixed
    * pass Vorbis extradata from Matroska container properly
    * DVR format support
    * H.264 ES high profile support
    * TV channel cycling
    * DVD subtitle and audio stream mappings fixed
    * fixed RealAudio demuxing
    * partial support for QuickTime sound atom version 2
    * improved handling of text subs in Matroska files
    * DVD subtitles disabled by default
    * support sipr codec in old RealAudio files

    Streaming:
    * fix streaming of RealAudio files over HTTP
    * show SHOUT/Icecast metadata while playing
    * ultravox (unsv://) streaming support
    * stream code ported to new modular api, massive code cleanup
    * bandwidth selection for Real RTSP streams (for faster stream dumps)

    FFmpeg/libavcodec:
    * Snow bug fixes and speedup
    * MPEG-1/2 decoder speedup
    * Indeo2 (RT21) video decoder
    * Fraps video decoder (v0 & v1)
    * Vorbis audio decoder
    * RV20 fixes
    * VP3 decoder fixes and speedup
    * countless bug fixes all over the place
    * vstrict=-1 is default, Snow, ffv1 etc. need vstrict=-2
    * skiploopfilter/skipidct/skipframe decoder options for very fast H.264
      decoding
    * D-Cinema audio demuxer and decoder support
    * Duck/On2 TrueMotion2 (TM20) decoder
    * FLX and DTA extensions for flic
    * QDM2 audio decoder
    * cook audio decoder
    * TrueSpeech audio decoder
    * WMA2 audio decoder fixed, now all files should play correctly
    * JPEG-LS decoder (unfinished)
    * CamStudio video decoder
    * Theora decoder
    * WMV3 decoder (unfinished)
    * multithreaded decoding
    * bitexact decoding

    GUI:
    * ported to GTK2
    * long standing up side down vpotmeter bug fixed
    * don't hang on unreadable skin files

    Filters:
    * much faster version of spp filter (-vf fspp), and pp7 ("fast spp=6")
    * remove_logo filter
    * lavcresample now used by default (-af-adv force=0 gives old behavior)
    * vf_expand and vf_dsize now support aspect and round parameters
    * screenshot filter
    * -af pan command line fix, now outputs the right number of channels
      and accepts values < 0 or > 1. Channel order had to be changed.
    * negative stride support in swscale
    * big-endian and AltiVec fixes and performance improvements for swscaler
    * -srate fixed
    * hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only

    MEncoder:
    * audio encoding modularized
    * AAC (FAAC) audio encoding
    * border processing adaptive quantization in libavcodec
    * encoding zones, DivX profiles support and luminance masking for XviD
    * raw audio muxer
    * fixed various bugs in the EDL code
    * x264 "turbo mode" to speed up first pass of multi-pass encoding
    * x264 custom quantization matrices
    * -delay allows real audio delay instead of just a delay in the header
    * search for (deprecated!) frameno.avi is now disabled by default (use
      -frameno-file frameno.avi to enable)
    * -o is now manditory. You can add 'o=test.avi' in ~/.mplayer/mencoder
      to get old behaviour back.
    * In multiple file encoding, all files must now have audio or none. Use
      -nosound to force.
    * support for VBR MP2 encoding in toolame
    * twolame support
    * libavformat muxers support
    * VBR audio in MPEG support
    * muxer_mpeg: added an experimental film2pal teleciner and fixed previous bugs that could 
      lead to desync and to wrong TFF/RFF flags being set

    Ports:
    * improved timer function on Mac OS X
    * New Mac OS X "macosx" video output driver. Supported on OS X 10.4
      and 10.3 with QuickTime 7 (requires QuickTime 7 SDK to build on 10.3)
    * Mac OS X 10.4 (Tiger) fixes
    * macosx audio output driver fixes
    * support for playing DVDs copied to harddisk on Cygwin
    * DragonFly BSD support
    * liba52 asm optimizations ported to amd64
    * configure check and compiler optimizations for VIA C3, C3-2 and Pentium-M
    * configure check and compiler optimizations for AMD-64 extended
    * configure can now run with cross compiling, new configure option
      --enable-cross-compile
    * -(no)border option to get a bordered/borderless window on Windows
    * MPlayer ported to AIX
    * AltiVec support fixes
    * POWER5 support
    * OpenGL output ported to Windows
    * FreeBSD default DVD device added
    * MIPS64 support
    * Darwin portability fixes
    * improved Debian packaging

    Others:
    * enabled hinting for TrueType fonts
    * support for file:// syntax
    * -fb option removed, use the device suboption of -vo fbdev/fbdev2 instead
    * full gcc 4 support
    * TOOLS/vobshift.py: vobsub time-adjust tool
    * TOOLS/psnr-video.sh: computes PSNR between two existing video files
    * fixed auto-insertion of lavc encoder (for DXR2/3 and DVB)
    * new option: -idle, to make MPlayer wait for input commands when
      done playing all files
    * lots of new slave commands (check DOCS/tech/slave.txt)
    * lots of new information provided by the -identify option
    * fixed ugly looking OSD with -vo gl2 and MMX
    * support for OSD localization
    * -rawaudio/-rawvideo requires -demuxer rawaudio/-demuxer rawvideo
    * libdvdcss updated to 1.2.9
    * ~/.dvdcss is used instead of ~/.mplayer/DVDKeys for cached CSS keys
    * libcdio support for CD playback
    * new option -msglevel, control verbosity of modules of MPlayer directly
    * -verbose option removed, use -v or "-msglevel all" instead.
    * -edl is now per-file in MPlayer.
    * new input command prefixes, "pausing_keep" and "pausing_toggle" which
      alter pausing state immediately after command.
    * environment variable MPLAYER_VERBOSE controls verbosity before command
      line is parsed
    * environment variable MPLAYER_HOME controls location where
      configuration files are searched for
    * memleak fixes all over the code
    * TOOLS/aconvert: allows mencoder to encode from an audio only file
    * TOOLS/3*m_convert: D-Cinema Audio and Video conversion program
    * TOOLS/encode2mpeglight: new tool to encode to mpeg formats using only mencoder
    * allow multiple -help clauses on the command line
    * console "OSD" for audio-only files
    * show total time when playing audio-only files
    * support for .wpl playlists
    * support for ncurses as termcap library provider
    * parallel make fixed
    * (improved) support for shared libav* libraries
    * playback/encoding profiles support


MÁME se na co těšit !!
Hezký den.        

Hodnocení: 100 %

        špatnédobré        

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

Komentáře

Nástroje: Začni sledovat (2) ?Zašle upozornění na váš email při vložení nového komentáře. , Tisk

Vložit další komentář

28.2.2006 11:46 Fuck You | skóre: 16 | blog: NeOpToLeMoS
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Odpovědět | Sbalit | Link | Blokovat | Admin
No - blbú češtinu podľa mňa nemá na svedomí GTK2. Proste je len jazykový súbor v kódovaní ISO-8859-2. Ja som mal ten istý problém so slovenčinou. Riešenie je iconv na dotyčný jazykový súbor, ešte zmeniť v jeho informačnom súbore ISO-8859-2 na UTF8 a fachčí to tak ako má.
28.2.2006 11:50 alium | skóre: 38 | blog: Category 1100
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
aha, kde najdu ty soubory ?
Ku8aZ avatar 28.2.2006 12:12 Ku8aZ | skóre: 17
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Myslím, že se to nevyřeší. Když jsem používal UTF-8 a starší mplayer, musel jsem udělat iconv do UTF-8. Ale teď jedu na ISO a zkompilovalo se v pohodě. Takže používám ISO, kompiloval jsem proti GTK2 a voila.... je to stejně zmršené. Tak nevím... proč takový projekt jako mplayer nepoužívá normální gettext() :-( Kdyby radši řešili tohle!

BTW, ten soubor je v help/mp-help_cs.h (myslím)
Čeho se vlastně člověk bojí, když se bojí tmy...? jabber: ku8az AT jabbim.cz
28.2.2006 12:45 Fuck You | skóre: 16 | blog: NeOpToLeMoS
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Ale vyrieši - ja používam v gentoo ebuild s názvom mplayer-1.0.20060217 kde v tom súbore (help/mp-help_sk.h) to bolo kódované pomocou ISO-8859-2. Mal som taký istý problém ale som to len pomocou iconv zmenil na UTF8 zapisal mu v pridruženom súbore (help/mp-help_sk.h.neviemco-niesom-pri-mojom-compe) že to je UTF8, pochopiteľne som zmenil checksumy v dotyčnom ebuilde a už to fachčí (samozrejme pod GTK2).
Ku8aZ avatar 28.2.2006 18:59 Ku8aZ | skóre: 17
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Ale je zajímavé, že když je to v ISO-8859-2 a já používám ISO-8859-2, tak mi to stejně nefunguje....
Čeho se vlastně člověk bojí, když se bojí tmy...? jabber: ku8az AT jabbim.cz
28.2.2006 19:07 Radomír Fojtík | skóre: 33 | blog: jen to zkouším | Tísek
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Já nedávno sondoval v mplayer-user mailinglistu a bylo mi to houby platné. Snad se to brzy vyřeší a nebude třeba kdesi cosi konvertovat.
JiK avatar 28.2.2006 12:22 JiK | skóre: 13 | blog: Jirkoviny | Virginia
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Odpovědět | Sbalit | Link | Blokovat | Admin
nevite nekdo kde bych nasel podrobnejsi changelog pro maplayer pro OS X? nikde jsem nenasel, co se vlastne ve zdrojacich za posledni rok nebo dva pro muj OS zmenilo. Diky za nasmerovnai.
Jirka Cech
_ijkl avatar 28.2.2006 14:39 _ijkl | skóre: 12 | blog: holden | Banská Bystrica
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Nezmenilo sa nič, binárka pre MacOS X je uz skoro dva roky stará. Jabĺčkari vrátane mňa používaju MPlayerOSX. Ale to tiež nie je žiadna výhra...
JiK avatar 28.2.2006 15:05 JiK | skóre: 13 | blog: Jirkoviny | Virginia
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
nemas pravdu, tebou linknuty mplayerosx je bohuzel mrtvy projekt, fungoval (a funguje) obstojne, jenze se uz 2 roky nemeni.

na oficialnim www site mplayeru je asi 5 mesicu stara binarka, ktera taky funguje vyborne, ma nove featury a je perfektne integrovana do OS X.

Jenze v changelogu, co je soucasti tohoto blogspotu je zminka o tom, co vse se ve zdrojacich portu pro OS X zlepsilo, tak bych chtel vedet podrobnosti. Vite je nekdo? Nebo aspon kde je zjistim?

Stejne je zvlastni, ze kdyz uz nekdo maka na zdrojakach a zlepsujeje, nema uz silu, odvahu a chut zkompilovat binarku, ktera by zahrnovala jim dopsane zmeny, zejmena uvazime-li, ze vetsina uzivatelu OS X si to nezkompiluje, a to z nekolika duvodu. Zaprve nemaji vyvojarske nastroje, ktere jsou sice samozdrejmne a zadarmo na DVD s operacnim systemem, ale neinstaluji se defaultne a ja treba nechci aby mi zabraly 2 GB disku, zadruhe se velka cast lidi stiti okna terminalu a zatreti by to proste nezvladli.
_ijkl avatar 1.3.2006 09:21 _ijkl | skóre: 12 | blog: holden | Banská Bystrica
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
naozaj sa nechcem hádať, ale aký je dátum v názve tejto binárky, ktorá je na hlavnej stránke mplqyerhq.hu (preview release)? - http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-dev-CVS-050904.dmg

Podľa mňa je to 9.máj 2004...

Pokiaľ máš na mysli inú binárku, môžem ťa poprosiť o odkaz na ňu?
JiK avatar 1.3.2006 10:30 JiK | skóre: 13 | blog: Jirkoviny | Virginia
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
ne, je to 04. zari 2005.
30.3.2006 23:36 Kyosuke | skóre: 28 | blog: nalady_v_modre
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Máš nastavené špatné locales... :-D :-D
_ijkl avatar 1.3.2006 09:26 _ijkl | skóre: 12 | blog: holden | Banská Bystrica
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Navyše tvrdenie, že mplayerosx je dva roky starý a mŕtvy projekt je s prinajmenšom zcestné, stačí sa pozrieť na dátum posledného releasu - 21.5.2005.
JiK avatar 1.3.2006 10:31 JiK | skóre: 13 | blog: Jirkoviny | Virginia
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
bohuzel ten posledni release je jen zkompilovany (bez zmen) na Tiger.
Luboš Doležel (Doli) avatar 28.2.2006 16:34 Luboš Doležel (Doli) | skóre: 98 | blog: Doliho blog | Kladensko
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Odpovědět | Sbalit | Link | Blokovat | Admin
Příliš dlouhé ;-) Už Mplayer umí titulky mimo plochu filmu? Nebo mám zůstávat u Xine...
JiK avatar 28.2.2006 17:12 JiK | skóre: 13 | blog: Jirkoviny | Virginia
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
to snad mplayer umi odjakziva, ne? nebo mas problem mezi klavesnici a zidli?
28.2.2006 17:37 Christof | skóre: 22 | Havířov
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
jasne, to zvlada MPlayer uz davno
Marián Kyral avatar 28.2.2006 20:57 Marián Kyral | skóre: 29 | blog: Sem_Tam | Frýdek-Místek
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Záleží na výstupním zařízení. Xv to neumí, ale gl jo.
28.2.2006 17:43 Ivanhoej | skóre: 26 | blog: ss2_Debian | Bratislava
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
tak neviem ale toto vedel mplayer uz davno. Ak myslis titulky mimo filmu v ciermon pase dole? tak je to asi takto:

vop=expand=0:-100:0:0:0:0
28.2.2006 20:41 WerK | skóre: 19 | blog: desktop
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Staci pouzit -vo sdl (v podstate je to to same co -vo xv, ale s milym efektem titulku do pruhu :))
Luk avatar 28.2.2006 22:19 Luk | skóre: 47 | blog: Kacířské myšlenky | Kutná Hora
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
v podstate je to to same co -vo xv
Ne tak docela. Minimálně bych psal -vo sdl:xv, jinak by se někdo taky mohl divit (i když xv je asi default, pokud je k dispozici).
Šifrování je absolutní nutnost a pomáhá chránit před nekalými živly
28.2.2006 17:41 Jan Grmela | skóre: 45 | blog: Kilo šťávy z lachtana | Brno
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Odpovědět | Sbalit | Link | Blokovat | Admin
Kdyby tak aspoň vyřešili můj problém :-)

To opravdu neexistuje nějaká součást X, která by mi umožnila přejmenovat okno?
12.6.2006 13:39 GeBu | skóre: 27 | blog: zápisky
Rozbalit Rozbalit vše Re: MPlayer 1.0pre8cvs - opět velký pokrok
Odpovědět | Sbalit | Link | Blokovat | Admin
Nemáte někdo skriptík na (nejlépe 2-průchodové) zakódování videa (AVI grabnuté z DV kamery) do H.264? Jak je v mplayeru (mencoderu) tak moc voleb, tak to dá docela zabrat se v tom zorientovat.

Založit nové vláknoNahoru

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.