VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Jul 2008
    Location
    Ukraine
    Search Comp PM
    i have problem with seeking file, when i use -ss i have segmentation fault

    source file

    MPlayer dev-SVN-r26753-4.1.1 (C) 2000-2008 MPlayer Team
    CPU: Intel(R) Xeon(R) CPU X3230 @ 2.66GHz (Family: 6, Model: 15, Step ping: 11)
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

    Playing ../*****/****.
    ID_VIDEO_ID=0
    ID_AUDIO_ID=128
    MPEG-PS file format detected.
    VIDEO: MPEG2 704x576 (aspect 2) 25.000 fps 9554.8 kbps (1194.4 kbyte/s)
    ID_FILENAME=../*****/*****
    ID_DEMUXER=mpegps
    ID_VIDEO_FORMAT=0x10000002
    ID_VIDEO_BITRATE=9554800
    ID_VIDEO_WIDTH=704
    ID_VIDEO_HEIGHT=576
    ID_VIDEO_FPS=25.000
    ID_VIDEO_ASPECT=0.0000
    ID_AUDIO_FORMAT=8192
    ID_AUDIO_BITRATE=0
    ID_AUDIO_RATE=0
    ID_AUDIO_NCH=0
    ID_LENGTH=2529.33
    ID_SEEKABLE=1
    ================================================== ========================
    Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
    VDec: vo config request - 704 x 576 (preferred colorspace: Mpeg PES)
    VDec: using Mpeg PES as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    VO: [null] 704x576 => 704x576 Mpeg PES
    Selected video codec: [mpegpes] vfm: mpegpes (MPEG-PES output (.mpg or DXR3/IVTV /DVB/V4L2 card))
    ================================================== ========================
    ID_VIDEO_CODEC=mpegpes
    ================================================== ========================
    Opening audio decoder: [liba52] AC3 decoding with liba52
    Using SSE optimized IMDCT transform
    Using MMX optimized resampler
    AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
    ID_AUDIO_BITRATE=256000
    ID_AUDIO_RATE=48000
    ID_AUDIO_NCH=2
    Selected audio codec: [a52] afm: liba52 (AC3-liba52)
    ================================================== ========================
    [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or director y
    [AO ESD] esd_open_sound failed: No such file or directory
    DVB card number must be between 1 and 4
    AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
    ID_AUDIO_CODEC=a52
    Starting playback...
    a52: CRC check failed!
    VDec: vo config request - 704 x 576 (preferred colorspace: Mpeg PES)
    VDec: using Mpeg PES as output csp (no 0)
    Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
    ID_VIDEO_ASPECT=1.3333
    VO: [null] 704x576 => 768x576 Mpeg PES
    A: 1.5 V: 1.5 A-V: 0.019 ct: 0.012 34/ 34 0% 0% 0.3% 0 0

    command

    mencoder ../source -ofps 25 -o file.flv -of lavf -oac mp3lame -lameopts br=128 -srate 44100 -ovc lavc -lavcopts vcodec=flv:vbitrate=700:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3redia=2:dia=2:vmax_b_frames=0:vb_strategy=1recmp=2:cmp=2ubcmp=2reme=2:qns=2 -vf scale=520:296 -ss 1174 -endpos 180

    MEncoder dev-SVN-r26753-4.1.1 (C) 2000-2008 MPlayer Team
    CPU: Intel(R) Xeon(R) CPU X3230 @ 2.66GHz (Family: 6, Model: 15, Stepping: 11)
    CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

    success: format: 0 data: 0x0 - 0xb40f5000
    MPEG-PS file format detected.
    VIDEO: MPEG2 704x576 (aspect 2) 25.000 fps 9554.8 kbps (1194.4 kbyte/s)
    [V] filefmt:2 fourcc:0x10000002 size:704x576 fps:25.000 ftime:=0.0400
    ================================================== ========================
    Opening audio decoder: [liba52] AC3 decoding with liba52
    Using SSE optimized IMDCT transform
    Using MMX optimized resampler
    AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
    Selected audio codec: [a52] afm: liba52 (AC3-liba52)
    ================================================== ========================
    ** MUXER_LAVF ************************************************** ***************
    REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
    INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
    will play these INCORRECT files as if nothing were wrong!
    ************************************************** *****************************
    OK, exit.
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=520 h=296]
    ================================================== ========================
    Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
    VDec: vo config request - 704 x 576 (preferred colorspace: Mpeg PES)
    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.
    VDecoder init failed
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
    ================================================== ========================
    MP3 audio selected.

    Flushing video frames.
    Filters have not been configured! Empty file?
    Writing index...
    Writing header...
    Segmentation fault


    i can seek by using -sb but have audio delay.
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by Jeje
    i have problem with seeking file, when i use -ss i have segmentation fault
    you should post a bug report when getting seg faults
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  3. Member
    Join Date
    Jul 2008
    Location
    Ukraine
    Search Comp PM
    ok
    Quote Quote  
  4. Member
    Join Date
    Jul 2008
    Location
    Ukraine
    Search Comp PM
    ok
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!