Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Jason

    (@jasondolan)

    Hi Kyle,

    It’s actually an iPhone 3GS. So not as old as 5 years yet. 2010 model.
    I can play any video, it’s just if the original is HD and I convert original to H264 it won’t play on it, even with 480p.

    I am able to play with Wowza on the same phone, so probably some code.
    but when I looked into the specs, baseline, 3.0 but the audio must be 64K.
    Could be that.

    Anyway, I’ve been experimenting a bit, If I upload a 5.1 surround sound video file, it always fails to encode.
    I would probably need to add more commands maybe?.

    Here is the log:

    ffmpeg version N-59015-g3efe5e3 Copyright (c) 2000-2013 the FFmpeg developers
      built on Dec 12 2013 05:35:53 with gcc 4.6 (Debian 4.6.3-1)
      configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
      libavutil      52. 58.100 / 52. 58.100
      libavcodec     55. 45.101 / 55. 45.101
      libavformat    55. 22.100 / 55. 22.100
      libavdevice    55.  5.102 / 55.  5.102
      libavfilter     3. 92.100 /  3. 92.100
      libswscale      2.  5.101 /  2.  5.101
      libswresample   0. 17.104 /  0. 17.104
      libpostproc    52.  3.100 / 52.  3.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/www/wp-content/uploads/2013/12/channelcheck-large.mp4':
      Metadata:
        major_brand     : dby1
        minor_version   : 0
        compatible_brands: isommp42dby1
        creation_time   : 2011-09-22 00:28:51
        encoder         : Audio: Dolby Digital Plus Encoder 2.2.2 Video: Dolby Impact H.264 Encoder 2.4.7.26 (win64)
      Duration: 00:01:21.95, start: 0.000000, bitrate: 2753 kb/s
        Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 2533 kb/s, 29.97 fps, 29.97 tbr, 29970 tbn, 59.94 tbc (default)
        Metadata:
          creation_time   : 2011-09-22 00:28:51
          handler_name    : video handler
        Stream #0:1(und): Audio: eac3 (ec-3 / 0x332D6365), 48000 Hz, 5.1(side), fltp, 224 kb/s (default)
        Metadata:
          creation_time   : 2011-09-22 00:28:51
          handler_name    : ilst handler
    [libx264 @ 0x24f09a0] using SAR=1/1
    [libx264 @ 0x24f09a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
    [libx264 @ 0x24f09a0] profile Constrained Baseline, level 3.0
    [libx264 @ 0x24f09a0] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - https://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
    [libvo_aacenc @ 0x24f19e0] Unable to set encoding parameters
    Output #0, mp4, to '/var/www/wp-content/uploads/2013/12/channelcheck-large-480.mp4':
      Metadata:
        major_brand     : dby1
        minor_version   : 0
        compatible_brands: isommp42dby1
        encoder         : Audio: Dolby Digital Plus Encoder 2.2.2 Video: Dolby Impact H.264 Encoder 2.4.7.26 (win64)
        Stream #0:0(und): Video: h264 (libx264), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 90k tbn, 29.97 tbc (default)
        Metadata:
          creation_time   : 2011-09-22 00:28:51
          handler_name    : video handler
        Stream #0:1(und): Audio: aac, 48000 Hz, 5.1(side), s16, 160 kb/s (default)
        Metadata:
          creation_time   : 2011-09-22 00:28:51
          handler_name    : ilst handler
    Stream mapping:
      Stream #0:0 -> #0:0 (h264 -> libx264)
      Stream #0:1 -> #0:1 (eac3 -> libvo_aacenc)
    Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height

    [Moderator Note: Please post log files between backticks or use the code button.]

    I hope you keep updates now and then when you have time, it’s a really good plugin. I can’t find any other WordPress plugin that has these features.

    Thanks,
    Jason.

Viewing 1 replies (of 1 total)