Opened 15 years ago

Last modified 13 years ago

#1404 new defect

seeking broke on 3gp file

Reported by: compn Owned by: reimar
Priority: normal Component: demuxer
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

using both -demuxer mov and -demuxer lavf seek fails
works in ffmpeg.

Change History (2)

comment:1 by compn, 15 years ago

[root@ mavi]# /usr/bin/mplayer -quiet -ss 1 -frames 1 -vo jpeg:outdir=/root/mavi/ -nosound /root/yamakasi.3gp
MPlayer SVN-r28450-4.1.2 (C) 2000-2009 MPlayer Team
CPU: Intel(R) Xeon(R) CPU 3065 @ 2.33GHz (Family: 6, Model: 15, Stepping: 11)
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 /root/yamakasi.3gp.
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [s263] 176x144 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
jpeg: Parsing suboptions.
jpeg: Progressive JPEG disabled.
jpeg: Baseline JPEG enabled.
jpeg: Suboptions parsed OK.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh263] vfm: ffmpeg (FFmpeg H.263+ decoder)
==========================================================================
Audio: no sound
Starting playback...

Exiting... (End of file)
[root@ mavi]# ls -la /root/mavi/
total 16
drwxr-xr-x 2 root root 4096 Feb 3 21:51 .
drwxr-x--- 15 root root 4096 Feb 3 19:41 ..
[root@ mavi]# /usr/bin/mplayer -quiet -frames 1 -vo jpeg:outdir=/root/mavi/ -nosound /root/yamakasi.3gp
MPlayer SVN-r28450-4.1.2 (C) 2000-2009 MPlayer Team
CPU: Intel(R) Xeon(R) CPU 3065 @ 2.33GHz (Family: 6, Model: 15, Stepping: 11)
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 /root/yamakasi.3gp.
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [s263] 176x144 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
jpeg: Parsing suboptions.
jpeg: Progressive JPEG disabled.
jpeg: Baseline JPEG enabled.
jpeg: Suboptions parsed OK.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh263] vfm: ffmpeg (FFmpeg H.263+ decoder)
==========================================================================
Audio: no sound
Starting playback...
VDec: vo config request - 176 x 144 (preferred colorspace: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
[swscaler @ 0xba8000]No accelerated colorspace conversion found.
[swscaler @ 0xba8000]using unscaled yuv420p -> rgb24 special converter
VO: [jpeg] 176x144 => 192x144 RGB 24-bit
jpeg: /root/mavi/ - Output directory already exists and is writable.

Exiting... (End of file)
[root@ mavi]# ls -la /root/mavi/
total 24
drwxr-xr-x 2 root root 4096 Feb 3 21:52 .
drwxr-x--- 15 root root 4096 Feb 3 19:41 ..
-rw-r--r-- 1 root root 2190 Feb 3 21:52 00000001.jpg

comment:2 by compn, 13 years ago

Owner: changed from r_togni@… to reimar
Note: See TracTickets for help on using tickets.