The current recipes that we used for the hanoi mockup at and that are
listed on the wiki http://wiki.publicvideos.org/dev/transcoding_recipies
have not been tested on my ipod touch, we need to do that test before
rolling the massive transcoding batch just to make sure those files will
be useful not only for Safari users without the XiphQT plugin but for
iphone users too.
I know that those devices might not support some profiles of the h 2.64,
so it is better to doublecheck.
** Affects: publicvideos
Importance: Undecided
Assignee: Fabricio Campos Zuardi (fabricio)
Status: Triaged
** Tags: h264 iphone ipod mp4 task transcoding
** Changed in: publicvideos
Status: New => Triaged
** Changed in: publicvideos
Milestone: None => alpha-launch
** Changed in: publicvideos
Assignee: (unassigned) => Fabricio Campos Zuardi (fabricio)
--
Task: Make sure the 2 initial mp4 files work on ipod/iphone
https://bugs.launchpad.net/bugs/410439
You received this bug notification because you are a member of
Publicvideos Dev Team, which is the registrant for Public Videos.
Status in Public Videos: Triaged
Bug description:
The current recipes that we used for the hanoi mockup at and that are listed on the wiki http://wiki.publicvideos.org/dev/transcoding_recipies have not been tested on my ipod touch, we need to do that test before rolling the massive transcoding batch just to make sure those files will be useful not only for Safari users without the XiphQT plugin but for iphone users too.
I know that those devices might not support some profiles of the h 2.64, so it is better to doublecheck.
** Changed in: publicvideos
Milestone: alpha-launch => august-07-weekend
ffmpeg -i intermediate.avi -an -pass 1 -vcodec libx264 \
-vpre hq \
-vpre libx264-baseline \
-b 650k \
-s 480x272 \
-f ipod \
-deinterlace \
-threads 0 \
-benchmark -y /dev/null
ffmpeg -i intermediate.avi \
-pass 2 \
-vcodec libx264 \
-vpre hq \
-vpre libx264-baseline \
-b 650k \
-s 480x272 \
-acodec libfaac -ab 128k -ar 44100 \
-deinterlace \
-threads 0 \
-benchmark -y 2009-05_00140_horse-eating-sky-field-480x272-hq-dp.mp4
--
ffmpeg -i intermediate.avi -an -pass 1 -vcodec libx264 \
-vpre hq \
-vpre libx264-baseline \
-b 1000k \
-s 640x360 \
-f ipod \
-deinterlace \
-threads 0 \
-benchmark -y /dev/null
ffmpeg -i intermediate.avi \
-pass 2 \
-vcodec libx264 \
-vpre hq \
-vpre libx264-baseline \
-b 1000k \
-s 640x360 \
-acodec libfaac -ab 128k -ar 44100 \
-deinterlace \
-threads 0 \
-benchmark -y 2009-05_00140_horse-eating-sky-field-640x360.mp4
** Changed in: publicvideos
Status: Triaged => Fix Committed
--
Task: Make sure the 2 initial mp4 files work on ipod/iphone
https://bugs.launchpad.net/bugs/410439
You received this bug notification because you are a member of
Publicvideos Dev Team, which is the registrant for Public Videos.
Status in Public Videos: Fix Committed