Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Videos not playing need help!!

  1. #11
    Join Date
    May 2007
    Posts
    588

  2. #12
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    You need to reinstall mplayer with -lameopts support.

    You can use ffmpeg instead of mencoder if you need. To change to ffmpeg, see

    http://forums.buyscripts.in/viewtopic.php?t=352

    ffmpeg support less format/codec than mencoder.

  3. #13
    Join Date
    Aug 2007
    Posts
    7

    Default

    mplayer has been reinstalled with -lameopts support.

    I am now getting this output on the command.

    Code:
    [root@server ~]# /usr/local/bin/mencoder /home/userdir/public_html/video/dream_kelly_on_bed.wmv -o /home/bolek/public_html/video/1.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
    MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team
    CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75, Stepping: 2)
    CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
    Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
    
    success: format: 0 data: 0x0 - 0x1daf28
    ASF file format detected.
    VIDEO: [WMV3] 320x240 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:6 fourcc:0x33564D57 size:320x240 fps:30.00 ftime:=0.0333
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 22050 Hz, 2 ch, s16le, 32.0 kbit/4.54% (ratio: 4006->88200)
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    ==========================================================================
    ** MUXER_LAVF *****************************************************************
    You have certified that your video stream does not contain B frames.
    REMEMBER: MEncoder's libavformat muxing is presently broken and will 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 decoder: [dmo] DMO video codecs
    DMO dll supports VO Optimizations 0 1
    DMO dll might use previous sample when requested
    GetOutput r=0x0 size:230400 align:1
    StreamCount r=0x0 1 1
    Decoder supports the following formats: YV12 YUY2 UYVY YVYU RGB8 RGB555 RGB565 RGB24 RGB32
    Decoder is capable of YUV output (flags 0x1b)
    VDec: vo config request - 320 x 240 (preferred colorspace: Packed YUY2)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    videocodec: libavcodec (320x240 fourcc=766c66 [flv])
    [VE_LAVC] High quality encoding selected (non-realtime)!
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    ==========================================================================
    ** MUXER_LAVF *****************************************************************
    You have certified that your video stream does not contain B frames.
    REMEMBER: MEncoder's libavformat muxing is presently broken and will 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 decoder: [dmo] DMO video codecs
    DMO dll supports VO Optimizations 0 1
    DMO dll might use previous sample when requested
    GetOutput r=0x0 size:230400 align:1
    StreamCount r=0x0 1 1
    Decoder supports the following formats: YV12 YUY2 UYVY YVYU RGB8 RGB555 RGB565 RGB24 RGB32
    Decoder is capable of YUV output (flags 0x1b)
    VDec: vo config request - 320 x 240 (preferred colorspace: Packed YUY2)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    videocodec: libavcodec (320x240 fourcc=766c66 [flv])
    [VE_LAVC] High quality encoding selected (non-realtime)!
    Selected video codec: [wmv9dmo] vfm: dmo (Windows Media Video 9 DMO)
    ==========================================================================
    MP3 audio selected.
    New_Face failed. Maybe the font path is wrong.
    Please supply the text font file (~/.mplayer/subfont.ttf).
    subtitle font: load_sub_face failed.
    VIDEO CODEC ID: 0
    AUDIO CODEC ID: 15001, TAG: 0
    Writing header...
    Pos: 0.7s 22f ( 5%) 0.00fps Trem: 0min 1mb A-V:0.068 [0:43]
    Skipping frame!
    Pos: 1.0s 32f ( 5%) 0.00fps Trem: 0min 1mb A-V:0.067 [565:45]
    Skipping frame!
    Pos: 1.9s 59f ( 7%) 0.00fps Trem: 0min 1mb A-V:0.068 [465:45]
    Skipping frame!
    Pos: 58.1s 1746f (100%) 105.92fps Trem: 0min 3mb A-V:-0.005 [446:45]
    Flushing video frames
    Writing index...
    SEEK 4
    SEEK 52
    SEEK 174
    SEEK 3641335
    
    Video stream: 446.825 kbit/s (55853 B/s) size: 3245064 bytes 58.100 secs 1746 frames
    
    Audio stream: 45.687 kbit/s (5710 B/s) size: 332529 bytes 58.227 secs
    The error is gone, but the video on the website is not playing properly.

  4. #14
    Join Date
    Aug 2007
    Posts
    7

    Default

    I am looking into the Libvorbis error now and hoping that will resolve the problem.

  5. #15
    Join Date
    Jul 2007
    Posts
    27

    Default

    your was doing the same thing as mine turns black and then never loads. admin said it was my permissions. change that and it started working.

  6. #16
    Join Date
    Aug 2007
    Posts
    7

    Default

    What permissions did you have to change? Was it the permissions on the actual video file or on the folder the video was stored in?

  7. #17
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    GS-Patrick, from debug log, the convert command is

    Code:
    /usr/local/bin/mencoder '/home/bolek/public_html/video/soloblondstrip.wmv' -o /home/bolek/public_html/flvideo/11865838951277128563.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
    Run it on SSH prompt, then check if the file

    /home/bolek/public_html/flvideo/11865838951277128563.flv

    is created, if yes, it should work. You need to upload a new file (if you done conversion as root, it may create permission issue, better do a reupload).

    Post result of

    Code:
    ls -l /home/bolek/public_html/flvideo/11865838951277128563.flv
    after running the conversion.

  8. #18
    Join Date
    Aug 2007
    Posts
    7

    Default

    Thanks for the help. Iploaded a new file, ran the covert command and the other command as requested. Here is the output for that last command. That file was created and here is te output.

    Code:
    [root@server ~]# ls -l /home/userdir/public_html/flvideo/11865838951277128563.flv
    -rw-r--r--  1 root root 6412174 Aug 12 17:16 /home/userdir/public_html/flvideo/11865838951277128563.flv

  9. #19
    Join Date
    Aug 2007
    Posts
    12

    Default

    GS-Patrick,

    I'm having the same problem. Look at your /vshare/templates_c/debug.txt file, and see if it shows (anywhere) the mencode command line that you've been issuing, and let me know if it's showing up in your debug file.

  10. #20
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re:

    Quote Originally Posted by GS-Patrick
    Thanks for the help. Iploaded a new file, ran the covert command and the other command as requested. Here is the output for that last command. That file was created and here is te output.

    Code:
    [root@server ~]# ls -l /home/userdir/public_html/flvideo/11865838951277128563.flv
    -rw-r--r--  1 root root 6412174 Aug 12 17:16 /home/userdir/public_html/flvideo/11865838951277128563.flv

    Delete the file, now run the same convert command from PHP script, for more details refer

    Video not getting converted to flv

    Check if you can convert the video into FLV format by running the convert command from PHP script.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Videos playing in Firefox, but NOT playing in IE, Opera
    By piscean in forum Installation Support
    Replies: 4
    Last Post: 11-04-2008, 10:30 PM
  2. Videos not playing
    By grynmoors in forum Installation Support
    Replies: 5
    Last Post: 05-04-2008, 10:38 AM
  3. Some videos not playing
    By shopgood in forum General Discussions
    Replies: 5
    Last Post: 09-21-2007, 01:02 AM
  4. Videos not playing? Is my video queue converter working?
    By GreenGambler in forum General Discussions
    Replies: 7
    Last Post: 09-03-2007, 06:00 AM
  5. Long videos not playing correctly.
    By GhostFreak in forum Installation Support
    Replies: 19
    Last Post: 08-29-2007, 04:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •