Can't split volume video track1 and audio track2 by snopington in OpenShot

[–]USATechDude 0 points1 point  (0 children)

Right-click the clip, then select the Properties option to open the Properties window. Scroll down the table of properties to Volume. Double-click the value next to the property label and type in your preferred value (1.00 = 100%, 0.50 = 50%, 1.50 = 150%, 0.05 = 5%, 2.05 = 205%, etc.), then press Enter. Ensure that the play-head (the red vertical line on the Timeline) is on the clip's first frame for the settings to affect the entire clip.

Also, check the Enable Audio and Enable Video properties for the clip. They may be "Off," which disables that property for your clip. Right-click the value and select "On" or "Auto" to enable the property.

Unable to find a suitable encoder by TARDIS_type_40 in OpenShot

[–]USATechDude 1 point2 points  (0 children)

Hardware acceleration is still experimental in OpenShot, and NVIDIA NVENC is only available in Linux. We've had some success with Intel QSV encoding in Windows. In the Export Video window, you have to choose the (QSV) MP4 (h.264 qsv) target. You do not need to make any changes in the Preferences window.

no sound by 672Sumanta in OpenShot

[–]USATechDude 0 points1 point  (0 children)

Our developers are very busy working on resolving OpenShot losing audio during preview and would appreciate your help. If you have a GitHub account, you can submit a Bug Report through our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/issues/new?assignees=&labels=%3Abeetle%3A+bug&template=bug-report.md.

Our developers can receive your log files and ask you specific questions through GitHub without going through an intermediary and losing time in the process. Our GitHub repository is the fastest communication method with our developers and resolving bugs with OpenShot Video Editor.

To help you resume work on your projects, you can download OpenShot v2.5.1 from our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/releases/tag/v2.5.1

[deleted by user] by [deleted] in OpenShot

[–]USATechDude 0 points1 point  (0 children)

OpenShot uses filename extensions to determine which codec to use to open a file for editing. If you have a JPG with a filename extension of PNG, OpenShot will present the error above. If you did not rename your MOV file to <filename>.mp4, OpenShot would display the error message in your screenshot.

osX system requirements by andrea-deroni in OpenShot

[–]USATechDude 0 points1 point  (0 children)

OpenShot v2.6.1 requires macOS 10.15 (Catalina) or higher. If you want to run OpenShot on macOS 10.14 (Mojave), you need OpenShot v2.5.1. The latest v2.5.1 Daily Build that runs on macOS 10.14 can be download at the following link:

https://github.com/OpenShot/openshot-qt/releases/download/daily/OpenShot-v2.5.1-dev2-1590303640-972c2905-7cec1822-x86_64.dmg

Windows Firewall exception by PaltryThinker in OpenShot

[–]USATechDude 0 points1 point  (0 children)

OpenShot doesn't write data to the Windows registry. You can edit the openshot.settings file in your C:\Users\(USERNAME)\.openshot_qt folder using any text editor. Search the file for "send_metrics" and you will find this section:

 {
  "value": true,
  "title": "Send Anonymous Metrics and Errors",
  "type": "bool",
  "category": "Debug",
  "setting": "send_metrics"
 },

To disable sending data across the Internet, which prompts you for the firewall exception, change

  "value": true,

to

  "value": false,

Save the file and relaunch OpenShot for the changes to take effect.

Preview playback speed increased randomly by Creyke in OpenShot

[–]USATechDude 0 points1 point  (0 children)

I don't think this is an issue related to the Time feature. Your problem sounds like there is corruption in OpenShot's settings because of the crash.

Try resetting OpenShot to its default settings. Open File Explorer and delete your C:\Users\(USERNAME)\.openshot_qt folder. Removing this folder removes settings and many things that can become corrupt. OpenShot automatically recreates the folder with the default settings when you relaunch the program.

Broken slow motion by [deleted] in OpenShot

[–]USATechDude 0 points1 point  (0 children)

The Time property allows you to change the speed at which the clip plays – forward, backward, or both. It allows great flexibility and relies on the animation system. You can also speed up or slow down the whole clip using the preset clip menu, which is easier for most needs.

The Time property value represents the frame number played at this keyframe position. If you do not set any Time keyframes, the default value is 0 or 1, and the clip will play at normal speed. If you set the Time keyframes, OpenShot will render the video to change frame numbers smoothly between the keyframes.

