]> code.delx.au - transcoding/log
transcoding
15 years agoForce the mencoder job to run in a temp directory (this stops the divx log file from...
Greg Darke [Tue, 25 Nov 2008 02:08:55 +0000 (13:08 +1100)]
Force the mencoder job to run in a temp directory (this stops the divx log file from being dropped into the current directory)

15 years agoMerge
Greg Darke [Mon, 24 Nov 2008 20:44:49 +0000 (07:44 +1100)]
Merge

15 years agoAutomated merge with ssh://hg@kagami/james_transcoding
Greg Darke [Mon, 24 Nov 2008 07:37:34 +0000 (18:37 +1100)]
Automated merge with ssh://hg@kagami/james_transcoding

15 years agoMade deinterlacing happen before all other filters
James Bunton [Wed, 12 Nov 2008 06:10:23 +0000 (17:10 +1100)]
Made deinterlacing happen before all other filters

15 years agoAdded deinterlace option
James Bunton [Tue, 11 Nov 2008 14:24:03 +0000 (01:24 +1100)]
Added deinterlace option

15 years agoAdded rotate_args, fixed permissions on ipod_tomp4.sh
Greg Darke [Sun, 12 Oct 2008 02:35:05 +0000 (13:35 +1100)]
Added rotate_args, fixed permissions on ipod_tomp4.sh

rotate_args is a small program that makes it easier to control programs like AtomicParsley from a batch run file. This is because AtomicParsley requires the filename to be the first commandline argument

15 years agoFixed the ipod264 profile, it is now able to encode files that work on an iPod touch...
Greg Darke [Sun, 12 Oct 2008 02:33:40 +0000 (13:33 +1100)]
Fixed the ipod264 profile, it is now able to encode files that work on an iPod touch (in h264)

15 years agoFixed typo in the faac options field name
Greg Darke [Sat, 11 Oct 2008 12:25:49 +0000 (23:25 +1100)]
Fixed typo in the faac options field name

15 years agoAdded default options for Profiles.extra
Greg Darke [Sat, 11 Oct 2008 12:15:10 +0000 (23:15 +1100)]
Added default options for Profiles.extra

15 years agoFixed a stupid typo in the ipod264 codec description
Greg Darke [Sat, 11 Oct 2008 05:29:48 +0000 (16:29 +1100)]
Fixed a stupid typo in the ipod264 codec description

15 years agoAdded a new profile: ipod264 (note: this is still a work in progress)
Greg Darke [Sat, 11 Oct 2008 05:21:02 +0000 (16:21 +1100)]
Added a new profile: ipod264 (note: this is still a work in progress)

15 years agoAdded the ability to set the episode name into the container
Greg Darke [Sat, 11 Oct 2008 05:20:28 +0000 (16:20 +1100)]
Added the ability to set the episode name into the container

15 years agoSimple script to convert avi files from mencoder to mp4 files (for consumption on...
Greg Darke [Mon, 8 Sep 2008 08:18:57 +0000 (18:18 +1000)]
Simple script to convert avi files from mencoder to mp4 files (for consumption on an ipod)

15 years agoAllow blank lines in batch run scripts
Greg Darke [Mon, 8 Sep 2008 08:15:56 +0000 (18:15 +1000)]
Allow blank lines in batch run scripts

15 years agoMerged in the changes from my branch.
Greg Darke [Mon, 8 Sep 2008 08:12:03 +0000 (18:12 +1000)]
Merged in the changes from my branch.

  * We now support subtitles in the encoding process
  * You can set options to an empty value
  * You can now encode xvid in an iPod compatiable format

15 years agoGenerified things.
James Bunton [Sat, 6 Sep 2008 13:30:37 +0000 (23:30 +1000)]
Generified things.

15 years agoHuge changes to encode.py
James Bunton [Sat, 6 Sep 2008 06:46:34 +0000 (16:46 +1000)]
Huge changes to encode.py

 * encx264.py -> encqt7.py
 * --filters -> --vfilters
 * --afilters for audio filters
 * Handles DVD chapters
 * Can select audio track to encode (only one at the moment)
 * xvid autoaspect option set
 * Higher default audio bitrate

15 years agoAllow blank lines in batch run files
Greg Darke [Tue, 2 Sep 2008 22:59:24 +0000 (08:59 +1000)]
Allow blank lines in batch run files

15 years agoAdded another version of tomp4 (this one works for xvid)
Greg Darke [Tue, 2 Sep 2008 10:11:28 +0000 (20:11 +1000)]
Added another version of tomp4 (this one works for xvid)

15 years agoBetter attempt at trying to support the apple iPod
Greg Darke [Tue, 2 Sep 2008 10:02:45 +0000 (20:02 +1000)]
Better attempt at trying to support the apple iPod

15 years agoInitial attempt at encoding for an ipod
Greg Darke [Tue, 2 Sep 2008 06:41:32 +0000 (16:41 +1000)]
Initial attempt at encoding for an ipod

15 years agoAllow batchrun to take an arbitarly deep input file.
Greg Darke [Mon, 5 May 2008 13:37:45 +0000 (23:37 +1000)]
Allow batchrun to take an arbitarly deep input file.

These changes force the minimum version of python required to by this script to be python2.4 (as itertools is required).

This version of the script also requires that the input file does not 'skip' levels. This means you can only move up from level 3 to 4 (not from 3 straight to 5), you may move down any number of levels at a time though.

16 years agoBetter batch encoder
James Bunton [Wed, 19 Mar 2008 05:57:16 +0000 (16:57 +1100)]
Better batch encoder

16 years agoImproved remuxing tools
James Bunton [Tue, 18 Mar 2008 23:52:22 +0000 (10:52 +1100)]
Improved remuxing tools

16 years agoTweaked x264 encode options
James Bunton [Tue, 18 Mar 2008 06:04:08 +0000 (17:04 +1100)]
Tweaked x264 encode options

16 years agoEnabled bframes for x264 and tweaked default bitrate
James Bunton [Tue, 18 Mar 2008 01:30:13 +0000 (12:30 +1100)]
Enabled bframes for x264 and tweaked default bitrate

16 years agoImproved tomkv.sh
James Bunton [Tue, 18 Mar 2008 00:54:51 +0000 (11:54 +1100)]
Improved tomkv.sh

16 years agoConsolidated encoders
James Bunton [Mon, 17 Mar 2008 06:33:01 +0000 (17:33 +1100)]
Consolidated encoders

16 years agoAudio track selection
James Bunton [Sun, 16 Mar 2008 14:08:22 +0000 (01:08 +1100)]
Audio track selection

16 years agoDVD chapter support
James Bunton [Sun, 16 Mar 2008 14:00:10 +0000 (01:00 +1100)]
DVD chapter support

16 years agoSubtitle support in tomkv.sh
James Bunton [Sun, 16 Mar 2008 13:57:49 +0000 (00:57 +1100)]
Subtitle support in tomkv.sh

16 years agoDon't use the turbo option
James Bunton [Sun, 16 Mar 2008 13:57:31 +0000 (00:57 +1100)]
Don't use the turbo option

16 years agoCleaned up encoder scripts
James Bunton [Sun, 16 Mar 2008 12:35:27 +0000 (23:35 +1100)]
Cleaned up encoder scripts

16 years agoxvid encoder
James Bunton [Sun, 16 Mar 2008 11:48:25 +0000 (22:48 +1100)]
xvid encoder

16 years agoBatch encoder supports different encoders
James Bunton [Sun, 16 Mar 2008 11:48:09 +0000 (22:48 +1100)]
Batch encoder supports different encoders

16 years agoFixed tomp4
James Bunton [Sun, 16 Mar 2008 11:45:17 +0000 (22:45 +1100)]
Fixed tomp4

16 years agoTweaked h264 options
James Bunton [Sun, 16 Mar 2008 09:31:27 +0000 (20:31 +1100)]
Tweaked h264 options

16 years agoInitial checkin
James Bunton [Sun, 16 Mar 2008 09:20:14 +0000 (20:20 +1100)]
Initial checkin