Hi list,
due to the fact that a particular totem bug [1] is not getting fixed I
have decided to give nailer a spin. I have found 1 bug in the rpmfusion
package, but even after fixing it the thumbnailer was not working. It
turned out that it did not like that I had
vo=vdpau:hqscaling=1,
set in my ~/.mplayer/.config. Thubnail generation would fail with the
following message:
$ nailer -v
file:///media/realcrypt1/tv/Two%20and%20a%20Half%20Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv
test.png
mplayer -identify -ao null -vo null -frames 0 -nocache -noidle
/media/realcrypt1/tv/Two and a Half
Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv
MPlayer SVN-r37077-4.8.2 (C) 2000-2014 MPlayer Team
Playing /media/realcrypt1/tv/Two and a Half
Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv.
libavformat version 55.19.104 (external)
libavformat file format detected.
ID_VIDEO_ID=0
[lavf] stream 0: video (h264), -vid 0
ID_AUDIO_ID=0
[lavf] stream 1: audio (ac3), -aid 0
VIDEO: [H264] 1280x720 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
creation_time: 2014-04-24 18:41:45
ID_CLIP_INFO_NAME0=creation_time
ID_CLIP_INFO_VALUE0=2014-04-24 18:41:45
ID_CLIP_INFO_N=1
Load subtitles in /media/realcrypt1/tv/Two and a Half Men/
ID_FILENAME=/media/realcrypt1/tv/Two and a Half
Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv
ID_DEMUXER=lavfpref
ID_VIDEO_FORMAT=H264
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=1280
ID_VIDEO_HEIGHT=720
ID_VIDEO_FPS=23.976
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=8192
ID_AUDIO_BITRATE=384000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=6
ID_START_TIME=0.00
ID_LENGTH=1308.01
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Forced video codec: ffmpeg12vdpau
Forced video codec: ffh264vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 55.39.101 (external)
Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
==========================================================================
ID_VIDEO_CODEC=ffh264vdpau
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 6 ch, floatle, 384.0 kbit/4.17% (ratio: 48000->1152000)
ID_AUDIO_BITRATE=384000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=6
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
AO: [null] 48000Hz 2ch floatle (4 bytes per sample)
ID_AUDIO_CODEC=ffac3
Starting playback...
Exiting... (End of file)
ID_EXIT=EOF
ERRORS *********
mplayer -nosound -vo jpeg:outdir=/tmp/nailerxepeva -ss 60 -frames 3
-nocache -noidle /media/realcrypt1/tv/Two and a Half
Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv
MPlayer SVN-r37077-4.8.2 (C) 2000-2014 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.
Playing /media/realcrypt1/tv/Two and a Half
Men/Two.and.a.Half.Men.S11E20.720p.HDTV.X264-DIMENSION.mkv.
libavformat version 55.19.104 (external)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (ac3), -aid 0
VIDEO: [H264] 1280x720 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
creation_time: 2014-04-24 18:41:45
Load subtitles in /media/realcrypt1/tv/Two and a Half Men/
jpeg: Progressive JPEG disabled.
jpeg: Baseline JPEG enabled.
==========================================================================
Forced video codec: ffmpeg12vdpau
Forced video codec: ffh264vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 55.39.101 (external)
Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
==========================================================================
Audio: no sound
Starting playback...
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Too many buffered pts
--forever--
Can something be done to work this problem around? It seems strange that
-vo null from command line is getting overridden by vdpau from the
command line.
Best regards,
Julian
[1]
https://bugzilla.redhat.com/show_bug.cgi?id=1076986