• Resolved ncnguyen

    (@ncnguyen)


    I got these errors when upload files for every encode format, always got this error.

    360p H.264 Error: [aac @ 0x4d21100] Qavg: 639.154
    Custom 480p H.264 Error: [aac @ 0x47f2100] Qavg: 639.154

    How to fix this?

    Also if I move to my windows server ffmpeg won’t run auto encode after uploaded, so strange.

    @another: How to bring encode process to front end? And how to call thumbnail url? How to call embed code?

    I’m waiting for your premium version and hopefully it will have front end upload and front end encode process too.

    Thank you so much ??

    https://www.ads-software.com/plugins/video-embed-thumbnail-generator/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    Do you get that error in the test output in the FFMPEG Settings tab of the plugin settings page? If so, please post the entire output.

    I don’t have any way of testing FFMPEG with Windows servers so I’ve always relied on other users testing it out. If you get any specific error messages explaining why it doesn’t auto encode, please let me know. Otherwise I just have to leave it in the Windows mystery file.

    Bringing back end processes to the front end is a low priority for me. Don’t count on those things being available in a future version. I just had a baby and he’s taking up all of my development time right now. Several users have used front end uploader plugins with my plugin and it has worked fairly well I think.

    How exactly do you want to call the thumbnail URL? In what context? It’s stored in the _kgflashmediaplayer-poster and _kgflashmediaplayer-poster-id meta fields of the video attachment.

    If you have the video ID you can create your own embed code. Just replace the XXX with the video ID and the www with whatever width you want, and hhh with whatever height you want.

    <iframe allowfullscreen src='https://www.kylegilman.net/?attachment_id=XXX&kgvid_video_embed[enable]=true' frameborder='0' scrolling='no' width='www' height='hhh'></iframe>

    Thread Starter ncnguyen

    (@ncnguyen)

    Thank you for your support!

    For windows server, we quit too. It seem ffmpeg cannot run automatically, it still can run manually when you click encode button. Servers don’t show up any logs about this.

    For front end, it work with wp-front-end-pro perfectly, thanks for your advice.

    Thumbnail url, I want to get it from a post because our theme does not support feature images. I tried to call by using this: get_post_meta(get_the_ID(), “_kgflashmediaplayer-poster”, true) but it seem it is a wrong way.

    Have any shortcode to call embed code? I mean to show up embed code on another place of post content.

    Thread Starter ncnguyen

    (@ncnguyen)

    Finally, best wishes to your little angel and family. I am going to become a father next few months too ??

    Thread Starter ncnguyen

    (@ncnguyen)

    I figured out how to do this ?? Just set thumb image to parent post and call it normally.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Encode Error: [aac @ 0x4d21100] Qavg: 639.154’ is closed to new replies.