hi chris!
sorry for the long delay -- we were pretty interested in flash but then
it kind of got backburnered.
the source i was using can be found here:
http://www.us.archive.org/~tracey/_/commute/
i *think* i used the "commute.avi" version (it's the "original" format
-- the other mp4s we
"derived" from that AVI).
i tried about 10 various movie items here that we serve from the archive.org
and they all seemed to have the same problem.
here's what i did:
rm -rfv ~/swf
mkdir ~/swf
if [ "$#" != 1 ]; then exit; fi;
ffmpeg -i $1 ~/swf/x.flv
cd ~/perl/share/perl/5.8.7
~/perl/bin/flv2flv ~/swf/x.flv ~/swf/t.flv
~/perl/bin/flvinfo ~/swf/x.flv
~/perl/bin/flv2swf ~/swf/t.flv ~/swf/t.swf
exit
hope that helps!
-tracey
chris@clotho.com via RT wrote:
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=22553 >
>
> On Oct 25, 2006, at 12:15 AM, Tracey Jaquith via RT wrote:
>
>
>> i made a FLV file from a 64kb MP4 file with ffmpeg.
>> this looks OK:
>>
>> ~/perl/bin/flvinfo ~/k/flv/commute.flv
>> File name /home/tracey/k/flv/commute.flv
>> File size 2496419 bytes
>> Duration about 114.933 seconds
>> Video 1725 frames
>> codec Sorenson H.263
>> height 120
>> type interframe/keyframe
>> width 160
>>
>> but then:
>> ~/perl/bin/flv2swf ~/k/flv/commute.flv ~/commute.swf
>> uncompressed not supported yet; only MP3 audio allowed
>>
>> is this a bug/issue or something else?
>> the reason i ask is because it identified the codec as H.263 which
>> sounds about right...
>>
>
> Tracey,
>
> Interesting. Is that MP4 file video only with no audio? That's a
> case I've never tested with FLV::Info. On the other hand, if it does
> indeed have audio, then there must be a bug in the FLV parser. Can
> you share the FLV file? You can contact me privately if you don't
> want to upload it to rt.cpan.org.
>
> Chris
>
>
>
> ------------------------------------------------------------------------
>
> On Oct 25, 2006, at 12:15 AM, Tracey Jaquith via RT wrote:
>
>> i made a FLV file from a 64kb MP4 file with ffmpeg.
>> this looks OK:
>>
>> ~/perl/bin/flvinfo ~/k/flv/commute.flv
>> File name /home/tracey/k/flv/commute.flv
>> File size 2496419 bytes
>> Duration about 114.933 seconds
>> Video 1725 frames
>> codec Sorenson H.263
>> height 120
>> type interframe/keyframe
>> width 160
>>
>> but then:
>> ~/perl/bin/flv2swf ~/k/flv/commute.flv ~/commute.swf
>> uncompressed not supported yet; only MP3 audio allowed
>>
>> is this a bug/issue or something else?
>> the reason i ask is because it identified the codec as H.263 which
>> sounds about right...
>
> Tracey,
>
> Interesting. Is that MP4 file video only with no audio? That's a
> case I've never tested with FLV::Info. On the other hand, if it does
> indeed have audio, then there must be a bug in the FLV parser. Can
> you share the FLV file? You can contact me privately if you don't
> want to upload it to rt.cpan.org.
>
> Chris
>
> --
> Chris Dolan, Software Developer, Clotho Advanced Media Inc.
> 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703
> vCard:
http://www.chrisdolan.net/ChrisDolan.vcf
>
> Clotho Advanced Media, Inc. - Creators of MediaLandscape Software
> (
http://www.media-landscape.com/) and partners in the revolutionary
> Croquet project (
http://www.opencroquet.org/)
>
>
--
* --Tracey Jaquith -
http://www.archive.org/~tracey
<
http://www.archive.org/%7Etracey> --*