Skip to content

Commit

Permalink
- [#] Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed Feb 12, 2022
1 parent 9a0f9c0 commit 83c4038
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ffcvt.go
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
////////////////////////////////////////////////////////////////////////////
// Porgram: FfCvt
// Purpose: ffmpeg convert wrapper tool
// Authors: Tong Sun (c) 2015-2022, All rights reserved
////////////////////////////////////////////////////////////////////////////

/*
Transcodes all videos in the given directory and all of it's subdirectories
using ffmpeg.
*/

package main

////////////////////////////////////////////////////////////////////////////
// Porgram: FfCvt
// Purpose: ffmpeg convert wrapper tool
// Authors: Tong Sun (c) 2015-2022, All rights reserved
////////////////////////////////////////////////////////////////////////////

//go:generate sh -x ffcvt_cli.sh

////////////////////////////////////////////////////////////////////////////
// Program start

package main

import (
"bytes"
"flag"
Expand All @@ -41,8 +41,8 @@ const _encodedExt = "_.mkv"
// Global variables definitions

var (
version = "1.7.5"
date = "2022-01-02"
version = "1.8.0"
date = "2022-02-12"

encodedExt string = _encodedExt
totalOrg int64 = 1
Expand Down

0 comments on commit 83c4038

Please sign in to comment.