Questions tagged [video-editor]
A video editor, such as openshot, allows you to edit and manipulate videos using graphical tools.
204
questions
3
votes
2
answers
134
views
How to merge two videos with openshot?
I installed the latest version of OpenShot with
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt update && sudo apt install openshot-qt python3-openshot
I want to merge two videos....
0
votes
0
answers
46
views
Capcut webgl2 problem in ubuntu 23.04
for some reason, when i try to edit a video, capcut shows a error with the text "render error" so i refresh, the error happens again, i refresh again, until it shows my browser is not ...
0
votes
0
answers
30
views
How to remove video fisheye effect with low overhead
I am a "newbie" and currently using an RTSP stream on a PI4 with a POE security camera that has a wide-angle lens on it.
It is my understanding that this effect can be removed via a MATLAB ...
3
votes
3
answers
722
views
'Your GPU memory is full' error in DaVinci Resolve, Ubuntu 22.04, NVIDIA GeForce GTX 1060, changing kernels didn't solve it
I'm trying to get DaVinci Resolve running for the first time. I'm running Ubuntu 22.04. Initially I was getting an error about GPU processing mode before the program would even open.
After some ...
0
votes
0
answers
34
views
Upgraded to ubuntu studio 20.04 and lost all the extra video effects in Kdenlive and Openshot
When i upgraded to Ubuntu Studio 20.04, I lost all the weird video effects (like screen glitching, old Film effect, etc) that used to appear in Kdenlive and Openshot.
What package(s) am I missing?
0
votes
1
answer
78
views
Create end credits for video editing
I am using Pitivi for some video editing and now I want to add end credits to the end of video. I don't know if it's possible to do it directly in Pitivi (if so how?).
Here it gives some hint but no ...
1
vote
0
answers
425
views
Kdenlive 22.08.3 Stabilize menu item missing
I am running Kdenlive 22.08.3 on my Ubuntu 22.04.1 desktop. I have a video clip which I want to stabilize. When selecting this clip I should get a "Stabilize" menu item in the menu Clip ->...
0
votes
1
answer
287
views
How to Make DVD From .mov File?
How do I produce a DVD from a .mov? I shot video using camera that also takes movie shots. I use K3b to burn DVD's and CD's. The file is at /home/xyz/Videos/Lights
2
votes
1
answer
491
views
In mvktoolnix, what is command to extract a part of video, audio files?
In mvktoolnix, what is command to extract a part of video, audio files (mp4, mkv, mp3,...)? say like
extract filename from 00:5:30 to 1:10:25
0
votes
0
answers
186
views
how to add watermark ffmpeg custom duration
I'd like to ask,
how to add a watermark in ffmpeg at a certain duration? for example I have a 2 minute video, I want the watermark to appear at 1:15 - 1:25 how to do it?
2
votes
0
answers
58
views
Reset Audio Waveform in Pitivi
I have some clips that I am editing and every time I split the clips to remove certain sections from them, the audio waveform is screwed and it gets really difficult to know the audio start locations.
...
2
votes
0
answers
223
views
kazam control window disappears when capture starts
I need to record a window on ubuntu 20.04. I installed kazam and selected window and started capture. But as soon as the recording starts, the kazam control window disappears. The manual says I should ...
0
votes
1
answer
414
views
After Starting Openshot Video editor
tapabrata@lappy : openshot-qt
Loaded modules from: /usr/lib/python3/dist-packages/openshot_qt
(python3:2102986): Gtk-WARNING **: 09:34:30.010: Theme parsing error: gtk.css:2515:35: '-2px' is not a ...
0
votes
1
answer
742
views
Kdenlive freezing
I started a project and it was going fine. Then I wanted to add an effect to an item on the timeline. I clicked on the item, and kdenlive just froze. I pressed Ctrl+S to save previous changes if ...
0
votes
0
answers
72
views
Is there a way to send usb camera stream through a color filter before it gets to Zoom or similar?
Pretty much I wanted to see if there was a way to adjust color settings before it gets to a streaming app.
Thanks!!
2
votes
1
answer
6k
views
OpenShot video editor doesn't open
I installed OpenShot video editor by using sudo apt install openshot from the official repository, then I tried to open it by using openshot-qt command and it camed errrors, here's the output:
...
1
vote
2
answers
3k
views
How to edit mkv with subtitles (and keep the subs)
I have an mkv file which has (soft) subtitles in it. The video is about 30 minutes long but I want to trim it down to just 6 minutes (say, from 19:00 to 25:00). However, I want to keep the soft ...
4
votes
2
answers
2k
views
saving the first and second 2 minutes of a wmv video in Ubuntu Terminal
How can I cut the first two min of a 10 min video and save it as first_2min.wmv and then the second 2 min saved as second_2min.wmv without any change to the settings of the video in Ubuntu command ...
1
vote
0
answers
4k
views
How/Can I use Nvidia GPU in Handbrake?
system configuration
intel i5 9300H
nvidia 1650(m)
ubuntu 20.04
gnome 3.3
nvidia driver 450
Recently I tried to crop and re-encode a video to x265 using Handbrake .
I switched to Nvidia on demand in ...
1
vote
1
answer
1k
views
Trim a 360-degree GoPro Video in Linux?
Is there a command line (or GUI) utility to trim a 360-degree *.mov file? The file was made using a GoPro Fusion Camera. I've tried ffmpeg:
ffmpeg -i File_A.mov -ss 00:00:00 -to 00:03:23 -c copy ...
0
votes
1
answer
2k
views
Problems with OpenShot Video Editor and Blender
I use Ubuntu Studio 20.04.1 LTS.
Also, I use OpenShot Video Editor 2.5.1 and Blender 2.82a. Both from its official stable version repositories (not "snap" versions).
I know there is another ...
3
votes
2
answers
290
views
Reduce mp4 size to send through email
I could not send a mp4 using Yahoo! mail because it took around 30 minutes.
On Ubuntu MATE 18.04, I reduced the size using ffmpeg.
ffmpeg -i sm_Julia1.mpr -s hd480 -strict -2 output.mp4
But the ...
1
vote
0
answers
2k
views
Openshot crashes when exporting video on 20.04
OpenShot (version 2.4.3) crashes when it is exporting a video (YouTube HD 720p 30fps).
I installed it using apt and official repos.
This is the last part of the log file:
export:INFO YouTube-HD
...
3
votes
2
answers
909
views
What's the simplest way to join two JPEG videos?
There are lot of options for ffmpeg and other software, I tried "concat" method with ffmpeg and tried mkvmerge, they didn't work well for JPEG video (MJPG).
I would use any tool that will keep quality,...
1
vote
1
answer
11k
views
Kinemaster on Ubuntu 16.04
I have Ubuntu 16.04 on Dell Vostro 15. I want to install kinemaster on my pc. Can somebody suggest a fast and easy way ? I know it can be installed on Andriod, but can it be installed on an Ubuntu (...
0
votes
1
answer
1k
views
Is there any Screen Recording + Video Editing software like Camtasia for Ubuntu?
I like Camtasia because it got really handy features specially for making instructional videos or tutorials.
Though, I've found try installing Camtasia exe file on Ubuntu using Wine, but I'm not ...
1
vote
1
answer
91
views
Kubuntu 19.10 and Lightworks 14.6
I would like to install Lightworks 14.6 (latest release) in Kubuntu 19.10. Can you please advise how I should go about it? I am new to Linux world, hence this basic question. Many thanks.
0
votes
1
answer
103
views
Devices are not working affecting my performance on Ubuntu especially my graphic card , Guys what to do?
I am having this problem from the first time I installed Ubuntu, I tried to search for any solutions, but I couldn't find anyone mentioning how to solve the missing graphic card and other drivers.
I ...
1
vote
0
answers
21
views
Rebind peek recorder's C-n key not to create new instance
I installed peek screen recorder and employ it to record gif of Emacs operations.
In Emacs C-n invoke next-line, it thus create anther new instance of peek window.
How could rebind peek's C-n but ...
1
vote
1
answer
76
views
How to watch transcoded video from transcode?
I used command transcode -J stabilize --mplayer_probe -i "Video.MOV" and after that I've got an output file with .trf. What to do now?
2
votes
0
answers
346
views
Ubuntu Video Editing is TERRIBLY Slow. Any fix?
I recently made the leap from Windows to Linux, and I'm enjoying my freedom thus far with Ubuntu 18.04. I've played quite a few games so far CS:GO, Minecraft with heavy shaders, Kenshi, ARK, etc. and ...
3
votes
1
answer
3k
views
Fix audio delay of -0,5 seconds in movie
I can edit my movie in some video editor and perfectly match audio with video, but in that case I would have to re-encode the entire video which would be time consuming. Code like:
ffmpeg -i my_movie....
2
votes
1
answer
604
views
Kdenlive won't update on Ubuntu 16.04
When i install kdenlive, i get version 15.12.13. I have added the ppa
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
I've updated and upgraded in the terminal
sudo apt-get update
sudo apt-get ...
0
votes
0
answers
431
views
Blender (and others) video editing: slow and/or bumpy playback - 100% CPU load
I use Blender for Video editing on Ubuntu 18.04, and whenever I playback the video I’m working on, the CPU load hits 100% and the playback is slow or bumpy or both.
This happens even if there is only ...
6
votes
3
answers
4k
views
Video editor for YouTube [closed]
Which is the best video editor for making YouTube videos in 18.04?
Something like adding in the video - texts and symbols ( or emojis ), and things around that line. Also, some method to export ...
9
votes
4
answers
12k
views
Kdenlive: Speed up the audio and video without losing pitch
I am using Kdenlive Version 17.12.3 in Ubuntu 18.04. I have increased the the speed of the video and it resulted in the pitch variation of audio. Is there any way to change the pitch? I even tried ...
5
votes
2
answers
3k
views
Edit webm video (with GUI)
I recorded a screencast with kazam.
Now I have a webm file.
Which tool can I use to edit this video?
I want to cut (remove) some parts.
I use Ubuntu 18.04
1
vote
0
answers
481
views
How do I save a video which I've panned with mpv?
I have mpv 0.27.2 (C) 2000-2017 mpv/MPlayer/mplayer2 projects running on Kubuntu 18.04.
I can view a selected area of a video, out.mp4, by using
mpv --speed=0.8 --video-pan-x=-0.1 --video-pan-y=0.07 ...
0
votes
1
answer
794
views
Kdenlive color picker / dropper selects interface instead of video
This problem appears to be specific to Kdenlive so far. On Xubuntu 16.04, using the color picker of e.g. the "White Balance" effect to color correct a video automatically would select a pixel from the ...
2
votes
2
answers
3k
views
Cannot select correct input device in Davinci Resolve?
I am using Davinci Resolve for video editing with voice over (basicly followed this tutorial: https://www.youtube.com/watch?time_continue=10&v=BUVHBdcQRmk).
As input source there is only "ALSA" ...
0
votes
0
answers
4k
views
ubuntu 18.04 and firewire device
There is only old documentation /threads regarding ubuntu and firewire device.
Actually I want tp capture videos form my old Sony camera using minDV format.
Using Kdenlive or dvgrab, my device never ...
1
vote
1
answer
473
views
Add title text over freezed frame in Kdenlive
Ubuntu 18.04
Kdenlive
I'm having difficulty overlaying text over a freezed frame: although I'm able to apply the motion freeze effect over my selected spliced clip, when I add title text on the ...
7
votes
2
answers
20k
views
How do I control output video file size with kdenlive?
I have a few videos i just want to add a fade to black effect or dissolve transition at the last 2 seconds with Kdenlive.
My problem is that the output file is much larger than the original video. How ...
7
votes
2
answers
19k
views
How do I add a 1 second fade out effect to the end of a video with ffmpeg?
How do I add a simple one or half second fade effect to the start or end of a video using ffmpeg and keep everything else the same (codec,quality)
1
vote
1
answer
653
views
Can I run Heavy Windows Software on Wine in UBUNTU 18.04?
I want to use Premiere Pro CC 2017 in my Ubuntu laptop but I am not sure that it will work smoothly.
0
votes
1
answer
90
views
any app to Stitch Video clips [duplicate]
I have family video clips stored in different files & would like to stitch them onto one video(mp4)file for continued viewing.
Any recommended app? - preferred a simple one.
Thanks
1
vote
0
answers
558
views
USB video grabber works with camera, not with VHS recorder
I'm trying to get rid of all my old videotapes using a USB grabber (Fushicai USBTV007 Video Grabber [EasyCAP]). When I use VLC or Open Broadcaster Software I can get the video stream from /dev/video2.
...
5
votes
2
answers
4k
views
How to cut and merge mp4 video files without re-encoding
Using Ubuntu 18.04 I have some screencast video files in mp4 container (h.264/mp3 codecs) that I want at times merge (i.e. C.mp4 = A.mp4+B.mp4) or at times cut removing some intervals (e.g. D.mp4 = A....
1
vote
0
answers
2k
views
DVD Creating / Burning Tools for Ubuntu 18.04
I am a serious collector of professional boxing videos and prefer watching them on old-fashioned tv/dvd player set instead of any computer set-up.
Previously as a Windows user I have done 100's of ...
0
votes
1
answer
248
views
Cinelerra GG lv2 support
I was keen to try out the new .lv2 support in Cinelerra GG but since updating my preferences to direct it to my lv2 folder the programme won't launch. Looking at the following it looks to me as though ...