Hello,
I want to add TITLE to videos made using DSLR and GoPro. I want to use Direct Stream copy tool only, like AVIDEMUX. I am using following method for adding TITLE and it is not working. Please help me.
1) Create a JPEG file with TEXT.
2) Create MP4 video using jpeg image
ffmpeg -framerate 1 -i /home/2018/Documents/A.jpeg -c:v libx264 -profile:v high -level 4.2 -crf 20 -pix_fmt yuv420p -s 1920:1080 Title.mp4
OR
ffmpeg -framerate 1 -i /home/2018/Documents/A.jpeg -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p -s 1920:1080 Title.mp4
3) Launch AviDemux (Video & Audio = COPY)
4) Open Title.mp4 in AviDemux
5) Append RealVideo.mp4 to Title.mp4
6) Save
Problems with output video
a) The resulting video shows TITLE.mp4 for whole duration of the video. There is no 2nd video that I added.
b) At the top of the screen(say 10% of height), there is color noise. I think this is 2nd video that I added.
I have attached the Media_info output of both the videos.
Please let me know how to resolve this.
Thanks
+ Reply to Thread
Results 1 to 5 of 5
-
-
The odds of you creating a video from the jpeg image that EXACTLY matches the video clip are astronomical.
-
I agree with you. With my knowledge, it is impossible to produce identical clip using ffmpeg command. May be my approach itself is flawed.
Is there any other method that I can use? I want to add some TEXT at the beginning of the video but I want to use stream copy.
Thanks -
Similar Threads
-
Easiest good video software to create animated video?
By mikehende in forum Newbie / General discussionsReplies: 4Last Post: 2nd Jun 2022, 05:53 -
Avidemux cant append videos properly
By supercain in forum EditingReplies: 10Last Post: 13th Oct 2018, 20:39 -
[SOLVED] [ffmpeg] How to build a 5s MP4 from JPG to match video file?
By yetanotherlogin in forum EditingReplies: 4Last Post: 8th Oct 2018, 17:29 -
How to insert/merge video into (main)video
By mufarisfa in forum EditingReplies: 1Last Post: 30th Oct 2014, 18:31 -
create a screen message within a video using avidemux or other free editor?
By leesa in forum EditingReplies: 6Last Post: 23rd Jul 2014, 07:11