| |
Description: | My newest version of encode-handheld.pl
This version includes support for 640x480 encodes, cell phone 176x144 encodes, encodes now for all
iPod versions. Now also supports iTunes atom tagging for mp4 files and atom tagging for .3g2
files.
Includes binaries for ffmpeg and AtomicParsley for MacOS.
Includes binaries for AtomicParsley for Linux. must compile own ffmpeg
copy bins to /usr/local/bin
-HR
----------------------------------------------------------------------
./encode-handheld.pl -h
PSP iPod h264 video and AAC audio encoder.
Zune 30GB Windows Media 8 A/V encoder.
Sony Cyber-Shot to PSP encoder 640x480 CABAC only .
Cell phone 176x144 encoder.
usage: ./encode-handheld.pl [-hl] [-t ipod psp zune zune30 3g2 cyber] [-s XXXXX] [-n title] [-f
file]
-h : this help message
-d : description only added if AtomicParsley is found and ipod or psp
-k : artist only added if AtomicParsley is found and ipod or psp
-u : album only added if AtomicParsley is found and ipod or psp and only on mvid
-y : year only added if AtomicParsley is found and ipod or psp
-a : hard box the video
pillarbox and letterbox the video, AR set to AR of screen size
-g : letterbox video to next macro block height ex 480x202 -> 480x208
-v : displays version
-r : frame rate 24000/1001 or 30000/1001 are suggested override values
-l : legacy psp file naming
-s XXXXX : 5 digit legacy numbering sequence
-f file : file to encode
-n title : psp title displayed when using legacy naming
or file is renamed to this value
-t type : psp, ipod, zune, or zune30 encoding
-o XXX : volume gain 1x=256, 2x=512, 3x=768, 4x=1024 default: No Change
-c XXX : thumbnail capture time in seconds default: 120
-z XXX : encode time in seconds default: whole thing
-j XXX : start encode time in seconds default: beginning
-b : encode using b frames psp only default: no
-p : 2 pass encoding
-i : iPhone iPod touch PSP compatible profile switches coder to 0
note:
If you end your titles for TV Shows with sXXeXX then it will be parsed correctly as a TV Show.
If you end your titles for Music Videos with mvid then it will be parsed correctly as a Music
Video.
example: ./encode-handheld.pl -t psp -l -s 10101 -n My Video -f file.avi -o 768 -c 120
example: ./encode-handheld.pl -t psp -f file.avi
example: ./encode-handheld.pl -t psp -f file.avi-n hookah
example: ./encode-handheld.pl -t zune30 -f file.avi
example: ./encode-handheld.pl -t zune30 -f file.avi -n hookah
example: ./encode-handheld.pl -t ipod -f file.avi
example: ./encode-handheld.pl -t ipod -f file.avi -n hookah
example: ./encode-handheld.pl -t 3g2 -f tvshow.avi -n TV Show s04e16 -r 24000/1001
|