Unable to play back encoded files - Web Player

5 replies [Last post]
wtopace
wtopace's picture
User offline. Last seen 2 years 11 weeks ago. Offline

Hello, I am new to video transcoding, and have been trying off and on for a few weeks to create a Divx Plus compatible H.264 MKV file. I am able to create the video files, but the web player keeps giving the following error message:

DivX Web Player: playback error
=================================
The downloaded video file is not a DivX file.

If anyone more experienced than myself can find the problem with my encoded file, I would be very grateful.

NOTE: Please remove .jpg from the file extension.

Thanks,
Wes

PS - Conversion information:
Command:
"ffmpeg -t 5 -y -i SCC.S02E19.avi -s 1280x720 -maxrate 20000000 -bufsize 25000 -bf 3 -g 96 -qmax 51 -acodec aac -ab 128k -ac 2 -r 1001/24 -vcodec libx264 -vpre hq -crf 22 -threads 0 video.mkv"

libx264-hq.ffpreset:
coder=1
flags=+loop
cmp=+chroma
partitions=+parti8x8+parti4x4+partp8x8+partb8x8
me_method=umh
subq=8
me_range=16
g=250
keyint_min=25
sc_threshold=40
i_qfactor=0.71
b_strategy=2
qcomp=0.6
qmin=10
qmax=51
qdiff=4
bf=3
refs=4
directpred=3
trellis=1
flags2=+wpred+mixed_refs+dct8x8+fastpskip

AttachmentSize
video.mkv_.jpg948.93 KB
wtopace
wtopace's picture
User offline. Last seen 2 years 11 weeks ago. Offline
Bump - Is there any more

Bump - Is there any more information I can provide or troubleshooting steps I can take to help with this? I would prefer to use the new H.264 divx and not the old divx codec if possible.

I have even tried ffmpeg outputting 10s of raw video to a file and reading that in to x264 using the parameters included on this website with no luck (muxing the video track with mkvmerge and no audio track).

Ersatzteile
Ersatzteile's picture
User offline. Last seen 2 years 11 weeks ago. Offline
Hi, i had the same Problem.

Hi,

i had the same Problem. My Problem was the Streaming Server please check this...

Gruß
Moris Mommsen
von http://ersatzteil-tip.com

MediaInfo

Can you install mediainfo and get the file details? Post the details here and we'll see if we can figure it out.
http://mediainfo.sourceforge.net/Download

Also, what tool(s) are you using to make the file? Maybe we can figure out the exact presets for that tool/GUI to help you along.

wtopace
wtopace's picture
User offline. Last seen 2 years 11 weeks ago. Offline
Thanks for the quick reply

Thanks for the quick reply this time! Most of the information for your questions was in my first post before the bump (including a 5 second video attachment of the video in question). I have downloaded MediaInfo and will post the output here. I used a table I found online to map x264 options to ffmpeg using the libx264 encoder and set all necessary options in your "How to encode with x264" tutorial. I have also tried using ffmpeg to output rawyuv to a file and feed that file to x264 with your options without luck. If there is anything missing from my first post let me know and I will respond with any necessary information to help out.

General
Complete name : C:\Users\Wes\Desktop\video.mkv
Format : Matroska
File size : 949 KiB
Duration : 5s 525ms
Overall bit rate : 1 407 Kbps
Writing application : Lavf52.39.2
Writing library : Lavf52.39.2

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile :
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Muxing mode : Container profile=Unknown@3.2
Codec ID : V_MPEG4/ISO/AVC
Duration : 5s 476ms
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Original display aspect ratio : 16:9
Frame rate : 41.708 fps
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Progressive
Writing library : x264 core 78
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.0:0.0 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-2 / threads=3 / nr=0 / decimate=1 / mbaff=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=32 / keyint=250 / keyint_min=25 / scenecut=40 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=22.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / vbv_maxrate=20000 / vbv_bufsize=479 / ip_ratio=1.41 / aq=1:1.00

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : No
Codec ID : A_AAC
Duration : 5s 525ms
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
Video delay : -48ms

peskypescado
peskypescado's picture
User offline. Last seen 7 weeks 6 days ago. Offline
Joined: 04/30/2009
Posts: 125
I will check this file on

I will check this file on some more of my machines at work on Monday, but the attached file streamed fine from my web host. Where are you trying to host your file at? You can PM the info if you don't want it publicly disclosed.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.