Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasedv committed Aug 28, 2020
2 parents 87028eb + 5c95218 commit 96db98f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,22 @@ In general, this is made to do a job, a tool of functionality, but it's just cob
- VP9 or AV1 supported.
- Drag and drop video to program
- Set target output size of video
- Pick if you want to include audio or not. (Can merge first 2 audio channels if you got game clips that have mic in second channel)
- Simple start and stop buttons for picking a trim point. (Eg. for dropping a game recording and picking just the parts that matter)
- Right-Click video and drag down and right to box in the desired area you want to crop the video to. (Might be visually buggy, but it works despite the visuals) (BETA testing, to be improved on if needed)
- Can queue up multiple video conversions. As soon as the Convert button is pressed, and changes won't affect the queued video!
- Pick if you want to include audio or not.
- Uses 320kbps bitrate, may significantly reduce video quality to keep bitrate and filesize.
- Can merge first 2 audio channels if you got game clips that have mic in second channel
- Simple start and stop buttons for picking a trim point.
- Eg. for dropping a game recording and picking just the parts that matter
- Right-Click video and drag down and right to box in the desired area you want to crop the video to.
- BETA: Might be visually buggy, but it works despite the visuals testing, to be improved on if desired.
- Can queue up multiple video conversions. As soon as the Convert button is pressed, any changes won't affect the queued video!
- Can cut without re-encoding straight to mp4. (Assuming ffmpeg can do it)
- Advanced: Ctrl+E brings up a panel to change encoding options. Changes are lost once program closes.

# Controls:
- Press M to mute the video
- Use the scroll-wheel to increase/decrease the volume.
- Left/Right skips 5 seconds forward/backwards.
- (There are some focus issues, so you might need to click screen for some playback controls takes effect, to be improved if needed.)
- (There are some focus issues, so you might need to click screen for some playback controls takes effect, to be improved if needed asked about, nothing motivates more than the burden of delivering a good product.)

# How to use:
- Drag video to load it.
Expand All @@ -35,5 +39,8 @@ In general, this is made to do a job, a tool of functionality, but it's just cob

This is not a userfriendly program at the moment. There is a few major changes needed to make it easier to handle:
- Show proper errors when missing required codec, link to codec install site (3rd party however)
- Proper firsttime prompt, not a random pick a target directory popup that's not even explained.
- Short video tutorial, or just image explaning buttons
- Bundle ffmpeg with program if possible. (Not sure how licenseing works for the compiled exes.)
- Tweak and save profiles! Some of you probably want maximum quality at the lowest size.
- Really, fix other issues, like controls being intercepted by bad focus.
- Add low quality audio, 128 kbps audio may be significantly space saving for longer clips! (Please make an issue if you want it.)

0 comments on commit 96db98f

Please sign in to comment.