The issue only seems to happen when multiple sources are used as input.
When I start Hybrid, load a single source, and then switch the audio processing to 'auto add (last)' it seems to work fine here.
Is this the case for you too?
Cu Selur
+ Reply to Thread
Results 2,071 to 2,100 of 2343
-
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
Sry for late answer:
Yes you are right. It works too on my end, when i use only one video. Then i can change to auto add (last) after i load the video.
And ok, good to know. Did not notice it, because in my project atm i want to delete the subtitle. So i did never passthrough/use the subtitles. -
Send you a link to a version which might fix the audio handling issue,... (doesn't happen here anymore, but there might still be issues)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Hybrid adds the trim-call directly after the source, so if you embed subtitles they need to be adjusted to the new source length.
btw. just noticed that I broke subtitle extraction in the last dev version.
I was just coming to report this to you, but it is good to know that you are already aware of it. 🙂
Another thing I noticed is: there is a special area for additional commands to be added to the mkvmerge command line (Config -> Containers -> Mkv Settings -> Mkvmerge command line addition), but there isn't something similar for mp4box. Is there any particular reason why it doesn't have this functionality as well? 🤔 -
Is there any particular reason why it doesn't have this functionality as well?
Cu Selur
Ps.: send you a pm to the current dev version, which should fix the subtitle issue.users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Will look into it.
Btw. since your source has language tags and you are passing through the audio, instead of using 'auto add (last)' I would recommend telling Hybrid to only add the audio stream with a specific language,... (using the setting under Config->Automation->Passthrough streams)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
I must be doing something different than you, I can't reproduce this here.
What I do is:- Start Hybrid.
- Load 3 files all with multiple audios.
- Change the audio processing to 'auto add (last)'.
...
Okay, I think I have found the problem, before switching to 'auto add (last)' you use 'passthrough all' and the problem seems that Hybrid doesn't properly clear the queue on the change.
My default audio processing was 'ignore' which is why I couldn't reproduce the problem.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Send you a new link, which should fix the audio queue clearing.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
I never needed it, and nobody requested it (with an explanation which flags should not be added to the ui, but needs a special option to add)
Ps.: send you a pm to the current dev version, which should fix the subtitle issue. -
Send new link.
I only miss "-brand" and "-ab" (for compatibility reasons), which are useful for getting the file recognized on some devices.
What brand is missing? (I never needed more brands, so I'm curious and I never needed an alternative brand.)users currently on my ignore list: deadrats, Stears555, marcorocchini -
Send new link.
So, regarding the issue:
Ps.: send you a pm to the current dev version, which should fix the subtitle issue.
What brand is missing? (I never needed more brands, so I'm curious and I never needed an alternative brand.)
Here's a comprehensive list of other brands if you'd like to take a look: https://ftyps.com/, also https://mp4ra.org/#/brands and https://mp4ra.org/#/codecsLast edited by firest; 21st May 2023 at 02:39.
-
@firest: Argh,.... if you have the time, it would be nice if you could create 3 lists.
1. one which includes all AVC video (not image) brands
2. one which includes all HEVC video (not image) brands
3. one which includes all the video (not image) brands.
this would help a lot, adding support for these.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Busy today, but I'll look into the list and add them as options to Hybrid this evening or tomorrow.
Will also look into the subtitle extraction again.
Argh,.... if you have the time, it would be nice if you could create 3 lists.
Also, another thing I noticed a few hours ago is that even if you disable "MT Mode" in "Filtering -> Avisynth -> Misc -> Script -> Disable MT", Hybrid will still import "mtmodes.avsi". But once the code referring to it is removed normally, that line "loses" its effect. However, I don't know if this can cause any impact on perfomance or anything else, since it's being imported for nothing, so I'm reporting it to you (in case it is not something intentional, etc).Last edited by firest; 21st May 2023 at 03:33.
-
The mkvmerge command line option is there since there were sometimes undocumented features in mkvmerge that I needed to add when trying to find a bug with the author or mktoolnix.
In general, I prefer having options in the gui if they make sense, since otherwise parsing the command lines later to find input&output files etc. or finding bugs becomes more problematic.
Wrote a quick implementation with just the brands from https://ftyps.com/ and send you a link via pm. Adding the three lists will be easy.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
In general, I prefer having options in the gui if they make sense, since otherwise parsing the command lines later to find input&output files etc. or finding bugs becomes more problematic.
Wrote a quick implementation
I just tested it and it worked fine. But I felt that things got a little "tight" inside the GUI, to the point where they got a little cut off... (at least on my end) making the font smaller helps, but makes it tiring to read. Is it possible to make it a little bigger (the GUI)? In terms of height, since it's not possible to resize.
Adding the three lists will be easy.
One last thing regarding this: you could also add an extra option to use brands from the "all" list, as there are many that aren't covered by the others lists (AVC and HEVC). -
Is it possible to make it a little bigger? In terms of height, since it's not possible to resize.
Also, do you know how to set alternative brands with ffmpeg? (ffmpeg can be used as alternative muxer for mp4s)users currently on my ignore list: deadrats, Stears555, marcorocchini -
Bigger in what way? Do you want to see more options at once? (currently 10)
On the left side is how things are being displayed with the font size I normally use, while on the right side is the way it should be, which is with the smaller font.
So if the GUI was larger in height, maybe things would fit better. The width is already fine.
Also, do you know how to set alternative brands with ffmpeg? (ffmpeg can be used as alternative muxer for mp4s)
Code:-tag[:stream_specifier] codec_tag (input/output,per-stream) Force a tag/fourcc for matching streams.
Last edited by firest; 21st May 2023 at 22:35.
-
Ah, okay, that seems strange.
Try: changing the font size in Hybrid (View->Font), Hybrid does adjust the ui to the font size. Themes like Qt<>Windows is having issues with your font size selection.
---
But it doesn't seem to have any effect (or at least none that I've noticed), so I don't think it's possible to do this using FFmpeg.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Try: changing the font size in Hybrid (View->Font), Hybrid does adjust the ui to the font size.
Themes like Qt<>Windows is having issues with your font size selection. -
It helped a lot!
Now when changing the font size things fit much better inside the GUI. However, if I restart Hybrid and open it again, when I switch the tab things go back to the way they were before, so I have to change the font size again. But it's already much better than before, so thank you! -
I always make sure to save when I make any changes, so that's not the problem.
Absolutely no idea why after restarting and switching tabs, the interface reverts back to what it was. -
No clue either, can't reproduce this here.
There is some size adjustment, but nothing that reverts the interface back to the default state.users currently on my ignore list: deadrats, Stears555, marcorocchini -
I have a Question about RIFE in Hybrid. What is the difference between torchRIFE and normal RIFE? Is one of them better quality-side and/or is one faster in speed ? So TorchRIFE uses Tensorcores, but actually its way slower than normal RIFE (not TorchRIFE). I have 20FPS on TorchRIFE with Tensor and 55FPS on normal RIFE. Should it be way faster with Tensor like on Upscaling ?
And what does "ensemble true" or "ensemble false" mean ? What happens with true/false ?
And why do i have "1073741824" in "max WSS" in TorchRIFE ? Because Tooltip says more than 1, less than 30, or not ?Last edited by Platos; 23rd May 2023 at 19:58.
-
RIFE = https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan
RIFE (torch) = https://github.com/HolyWu/vs-rife
Whether one or the other is faster depends on the system, the used model,...
And why do i have "1073741824" in "max WSS" in TorchRIFE ? Because Tooltip says more than 1, less than 30, or not ?
Tool-tip says that the default is "1 << 30" which means one (left) shifted 30 times, which is 1073741824.
And what does "ensemble true" or "ensemble false" mean ? What happens with true/false ?
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
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