wow emcodem, thank you so much for your help mate.
Will start to learn about avisynth, I just don't have all that time to ensure all the video problems are solved. might have to go with the best that i can.
But thank you again for poiting me into the right direction and showing the available ...
Search found 12 matches
- Sat Jan 18, 2020 8:31 pm
- Forum: Usage, tips and tricks
- Topic: Video Corrections
- Replies: 6
- Views: 9900
- Fri Jan 17, 2020 11:02 am
- Forum: Usage, tips and tricks
- Topic: Video Corrections
- Replies: 6
- Views: 9900
Re: Video Corrections
Hey guys,
Thanks both for your help and time.
@emcodem: I would like both, right now i have both a human and a QC software processing a check on the video files and most of our problems are source files already delivered with wrong encodings, mostly frame rate conversions due to NTSC > PAL.
I ...
Thanks both for your help and time.
@emcodem: I would like both, right now i have both a human and a QC software processing a check on the video files and most of our problems are source files already delivered with wrong encodings, mostly frame rate conversions due to NTSC > PAL.
I ...
- Thu Jan 16, 2020 6:32 pm
- Forum: Usage, tips and tricks
- Topic: Video Corrections
- Replies: 6
- Views: 9900
Video Corrections
Hello Everyone,
I have been learning about encoding and technical video corrections using FFmpeg and FFAStrans in order to fix a couple errors in some legacy videos, but i can't seem to fix everything, and i would like to ask you for help on how to fix them, or what's the best way to do it (because ...
I have been learning about encoding and technical video corrections using FFmpeg and FFAStrans in order to fix a couple errors in some legacy videos, but i can't seem to fix everything, and i would like to ask you for help on how to fix them, or what's the best way to do it (because ...
- Thu Mar 14, 2019 10:00 am
- Forum: Usage, tips and tricks
- Topic: MP4 to MOV ProRes
- Replies: 10
- Views: 19494
Re: MP4 to MOV ProRes
Hi zkazzay,
When using video on the "Insert media" and/or "Video overlay", the AviSynth function AviSource is used to read the media files. If you use a codec in an Avi-file that is not supported by AviSynth, it will fail. And this is probably the reason for the errors. Further more, the "ProRes ...
- Wed Mar 13, 2019 4:34 pm
- Forum: Usage, tips and tricks
- Topic: MP4 to MOV ProRes
- Replies: 10
- Views: 19494
Re: MP4 to MOV ProRes
Hi,momocampo wrote: Wed Mar 13, 2019 3:09 pm Hi,
Can you try first without any decoder please? I saw you have many filters so remove them and try if the encoder works.
Thanks![]()
Success!!
Thank you, now i just have to find a way to do all the filters and then encode to mov.
- Wed Mar 13, 2019 3:03 pm
- Forum: Usage, tips and tricks
- Topic: MP4 to MOV ProRes
- Replies: 10
- Views: 19494
Re: MP4 to MOV ProRes
Hello,
I have the pro res node and if I tried to encode a mp4 to pro res 422: It works well and I have a MOV container as output file.
zkazzay , your workflow is simple? like that :
Monitor folder>pro res encoder>Delivery
Thanks ;)
Benjamin
Hi Benjamin,
Thanks again for reaching out.
My ...
- Wed Mar 13, 2019 11:59 am
- Forum: Usage, tips and tricks
- Topic: MP4 to MOV ProRes
- Replies: 10
- Views: 19494
Re: MP4 to MOV ProRes
Hey zkazzay,
I feel a little stupid because i don't find a prores encoder node in my latest copy of ffastrans. However,you could use a custom ffmpeg node with encoding settings like that:
-c:v prores_ks -pix_fmt yuv422p10le -profile:v 0
cheers,
emcodem
I have a node that is ProRes AW/KS ...
- Wed Mar 13, 2019 10:28 am
- Forum: Usage, tips and tricks
- Topic: MP4 to MOV ProRes
- Replies: 10
- Views: 19494
MP4 to MOV ProRes
Hello Everyone,
I need to convert .mp4 files to .Mov ProRes, but the ProRes AW/KS encoder doesn't have an option for the wrapper so I guess it only converts to AVI ProRes, anyway i always get the error: "AVISource: couldn't locate a decompressor for fourcc", and I already tried to install lots of ...
I need to convert .mp4 files to .Mov ProRes, but the ProRes AW/KS encoder doesn't have an option for the wrapper so I guess it only converts to AVI ProRes, anyway i always get the error: "AVISource: couldn't locate a decompressor for fourcc", and I already tried to install lots of ...
- Wed Feb 27, 2019 3:12 pm
- Forum: Feature requests
- Topic: Subtitles Interface
- Replies: 2
- Views: 9055
Re: Subtitles Interface
Hi admin,
Thanks!
At the end i was able to make it work (execute a bat file with the "command executor") but it was a lot of trial/error, until i understood how it should be working.
Also, the hardcoded subtitles through ffmpeg will lose video quality, so an option for the output quality/codec ...
Thanks!
At the end i was able to make it work (execute a bat file with the "command executor") but it was a lot of trial/error, until i understood how it should be working.
Also, the hardcoded subtitles through ffmpeg will lose video quality, so an option for the output quality/codec ...
- Tue Feb 26, 2019 4:09 pm
- Forum: Feature requests
- Topic: Subtitles Interface
- Replies: 2
- Views: 9055
Subtitles Interface
Hello Everyone,
My suggestion would be a module to add subtitles, i'm trying to do it now and since I'm a bit noob, it's getting really hard to make it right, and there's not much documentation or examples about command executor or something similar... What i ended up doing is, all the encoding ...
My suggestion would be a module to add subtitles, i'm trying to do it now and since I'm a bit noob, it's getting really hard to make it right, and there's not much documentation or examples about command executor or something similar... What i ended up doing is, all the encoding ...