Results 1 to 5 of 5

Thread: .wmv not working

  1. #1

    Default .wmv not working

    Since my thread was closed before in FAQ thread without ANY help...

    I'll re-open here.

    First of all my host has tried everything. They have lots of people that have clipshare on there hosting with 0 problems.. So they need to know what codecs they need to install or what needs to be done so other types of videos work other then .avi .

    I bought the script hoping it would work.. Prove me that it does.

  2. #2

    Default

    admin got it to work for his video.. but every other video afterwords doesn't work..

    Appears this script still needs lots of work before it is complete.

    Wouldn't mind so much if i had a good FREE wmv to .flv converter.. So i could do everything manually..

    I lost 3 people that were going to upload a bunch of stuff for me.. but because of all the errors they left..

    All I can say is good luck..

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

    Default

    if video convertion do not work, problem is your ffmpeg/mencoder installation. Try running the conversion command on the server, if you have problem ask your web host to try running the command on command line and see if that works, if not ask them to fix it.

    If requirements are not properly installed, all video formats will not work properly.

  4. #4

    Default

    Here are the results.. they tell me it was successful...

    root@imageleet [/home/****/public_html/files]# ffmpeg -i test.wmv test.flv
    FFmpeg version SVN-r9083, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: --disable-shared --enable-libmp3lame
    libavutil version: 49.4.0
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on May 21 2007 16:29:03, gcc: 3.4.6 20060404 (Red Hat 3.4.6-8)
    [wmv3 @ 0x83c55c4]Extra data: 8 bits left, value: 0


    Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
    Input #0, asf, from 'test.wmv':
    Duration: 00:00:16.9, start: 3.000000, bitrate: 194 kb/s
    Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 88 kb/s
    Stream #0.1: Video: wmv3, yuv420p, 320x240, 123 kb/s, 25.00 fps(r)
    Output #0, flv, to 'test.flv':
    Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 25.00 fps(c)
    Stream #0.1: Audio: mp3, 44100 Hz, stereo, 64 kb/s
    Stream mapping:
    Stream #0.1 -> #0.0
    Stream #0.0 -> #0.1
    [wmv3 @ 0x83c55c4]Extra data: 8 bits left, value: 0
    Press [q] to stop encoding
    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.
    frame= 422 fps=190 q=3.3 Lsize= 704kB time=16.9 bitrate= 341.6kbits/s
    video:554kB audio:133kB global headers:0kB muxing overhead 2.477192%

    Now what do i do..

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

    Default

    ffmpeg -i test.wmv test.flv
    Now your ffmpeg, it just calls an ffmpeg some where in your server, this may not the same ffmpeg you use in the config.php

    Upload a video and get the exact command used for conversion from the debug.txt, then run it in command mode.

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
  •