08.06.2018, 15:15
VP9 video Can't convert to H.264 mp4
not working VP9 video
|
08.06.2018, 15:15
VP9 video Can't convert to H.264 mp4
08.06.2018, 16:22
Works fine here.
-> read sticky
09.06.2018, 17:26
-> Need a debug output level 9 of the job creation.
Also: What is the resolution of the logo you want to add. (make sure it is mod2 if your plan to put it on anything that isn't 4:4:4 or RGB)
05.02.2019, 03:48
05.02.2019, 08:32
There are multiple ways to add logos.
Read the sticky, provide a debug output level 9.
07.02.2019, 02:56
07.02.2019, 06:45
Think I found the problem will send you a link to a dev version for testing via PM in a few minutes.
Cu Selur
10.02.2019, 14:56
10.02.2019, 15:15
Avisynth script
C:\temp\encodingTempSynthSkript_20_48_49_3710.avs LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll") "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "C:\temp\encodingTempSynthSkript_20_48_49_3710.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - || "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset superfast --tune psnr --pass 1 --bitrate 1500 --profile high --level 3.1 --rc-lookahead 40 --weightp 2 --sar 1:1 --non-deterministic --range tv --stats "C:\temp\goop_20_48_49_3710_08.stats" --demuxer raw --input-res 1280x720 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output NUL Seeing that the input has 276 my guess is that, either: a. the source has a bug which causes FFVideoSource to crash b. the decoding process causes Avisynth to use too much RAM c. something else causes ffmpeg to crash -> Assuming your source file is okay, and ffmpeg isn't using too much RAM and your system has no memory issue, try the following:
Cu Selur |
« Next Oldest | Next Newest »
|