Anime4000 / IFME

Powerful x265 GUI Encoder
https://x265.github.io/
GNU General Public License v2.0
249 stars 54 forks source link

Crash when encoding video #164

Closed Deadshot00 closed 4 years ago

Deadshot00 commented 6 years ago

Hi, I'm new to ubuntu and I recently encountered an error when attempting to encode a video. Ubuntu 16.04 with IFME 7.7. It happened with 10bit x264 and 8 bit x264 as well. I installed Mono runtime. Here is a picture of the logs. ubuntuv2

Anime4000 commented 6 years ago

sorry... my bad.... hahaha it appear that I leave .exe on JSON file...

open plugin/video.x265gcc/_plugin.json and remove .exe then save

        "Encoder": [
            {
                "BitDepth": 8,
                "Binary": "x265-08.exe"
            },
            {
                "BitDepth": 10,
                "Binary": "x265-10.exe"
            },
            {
                "BitDepth": 12,
                "Binary": "x265-12.exe"
            }

Line 24, 28, 32

Deadshot00 commented 6 years ago

I removed it and still got the same error ubuntu3 json

Anime4000 commented 6 years ago

permission denied... try chmod +x x265-08 chmod +x x265-10 chmod +x x265-12

Deadshot00 commented 6 years ago

Thanks that fixed it. It is working now. How do I use Vapoursynth or Avisynth filters with ifme in ubuntu?

Anime4000 commented 6 years ago

you need compile FFmpeg in linux to support it,

Deadshot00 commented 6 years ago

I've compiled ffmpeg. Where do I add the scripts?

Deadshot00 commented 6 years ago

I made a sample script as shown here: https://github.com/Anime4000/IFME/wiki/AviSynth but it can't be imported into the encoder. Nothing happens after importing the avs file

Deadshot00 commented 6 years ago

I updated my avisynth + and it worked now to try it on ubuntu

Deadshot00 commented 6 years ago

The encoder does not merge the output at the end of encoding. merge

Anime4000 commented 6 years ago

Mkvmerge said it was success... Avisynth in linux seem limited in term of avisynth library

Deadshot00 commented 6 years ago

Will vapoursynth work with ifme?

Anime4000 commented 6 years ago

not sure about vapoursynth, never been tested. since FFmpeg only read avisynth

Deadshot00 commented 6 years ago

Will you add vapoursynth support in a future release? as it is easier to use in linux

Anime4000 commented 6 years ago

I can add support if have proper linux decoder and pipe support. like this: http://forum.doom9.org/showthread.php?t=167627