Results 1 to 3 of 3

Thread: h.264 encoding with ffmpeg

  1. #1

    Default h.264 encoding with ffmpeg

    Hi, Everything is fine with my MP4 converting, but can you tell me how to confirm that the server is using h.264 encoding with ffmpeg and not just the standard ffmpeg mp4 encoding? what should i be looking for in the php-info to check this?

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    You need to look into command prompt.

    Code:
    ffmpeg -formats | grep 264
    In result, look for some thing like below.

    DE h264 raw H.264 video format
    E ipod iPod H.264 MP4 format
    D V D h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    EV libx264 libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    text2movsub remove_extra noise mov2textsub mp3decomp mp3comp mjpegadump imxdump h264_mp4toannexb dump_extra aac_adtstoasc
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3

    Default

    Yes, its abit different on ubuntu servers, but i think that it active, Thanks

Tags for this Thread

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
  •