Hi,
I forgot to insert the ChannelMapper processor. Now is working perfectly.
Search found 9 matches
- Mon Dec 04, 2017 12:53 pm
- Forum: Usage, tips and tricks
- Topic: Custom ffmpeg h264 wit CRF
- Replies: 2
- Views: 5569
- Mon Dec 04, 2017 11:56 am
- Forum: Usage, tips and tricks
- Topic: Custom ffmpeg h264 wit CRF
- Replies: 2
- Views: 5569
Custom ffmpeg h264 wit CRF
Hi,
I'm trying to enconde H264 with processor Custom FFmpeg. I tested the ffmpeg instruction in command line and works fine.
When I try to use it in ffastrans I get the error "Encoding failed - No video or audio found in media" (attachments).
Any tip to solve this?
Thanks in advance.
David
I'm trying to enconde H264 with processor Custom FFmpeg. I tested the ffmpeg instruction in command line and works fine.
When I try to use it in ffastrans I get the error "Encoding failed - No video or audio found in media" (attachments).
Any tip to solve this?
Thanks in advance.
David
- Thu Nov 09, 2017 4:43 pm
- Forum: Usage, tips and tricks
- Topic: fade in fade out with overlap
- Replies: 3
- Views: 6715
Re: fade in fade out with overlap
Hi Steinar, Solved. With this code works like a charm. inv = AVISource("e:\media-fabio\inout\in.avi").ConvertToYV12() novo = Dissolve(inv, m_clip, 1) nv = AVISource("e:\media-fabio\inout\out4.avi").ConvertToYV12() m_clip = Dissolve(novo, nv, 25) Return m_clip Thanks for your help...
- Thu Nov 09, 2017 1:57 pm
- Forum: Usage, tips and tricks
- Topic: fade in fade out with overlap
- Replies: 3
- Views: 6715
Re: fade in fade out with overlap
Thanks Steinar. I tried with this script, but I'm getting the error "Dissolve: one clip has audio and the other doesn't (not allowed)" Here is the code: # Variables: # # m_clip = The last returned AviSynth media # # Do NOT change any of the following variables!!! # _ffas_video = <original ...
- Wed Nov 08, 2017 4:09 pm
- Forum: Usage, tips and tricks
- Topic: fade in fade out with overlap
- Replies: 3
- Views: 6715
fade in fade out with overlap
Hi Steinar, fadein-out.PNG I need to create a new video with an intro video and an out video. The big issue is I need a transition effect between the main video and the out video (fadeout-fadein with an overlap during the transition process (20 frames)). I placed a fade filter in the workflow but th...
- Tue Oct 04, 2016 8:44 am
- Forum: Usage, tips and tricks
- Topic: convert 4x3 sd video to 16x9 HD
- Replies: 2
- Views: 6357
Re: convert 4x3 sd video to 16x9 HD
Hi Steinar.
It works, as expected. Thanks a lot.
David
It works, as expected. Thanks a lot.
David
- Mon Oct 03, 2016 11:13 am
- Forum: Usage, tips and tricks
- Topic: convert 4x3 sd video to 16x9 HD
- Replies: 2
- Views: 6357
convert 4x3 sd video to 16x9 HD
Dear Sir, I need to convert 4x3 SD video content to 16x9 with black pillar box 1920x1080 size. I'm using the workflow that follows in attach. The converted video is 16x9 but it is stretched with a small black pillar boxes on both size. I do not understand why is that happen. Any tip regarding this i...
- Mon Apr 04, 2016 9:10 pm
- Forum: Usage, tips and tricks
- Topic: Cut video segment from a recording video
- Replies: 1
- Views: 5036
Cut video segment from a recording video
Hi,
I need to cut a segment from one recording video (growing file). I have the ffmpeg commands to cut the video and I want to use the Command Executor to run the ffmpeg instruction. How can I pass 3 variable parameters (tcin, tcout and the full path) ?
Regards
David
I need to cut a segment from one recording video (growing file). I have the ffmpeg commands to cut the video and I want to use the Command Executor to run the ffmpeg instruction. How can I pass 3 variable parameters (tcin, tcout and the full path) ?
Regards
David
- Sat Mar 26, 2016 2:24 pm
- Forum: Feature requests
- Topic: XDCAM HD 35
- Replies: 1
- Views: 4987
XDCAM HD 35
Hi, First of all, I would like to say that your application is great. Thanks for it. I need to transcode video clips with different formats and codecs and normalize them with this codec and wrapper: XDCAM HD @ 35Mbps (MPEG-2 MP@HL Long GOP VBR 1920x1080) com wrapper MXF Op-1a. Áudio: PCM 4 ch/16 bit...