|
|
2013-08-25
, 17:43
|
|
Posts: 15 |
Thanked: 4 times |
Joined on May 2013
|
#12
|
|
|
2013-08-26
, 01:51
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2013
|
#13
|
|
|
2013-08-26
, 11:32
|
|
Posts: 109 |
Thanked: 18 times |
Joined on Sep 2012
|
#14
|
|
|
2013-08-26
, 18:17
|
|
Posts: 78 |
Thanked: 28 times |
Joined on Apr 2012
@ Curitiba-PR . Brasil
|
#15
|
|
|
2013-08-28
, 01:17
|
|
|
Posts: 279 |
Thanked: 208 times |
Joined on Aug 2009
@ London
|
#16
|
|
|
2013-08-28
, 01:36
|
|
Posts: 771 |
Thanked: 393 times |
Joined on Feb 2012
|
#17
|
|
|
2013-12-03
, 14:13
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2013
|
#18
|
|
|
2014-03-24
, 17:00
|
|
|
Posts: 73 |
Thanked: 24 times |
Joined on Jan 2010
@ Paris
|
#19
|
#!/bin/sh
infile=$1
tmpfile="$1-tmp.mp4"
outfile="$1-new.mp4"
options="-vcodec libx264 -b 512k -flags +loop+mv4 -cmp 256 \
-partitions +parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 \
-me_method hex -subq 7 -trellis 1 -refs 5 -bf 3 \
-flags2 +bpyramid+wpred+mixed_refs+dct8x8 -coder 1 -me_range 16 \
-g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -qmin 10\
-qmax 51 -qdiff 4"
# Half size
options=$options" -vf scale=iw*0.5:-1"
# Copy audio
options=$options" -codec:a copy"
# Shut up
options=$options" -loglevel info "
# echo "Options : $options"
avconv -y -i "$infile" -threads auto $options "$outfile"
# avconv -y -i "$infile" -an -pass 1 -threads auto $options "$tmpfile"
# avconv -y -i "$infile" -acodec aac -strict experimental -ar 44100 -ab 96k -pass 2 -threads auto $options "$tmpfile"
# qt-faststart "$tmpfile" "$outfile"
Handbrake - Open Source Video Transcoder
As a side note, to get the best out of your video transcoding it is a good idea to first have a look at the N9's specifications - it will save a lot of time
Device details - Nokia N9