Hi rednoah, thanks for the clarification, I had the suspicion it was related to the global function, but I didn't know they were treated differently compared to other languages. It seemed to me to be the best way for code cleanup and I had the intention of calling them multiple times.
Anyway, I ...
Search found 5 matches
- 02 Apr 2024, 14:43
- Forum: macOS
- Topic: renaming preview and effective preview don't match
- Replies: 8
- Views: 10795
- 01 Apr 2024, 19:59
- Forum: macOS
- Topic: renaming preview and effective preview don't match
- Replies: 8
- Views: 10795
Re: renaming preview and effective preview don't match
thank you I have sent to you the complete code via pm, also, I have added your code, but I had to comment some part because the new name it would get very long...
I keep seeing errors:
https://i.ibb.co/PGWx7SS/Schermata-2024-04-01-alle-21-45-44.png
and again if I click "Edit Format" on the ...
I keep seeing errors:
https://i.ibb.co/PGWx7SS/Schermata-2024-04-01-alle-21-45-44.png
and again if I click "Edit Format" on the ...
- 01 Apr 2024, 18:18
- Forum: macOS
- Topic: renaming preview and effective preview don't match
- Replies: 8
- Views: 10795
Re: renaming preview and effective preview don't match
the function is called in the section below among other, a brief extraction of the code:
{pulisciNome(n)} ({y}) {setTag()}
[{vf} {vc.replace('AVC', 'H.264')replace('HEVC', 'H.265')}{any{ ' ' +
hdr.replace('Dolby Vision', 'DV')}{ ' ' + dovi}}{bitdepth > 8 ? ' ' + bitdepth + 'bit ...
{pulisciNome(n)} ({y}) {setTag()}
[{vf} {vc.replace('AVC', 'H.264')replace('HEVC', 'H.265')}{any{ ' ' +
hdr.replace('Dolby Vision', 'DV')}{ ' ' + dovi}}{bitdepth > 8 ? ' ' + bitdepth + 'bit ...
- 01 Apr 2024, 18:07
- Forum: macOS
- Topic: renaming preview and effective preview don't match
- Replies: 8
- Views: 10795
Re: renaming preview and effective preview don't match
[General]
Count : 349
StreamCount : 1
StreamKind : General
StreamKind/String : General
StreamKindID : 0
UniqueID : 69244035331367313036195428574858477242
UniqueID/String : 69244035331367313036195428574858477242 (0x3417EA864853E797479C38BA22167EBA)
VideoCount : 1
AudioCount : 2
TextCount : 3 ...
- 01 Apr 2024, 16:35
- Forum: macOS
- Topic: renaming preview and effective preview don't match
- Replies: 8
- Views: 10795
renaming preview and effective preview don't match
Hi,
I have written a script to group and collect audio track info, however i found out that renaming preview and effective preview do not match and It's driving me crazy.
below my code
{
String audioToString(){
def myAudioList = []
for (int i = 0; i < audio.format.size(); i++) {
def ...
I have written a script to group and collect audio track info, however i found out that renaming preview and effective preview do not match and It's driving me crazy.
below my code
{
String audioToString(){
def myAudioList = []
for (int i = 0; i < audio.format.size(); i++) {
def ...