Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Original von fen
in letzter zeit fällt mir auf, dass zeitweise der ton asynchron ist und nach einer weile wieder synchron wird und dann wieder irendwann asynchron - sowas mit mplay.sh schon mal jemand aufgefallen? bei mplayer.sh hatte ich das nicht....
fen.
auch mein lavc wert steht auf 4600. ich drehe mal runter auf 3000 und teste mal. dann gibt es auch das feedback, in welche richtung das bei mir verschoben ist... |
|
Source code |
1 2 3 |
Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. Do not report crashes to FFmpeg developers. |
Die 'center'-Option erzeugt einen Mittenkanal, nehme ich an.
Quoted
Original von NeverWise
mplay.sh-0.5.3
@Cox and *
You don't really expect me to understand your little table?
Okay, okay, let's try it with 0.5.3. My own TV is switchable to a 16/9 simulation. In this mode, (only) the vertical resolution is reduced and the calculated values from 'mplay.sh' does (of course) not fit. With the new parameter 'MPLAY_TV' set to "7/5" (which affects the vertical resolution), it seems to be fine on my TV. I suppose, a real 16/9 TV tries to scale the horizontal resolution to it's full screen and the new parameter should scale vertical right. "7/5" is not really absolute exactly, but some pixels up or down should make no effect.
It's now up to you to check this first try at a real 16/9 TV.![]()
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
AVI file format detected. VIDEO: [DX50] 640x480 24bpp 25.000 fps 1030.5 kbps (125.8 kbyte/s) Clip info: Software: VirtualDubMod 1.5.10.2 (build 2540/release) Opening /dev/dvb/adapter0/video0+audio0 Opening video filter: [lavc=4600] Opening video filter: [expand w=720 h=576 osd=1] Expand: 720 x 576, -1 ; -1, osd: 1, aspect: 0.000000, round: 1 Opening video filter: [scale w=548 h=576] ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Opening /dev/dvb/adapter0/audio0 AO: [mpegpes] 48000Hz 2ch s16le (2 bytes per sample) PLAYBACK STARTED mplayer: volume=100 mpVolume=100 mpMute=0 mplayer: slave cmd: get_time_length mplayer: slave cmd: get_percent_pos VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. SwScaler: reducing / aligning filtersize 6 -> 8 SwScaler: reducing / aligning filtersize 6 -> 8 SwScaler: reducing / aligning filtersize 5 -> 4 SwScaler: reducing / aligning filtersize 5 -> 4 SwScaler: BICUBIC scaler, from yuv420p to yuv420p using MMX2 SwScaler: using 8-tap MMX scaler for horizontal luminance scaling SwScaler: using 8-tap MMX scaler for horizontal chrominance scaling SwScaler: using n-tap MMX scaler for vertical scaling (YV12 like) SwScaler: 640x480 -> 548x576 [mpeg1video @ 0x87ff79c]removing common factors from framerate VO: [mpegpes] 720x576 => 1009x576 Mpeg PES mplayer: slave cmd: get_time_length mplayer: slave cmd: get_percent_pos mplayer: slave cmd: get_percent_pos mplayer: slave cmd: get_percent_pos |
... wenn ich irgendwann zum Updaten komme, biete ich es mit an, danke
This post has been edited 1 times, last edit by "SurfaceCleanerZ" (Jul 29th 2007, 8:34pm)
|
|
Source code |
1 |
MPLAY_VOUT="mpegpes:card=$(($(find /dev/dvb | grep video0 | cut -c17)+1))" |
Quoted
Original von viking
in der setup.conf von vdr ist doch eingestellt welche karte die erste ist. Kann man das nicht nutzen ?