@Wingist: Just noticed that some refactoring disabled all tool tips in Hybrid -> will release a new version tomorrow, which will fix that. (didn't notice since, I normally don't read the tool tips)
+ Reply to Thread
Results 1,111 to 1,140 of 2343
-
-
Selur,this is OOT,
but can you tell me is there a way to get the latest version of x265, so i don't have to delete x265 folder, and cloning again just to get the latest version? -
For linux: latest -> compile them yourself (see: https://bitbucket.org/multicoreware/x265/wiki/Home -> Linux instructions)
adding a ppa of someone (in example https://launchpad.net/~djcj/+archive/x265) will normally not give you always the latest. It's rare that ppas offer daily builds for each update. -
It uses whatever version is available. (if you change out versions you should reset the tool cache (Config->Tools->Clear ...)
On Windows I added:
Code:ffmpeg version git-2014-06-29-f02a440 Copyright (c) 2000-2014 the FFmpeg developers built on Jun 29 2014 08:15:34 with gcc 4.9.0 (Rev4, Built by MSYS2 project) configuration: --arch=x86_64 --disable-debug --disable-shared --disable-doc --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avfilter --enable-bzlib --enable-zlib --enable-librtmp --enable-gnutls --enable-avisynth --enable-frei0r --enable-filter=frei0r --enable-libbluray --enable-libcaca --enable-libopenjpeg --enable-fontconfig --enable-libfreetype --enable-libass --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libsoxr --enable-libtwolame --enable-libutvideo --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvo-aacenc --enable-openal --enable-libopus --enable-libvidstab --enable-ibvpx --enable-libwavpack --enable-libxavs --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzvbi libavutil 52. 90.101 / 52. 90.101 libavcodec 55. 68.100 / 55. 68.100 libavformat 55. 44.100 / 55. 44.100 libavdevice 55. 13.101 / 55. 13.101 libavfilter 4. 9.100 / 4. 9.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100
-
Re! Here is the file: https://docs.zoho.com/file/mb9ur0d3cca7c8cab4297baef3228f511268e
-
-
Can't reproduce your problem.
What I did:- start Hybrid
- load your source
- enabled "Config->Internals->Avisynth->Always use Avisynth" to make sure Avisynth is used, even when I use no Avisynth filter which would require it's usage
- set 'Main->Handling->Video handling' to UT Video
- set a .avi output file (Main->Output file')
- created a job: 'Main->Add to queue'
- started the job (Jobs->Start)
Since I got the UT video vfw codec installed, I also did another test where I enabled 'Filtering->Avisynth->Misc->Misc->Prefer AviSource for input'. (otherwise FFvideoSource, would be used)
-> same result, nor problem processing the file using Avisynth
Cu Selur
---
Are there any difference between bt709 and bt601 ut codec decoding? (it was encoded by bt709 encoder) -
Всем халоу!
x265 is capricious and not going to take non-integers for -aq (1.10-crash;1-ok)
- It seems that again the problem "Minimize command line" -
-
whether you attempt to encode Daala?
It works fine with avisynth ,however it has problems without the usage of avisynth.
Still can't reproduce your problem, here's what I did:- started Hybrid
- loaded your source
- set 'Main->Handling->Video handling' to UT Video
- set a .avi output file (Main->Output file')
- created a job: 'Main->Add to queue'
- started the job (Jobs->Start)
-
Other problem appeared. When I comapre the original ut-video file, and the transcoded compressed files, the compressed video files look choppier than the original. It seems that they lost half of their frame-rate,, despite the mediaplayers (MPC-HC and Potplayer) show the fps as "normal".
I uploaded the original ut video file (2GB) here: https://docs.zoho.com/file/mb9ur17b7c07c2e3040b5aa30a3cba4e2f5c3
and the compressed files : (65Mbyte) VP9file:: https://docs.zoho.com/file/mb9ur77ba424996bf4891afd88b185103dada
X264 file: (65MByte) https://docs.zoho.com/file/mb9urfe09d8b651044520936529cf8423ccf8 -
Other problem appeared.
the compressed video files look choppier than the original. -
When frame count and frame rate match, the problem might be a playback problem.
Downloading the 2GB file will take a while, max download speed I get is 1.3MB/s and download is indicated to take 1/2 hour, problem is I have to be out of the house in 10min, so I will download and look at it later. -
After you downloaded the files, can you reflect about the problems? Because it will be obvious that the real visible frame-rate (not the nominal what the mediainfo and other services indicate) is slower than the original. I tried it with windows media player MPC-HC Potplayer and VLC too)
-
After you downloaded the files, can you reflect about the problems?
-
-
Could you download the uploaded files?
Yes, I did it, but the problem remained the same. -
Attached 3 reencodes of your source and looked at them:
Code:LoadCPlugin("G:\Hybrid\avisynthPlugins\ffms2.dll") # loading source v1 = FFVideoSource("Sequence 01_1.avi").SubTitle("original") v2 = FFVideoSource("x264.mkv").SubTitle("x264") v3 = FFVideoSource("decodedByAviSource(UT Video VFW).mp4").SubTitle("decodedByAviSource(UT Video VFW)") v4 = FFVideoSource("decodedByFFVideoSource.mp4").SubTitle("decodedByFFVideoSource") v5 = FFVideoSource("decodedByFFmpeg.mp4").SubTitle("decodedByFFmpeg") StackVertical(StackHorizontal(StackHorizontal(v2,v3), StackHorizontal(v4,v5)), StackHorizontal(StackHorizontal(v1, v1), StackHorizontal(v1, v1)))
Problem is that none of my encodes does.
-> can't reproduce your problem.
Did you enable some filter which isn't enabled by default?
If you can reproduce your output and create a DebugOutput while doing it (see: http://www.selur.de/support) I can have another look at it, otherwise with me not being able to reproduce the problem I must leave it as it is.
Cu SelurLast edited by Selur; 2nd Jul 2014 at 07:25.
-
-
The avisource option hepled, ...
... is it possible to turn on automatically when the source is avi?
Cu Selur
Similar Threads
-
vp9 vs x265 vs DivX265
By deadrats in forum Video ConversionReplies: 14Last Post: 28th Jun 2015, 09:48 -
HEVC-x265 player in linux?
By racer-x in forum LinuxReplies: 4Last Post: 20th Mar 2014, 18:10 -
Hybrid [x264/XViD - MKV/MP4] Converter Support Thread
By Bonie81 in forum Video ConversionReplies: 6Last Post: 8th Jan 2013, 03:53 -
VP8 vs x264
By Selur in forum Video ConversionReplies: 14Last Post: 14th Apr 2012, 07:48 -
How often do you reinstall your operating system(windows,mac,linux etc..)?
By johns0 in forum PollsReplies: 28Last Post: 22nd Jan 2011, 17:14