You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Internet Friendly Media Encoder

From EverybodyWiki Bios & Wiki



Internet Friendly Media Encoder
IFME program icon
IFME program icon
IFME 4.7 running under Windows 10 Technical Preview
IFME 4.7 running under Windows 10 Technical Preview
Developer(s)Anime4000
Initial releaseSeptember 30, 2013; 10 years ago (2013-09-30)
Preview release
4.8 / December 7, 2014; 9 years ago (2014-12-07)
Written inC#[1]
Engine
    Operating system
    Platformx64
    Mono Runtime
    .NET Framework
    Size
    Available inArabic, Brazilian Portuguese, English, French, German, Greek, Indonesian, Italian, Japanese, Korean, Malay, Norwegian, Spanish, Vietnamese, Chinese Simplified[3]
    TypeTranscoder
    LicenseGNU GPL v2[4]
    Websiteifme.sourceforge.net

    Search Internet Friendly Media Encoder on Amazon.

    Internet Friendly Media Encoder (abbreviated: IFME) is a free and open-source batch transcoding application, originally developed by Anime4000 in April 2013 to convert video game footage that captured by Fraps, due to uncompressed format nature, almost impossible to share, archive and upload.[5] Available for 64bit Windows and Linux from its official website.[2]

    Internet Friendly Media Encoder has its own anime mascot, her name is Ifme-chan (Japanese: イフミーちゃん) drawn by ray-en,[4]

    Internet Friendly Media Encoder mascot (Ifme-chan) drawn by ray-en

    Features[edit]

    Addons update[edit]

    Addon on Internet Friendly Media Encoder are up-to-date capable, update will be perform once the program launches. This ensures user gets the latest stable encoder.[6]

    Fast and Easy queue[edit]

    Internet Friendly Media Encoder will keep original properties such as Video resolution, bit depth, frame rate, frame rate mode, Subtitle, Attachment and Chapter. The encoder only converts video and audio codec.[7]

    High compression[edit]

    The encoder transcodes video into HEVC format by using MulticoreWare x265 video encoder, this allows a file size shrink of up to 50%, while retaining the same quality over H.264 standard.[8]

    De-interlace support[edit]

    Automatically Deinterlaces input format by detecting video container data. Deinterlace quality determine by x265 preset.[7]

    Subtitle and Attachment[edit]

    Supports user added subtitle (SSA/ASS, SRT) and attachment (font) for subtitle styling, this feature is only limited to MKV output.[7]

    Linux Support[edit]

    Starting version 4.6, Internet Friendly Media Encoder adds Linux support by running under Mono Runtime.[9]

    A screenshot of IFME 4.7 running on Ubuntu 14.04.1
    Due to mono limitation, realtime terminal message unable to display, thus redirect back to terminal.

    Addons[edit]

    Internet Friendly Media Encoder allows a user add their own, or modify script, binaries and commands into the program.[6]

    Samples[edit]

    [addon]
    type = audio
    
    [profile]
    name = OGG (My custom command script by using FFmpeg)
    dev = FFmpeg
    version = 2.4
    homepage = https://www.ffmpeg.org/
    container = mkv
    
    [provider]
    name = Gamedude-san
    update = http://example.com/update/addons/test.txt
    download = http://example.com/update/addons/test.ifz
    
    [data]
    app = ../ffmpeg/ffmpeg.exe
    cmd = -i |{2}| -vn -ab {0}k -acodec libvorbis -y |{1}.ogg| {3}
    adv =
    quality = 45,64,80,96,112,128,160,192,224,256,320,499
    default = 128
    

    Explanation[edit]

    • addon: General info about script.
      • type: Tell program this script was for video or audio.
    • profile: Profile about script and binaries.
      • name: Script/binary name.
      • dev: Binary developer.
      • version: Script/binary version.
      • homepage: Script/binary website.
      • container: Script intend for mkv or mp4 output.
    • provider: Script provider information.
      • name: Script provider name.
      • update: URL to get latest version info.
      • download: URL to download latest version.
    • data: Binary command and value.
      • app: Binary file path. Using path ../ to use existing encoder binary.
      • cmd: Command that will use, place holder: {0} quality of bit rate, |{1}| output file, |{2}| input file, {3} extra command.
      • adv: Extra command-line.
      • quality: List of quality value, comma to separate each value.
      • default: Default value.

    Support[edit]

    Internet Friendly Media Encoder uses FFmpeg back-end.[5] This allows the encoder to accept almost any format.

    Input[edit]

    Output[edit]

    References[edit]

    1. "Intro (24/Jun/2014)". IFME Project. Retrieved 2 October 2014.
    2. 2.0 2.1 "Download". IFME Project. Retrieved 30 September 2014.
    3. "Contribution". IFME Project. Retrieved 28 October 2014.
    4. 4.0 4.1 "Rights". IFME Project. Retrieved 30 September 2014.
    5. 5.0 5.1 "Readme (history)". IFME Project (GitHub). Retrieved 30 September 2014.
    6. 6.0 6.1 "Readme (addons)". The IFME (GitHub). Retrieved 30 September 2014.
    7. 7.0 7.1 7.2 "Readme (how to use)". IFME Project (GitHub). Retrieved 30 September 2014.
    8. "What is HEVC? High Efficiency Video Coding, H.265, and 4K compression explained". CNET (Article by Geoffrey Morrison). Retrieved 1 October 2014.
    9. "Intro (30/Sep/2014)". IFME Project. Retrieved 6 October 2014.

    External links[edit]


    This article "Internet Friendly Media Encoder" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.