[Bug 410439] [NEW] Task: Make sure the 2 initial mp4 files work on ipod/iphone

0 views
Skip to first unread message

Fabricio Campos Zuardi

unread,
Aug 7, 2009, 3:42:34 PM8/7/09
to public...@googlegroups.com
Public bug reported:

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.

Fabricio Campos Zuardi

unread,
Aug 7, 2009, 4:06:47 PM8/7/09
to public...@googlegroups.com
** Changed in: publicvideos
Importance: Undecided => Medium

** Changed in: publicvideos
Milestone: alpha-launch => august-07-weekend

Fabricio Campos Zuardi

unread,
Aug 8, 2009, 8:39:19 PM8/8/09
to public...@googlegroups.com
ok, in order to work on the ipod touch the videos must use the baseline
profile, here is what I tested and that worked fine:

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

Reply all
Reply to author
Forward
0 new messages