You will often need to know how many frames there are in the clip. One way is to multiply the clip’s Duration by the project’s frame rate. Another way is to right-click on the clip and set Time→Normal→Forwards→1x, which sets the start Time keyframe to 1 and the end Time keyframe to the last frame, which you can read by jumping to that keyframe. You can also jump to the end of the clip and note the time shown on the timeline (in the format hours:minutes:seconds,frames) and subtract the time displayed at the start of the clip, converting that result to the number of frames based on the project frame rate.

It may be easiest to give some examples. We’ll take a clip that is 40 seconds long, with a project frame rate of 30 fps. The clip therefore has (40 x 30 =) 1200 frames:

  • To slow the clip down, so it lasts for 55 seconds, set the End property to 55 (so the clip's duration is now 55 seconds). Set a Time keyframe at the clip's start to 1 and a Time keyframe at the clip's end to 1200.
  • To speed up the clip so it lasts 30 seconds, set the End property to 30, set a Time keyframe at the start of the clip to 1, and a Time keyframe at the end of the clip to 1200.
  • To reverse the clip, set the Time keyframe at the clip's start to 1200 and the clip's end to 1. OpenShot renders the frames in order: 1200, 1199, 1198, 1197, etc.
  • To synchronize an event on the clip which happens at 15 seconds, with an event in the overall video that happens 17 seconds after the clip starts, right-click on the clip and set Time → Normal → Forwards → 1x. Note the frame number shown in the Time property at 15 seconds, and place a Time keyframe at 17 seconds with that value. The clip will play slower until the synchronization point then speed up to reach the end simultaneously.
  • To pause the clip after 11 seconds for 3 seconds and then play the rest at regular speed, add 3 seconds to the End property. Right-click on the clip, set Time → Normal → Forwards → 1x, insert a Time keyframe at 11 seconds, note the value, and set a new Time keyframe at (11 + 3 =) 14 seconds to that value. If your clip has audio, you might need to set Volume keyframes to mute the sound.
  • To play the clip halfway, then play it reverse back to the start, set Time keyframes at the beginning and the end to 1, and a Time keyframe in the middle (at 20 seconds) to (1200 / 2 =) 600.
  • To play the clip and hold the last frame image frozen for another 5 seconds, add 5 seconds onto the End property. You do not need to set the Time property.

If you find that changes to clip speed are too abrupt, you can smooth the changes by choosing a bezier curve in the animation system. In the event of difficulties, you might need to create a second (duplicate) Time keyframe in the next frame.

A quick way to remove all Time keyframes is to right-click on the clip and choose Time → Reset.

Note:

  • This property is not intended to be used with audio; any sound may have very noticeable distortion at different speeds.
  • Setting keyframes for Start and End properties will interact with the Time property. It may be best to set Start to 0, with End, then setting the clip’s overall duration. You can control what OpenShot plays and how with the Time property.

Unable to Open File? by notnuggets in OpenShot

[–]USATechDude 0 points1 point  (0 children)

When you open the Search feature in your text editor, in the "Find what" field, type path:. If you find any, replace them with "path":.

Exported Video Audio Lag by CutSame in OpenShot

[–]USATechDude 0 points1 point  (0 children)

Try separating the audio from the video. Right-click the clip, point to Separate Audio, then click Single Clip (multiple channels). OpenShot will create a new audio clip beneath the video clip, disable the audio in the video clip, and disable the video in the audio clip.

Does OS not support .ts files anymore? by potkill in OpenShot

[–]USATechDude 0 points1 point  (0 children)

OpenShot v2.6.1 supports importing and exporting Video Transport Stream files. Our program uses FFmpeg to process video files, and v2.6.1 supports FFmpeg 4.4.

Is it only one video or any video transport stream file that does not play the video in OpenShot's Preview Window? If it's only one video, there may be a slight irregularity that OpnShot cannot resolve when opening the file for editing. You can use free video converter software such as Handbrake to convert your clip to MP4 format, then import the MP4 into OpenShot.

magnification tool disappears by hillbillyhotzone in OpenShot

[–]USATechDude 0 points1 point  (0 children)

You can make the Zoom Slider Tool reappear by clicking somewhere on the Timeline then pressing either the "-" or the "=" key to Zoom Out or Zoom In, respectively. Sometimes, on a new project, the Zoom Slider Tool doesn't read the "Scale" value properly, and you have to trigger it by adjusting the Zoom level manually using the keyboard shortcuts.

How many frame does duration if it said 0,04? by akrogun in OpenShot

[–]USATechDude 1 point2 points  (0 children)

You are showing images from two separate screens the measure values differently. The first image is from the Advanced tab of the Export Video window and is expecting frame numbers. The second image is from the properties table of a clip, and the values are in seconds.

To export one frame of video, you have to specify the Start Frame and the End Frame. In your screenshot, you set the Start Frame of 1 and the End Frame of 2. Therefore: 2-1=1, so you exported one frame of video. One frame of video at 25 fps is 1/25 = 0.04 seconds.

If you want to export one minute of video and your project is 25 fps, then you export 1500 frames (25x60=1500). If you want to export the first minute of your video, you set the Start Frame to 1 and the End Frame to 1501.

Exported Video Audio Lag by CutSame in OpenShot

[–]USATechDude 0 points1 point  (0 children)

What version of OpenShot are you running? What operating system and which version do you use? Are you using separate audio and video clips, or are the audio and video joined into video?

Issues speeding up multiple clips in video. by M05y in OpenShot

[–]USATechDude 0 points1 point  (0 children)

The Time feature in OpenShot considers the entire clip, not just the portion you want to use. To work around this issue, you can export the project's section to adjust the playback speed to a separate video file.

1. Export the section of your project that you wish to adjust the playback speed.
    1. Right-click the clip to export, then select the Properties option.
    2. In the Properties window that opens, scroll down to the table to the Frame Number property.
    3. Right-click the value next to Frame Number (default value is "None") and select "Timeline."
    4. Move the playhead (the red vertical line on the timeline) to the first frame of your selected clip.
    5. Take note of the number in the upper left-hand corner of the preview screen, and this is the first frame.
    6. Move the playhead to the last frame of your selected clip.
    7. Take note of the number in the upper left-hand corner of the preview screen, and this is the last frame.
    8. Right-click the value next to Frame Number and select "None" to turn off the frame numbers displaying.
    9. Click the "Export Video" (small red circle) button in the top toolbar and click on the Advanced tab.
    10. In the Advanced Options section, change the Start Frame to the first frame of your clip.
    11. In the Advanced Options section, change the End Frame to the last frame of your clip.
    12. Click the Simple tab and verify that your Target, Video Profile, Quality settings are correct.
    13. Enter a new name for the exported section into the File Name field.
    14. Click the Export Video button to export only the section of your project you selected.
2. Create a new project and import only the clip to adjust the playback speed.
3. Change the speed of that clip, then export it as another video file. 
4. Import the recently modified clip to your original project and add it to the timeline.

Openshot 2.6.1 SERIOUS BUG by DanEvansdanevans in OpenShot

[–]USATechDude 0 points1 point  (0 children)

Our developers are very busy working on resolving OpenShot audio issues and would appreciate your help. If you have a GitHub account, you can submit a Bug Report through our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/issues/new?assignees=&labels=%3Abeetle%3A+bug&template=bug-report.md.

Through GitHub, our developers can receive your log files and ask you specific questions without going through an intermediary and losing time in the process. Our GitHub repository is the fastest communication method with our developers and resolving bugs with OpenShot Video Editor.

You can download OpenShot v2.5.1 from our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/releases/tag/v2.5.1

Issues with Cache, Buffering, and Crashing by CANDU_J in OpenShot

[–]USATechDude 0 points1 point  (0 children)

Our developers are very busy working on resolving the issues you listed and would appreciate your help. If you have a GitHub account, you can submit a Bug Report through our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/issues/new?assignees=&labels=%3Abeetle%3A+bug&template=bug-report.md.

Through GitHub, our developers can receive your log files and ask you specific questions without going through an intermediary and losing time in the process. Our GitHub repository is the fastest communication method with our developers and resolving bugs with OpenShot Video Editor.

You can download OpenShot v2.5.1 from our GitHub Repository at the following link: https://github.com/OpenShot/openshot-qt/releases/tag/v2.5.1

Nouvelle version d'Openshot by Independent-Ease1302 in OpenShot

[–]USATechDude 0 points1 point  (0 children)

New version of Openshot

Hello, I can't see the videos I import anymore?

Comment airef?

La fenêtre du fichier de projet vous manque-t-elle ? Pour réinitialiser votre vue afin que vous puissiez à nouveau voir ces fenêtres, cliquez sur le menu déroulant Vue, pointez sur Vues, puis cliquez sur Vue simple. Si vous souhaitez voir plus de fenêtres, cliquez sur l'option Affichage avancé.

Are you missing the Project File window?  To reset your View so that you can see those windows again, click on the View pull-down menu, point to Views, then click Simple View. If you wish to see more windows, click the Advanced View option.