Re: mp4 video to AMV 160x120

2012-11-19 Thread Robert Moskowitz
I am getting back to this.  To my disgust, the Trio Win utility does not 
support mp4 as a video input format!  So much for truth in advertising.  
So now to ffmpeg built for amv output support...


On 11/11/2012 01:01 PM, Reindl Harald wrote:


Am 11.11.2012 18:56, schrieb Robert Moskowitz:

On 11/11/2012 12:43 PM, Reindl Harald wrote:

Am 11.11.2012 17:47, schrieb lee:

Robert Moskowitz  writes:


On 11/10/2012 10:08 PM, Ed Greshko wrote:

On 11/10/2012 07:40 AM, JD wrote:

On 11/10/2012 07:15 PM, Robert Moskowitz wrote:

I just got a Trio v418 that was advertised as supporting mp4 video, but it does 
not.  Only AMV.

So is there a tool to convert mp4 videos to AMV format with 160x120 resolution?



ffmpeg or mencoder can do it.
You must read the man page on how to


FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.

http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
being supported in ffmpeg. (it seems amv is an mp4 variant, so they
are only slightly missleading about the mp4 support)

and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
seems to supply how to use ffmpeg to convert.

So I tried what is in the f16 repo and it did not work:

Requested output format 'amv' is not a suitable output format

Perhaps you need to compile your own version of ffmpeg; amv support
could be a compile-time option that wasn't enabled when they compiled it
for Fedora?

a optimized ffmpeg-build supporting any codec
is done here with the SPEC below

CAUTION:
this is a x86_64 build only becasue i686 does not exist in myworld

My Lenovo is also x86_64.  Is an rpm available for what you build? It would be 
so nice if it were...

you only need my postest SPEC-File and the source from
http://ffmpeg.org/releases/ffmpeg-0.10.6.tar.bz2 to
get a RPM with "rpmbuild -bb ffmpeg.spec"


I have not done a rpmbuild for years.  So I need a bit of a tutorial 
here.  What do I install to get rpmbuild?  Do I put the spec file you 
provided in the directory created from the tarball?  Just a little help, 
I hope, please.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-11 Thread Reindl Harald


Am 11.11.2012 18:56, schrieb Robert Moskowitz:
> 
> On 11/11/2012 12:43 PM, Reindl Harald wrote:
>>
>> Am 11.11.2012 17:47, schrieb lee:
>>> Robert Moskowitz  writes:
>>>
 On 11/10/2012 10:08 PM, Ed Greshko wrote:
> On 11/10/2012 07:40 AM, JD wrote:
>> On 11/10/2012 07:15 PM, Robert Moskowitz wrote:
>>> I just got a Trio v418 that was advertised as supporting mp4 video, but 
>>> it does not.  Only AMV.
>>>
>>> So is there a tool to convert mp4 videos to AMV format with 160x120 
>>> resolution?
>>>
>>>
>> ffmpeg or mencoder can do it.
>> You must read the man page on how to
>>
> FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.
>
> ffmpeg -formats shows the list of formats.
 http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
 being supported in ffmpeg. (it seems amv is an mp4 variant, so they
 are only slightly missleading about the mp4 support)

 and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
 seems to supply how to use ffmpeg to convert.

 So I tried what is in the f16 repo and it did not work:

 Requested output format 'amv' is not a suitable output format
>>> Perhaps you need to compile your own version of ffmpeg; amv support
>>> could be a compile-time option that wasn't enabled when they compiled it
>>> for Fedora?
>> a optimized ffmpeg-build supporting any codec
>> is done here with the SPEC below
>>
>> CAUTION:
>> this is a x86_64 build only becasue i686 does not exist in myworld
> 
> My Lenovo is also x86_64.  Is an rpm available for what you build? It would 
> be so nice if it were...

you only need my postest SPEC-File and the source from
http://ffmpeg.org/releases/ffmpeg-0.10.6.tar.bz2 to
get a RPM with "rpmbuild -bb ffmpeg.spec"

i can not provide any download because it is built
with NONFREE which is the main difference to the
crippled rpmfusion-packages




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-11 Thread Robert Moskowitz


On 11/11/2012 12:43 PM, Reindl Harald wrote:


Am 11.11.2012 17:47, schrieb lee:

Robert Moskowitz  writes:


On 11/10/2012 10:08 PM, Ed Greshko wrote:

On 11/10/2012 07:40 AM, JD wrote:

On 11/10/2012 07:15 PM, Robert Moskowitz wrote:

I just got a Trio v418 that was advertised as supporting mp4 video, but it does 
not.  Only AMV.

So is there a tool to convert mp4 videos to AMV format with 160x120 resolution?



ffmpeg or mencoder can do it.
You must read the man page on how to


FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.

http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
being supported in ffmpeg. (it seems amv is an mp4 variant, so they
are only slightly missleading about the mp4 support)

and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
seems to supply how to use ffmpeg to convert.

So I tried what is in the f16 repo and it did not work:

Requested output format 'amv' is not a suitable output format

Perhaps you need to compile your own version of ffmpeg; amv support
could be a compile-time option that wasn't enabled when they compiled it
for Fedora?

a optimized ffmpeg-build supporting any codec
is done here with the SPEC below

CAUTION:
this is a x86_64 build only becasue i686 does not exist in myworld


My Lenovo is also x86_64.  Is an rpm available for what you build? It 
would be so nice if it were...



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-11 Thread Robert Moskowitz


On 11/11/2012 11:47 AM, lee wrote:

Robert Moskowitz  writes:


On 11/10/2012 10:08 PM, Ed Greshko wrote:

On 11/10/2012 07:40 AM, JD wrote:

On 11/10/2012 07:15 PM, Robert Moskowitz wrote:

I just got a Trio v418 that was advertised as supporting mp4 video, but it does 
not.  Only AMV.

So is there a tool to convert mp4 videos to AMV format with 160x120 resolution?



ffmpeg or mencoder can do it.
You must read the man page on how to


FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.

http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
being supported in ffmpeg. (it seems amv is an mp4 variant, so they
are only slightly missleading about the mp4 support)

and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
seems to supply how to use ffmpeg to convert.

So I tried what is in the f16 repo and it did not work:

Requested output format 'amv' is not a suitable output format

Perhaps you need to compile your own version of ffmpeg; amv support
could be a compile-time option that wasn't enabled when they compiled it
for Fedora?


I don't have the time to figure out how to do this.  Been over a year 
and an OS upgrade since the last time I had to do a build... Off to IEEE 
802 meeting right now and that will take up the week. And no Win system 
is coming with me and I tried all the included software and the installs 
were not working simply with Wine.  I have to read up how to do a Win 
app install in Wine...



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-11 Thread Reindl Harald


Am 11.11.2012 17:47, schrieb lee:
> Robert Moskowitz  writes:
> 
>> On 11/10/2012 10:08 PM, Ed Greshko wrote:
>>> On 11/10/2012 07:40 AM, JD wrote:
 On 11/10/2012 07:15 PM, Robert Moskowitz wrote:
> I just got a Trio v418 that was advertised as supporting mp4 video, but 
> it does not.  Only AMV.
>
> So is there a tool to convert mp4 videos to AMV format with 160x120 
> resolution?
>
>
 ffmpeg or mencoder can do it.
 You must read the man page on how to

>>> FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.
>>>
>>> ffmpeg -formats shows the list of formats.
>>
>> http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
>> being supported in ffmpeg. (it seems amv is an mp4 variant, so they
>> are only slightly missleading about the mp4 support)
>>
>> and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
>> seems to supply how to use ffmpeg to convert.
>>
>> So I tried what is in the f16 repo and it did not work:
>>
>> Requested output format 'amv' is not a suitable output format
> 
> Perhaps you need to compile your own version of ffmpeg; amv support
> could be a compile-time option that wasn't enabled when they compiled it
> for Fedora?

a optimized ffmpeg-build supporting any codec
is done here with the SPEC below

CAUTION:
this is a x86_64 build only becasue i686 does not exist in myworld

[builduser@buildserver:~]$ cat /rpmbuild/SPECS/ffmpeg.spec
Summary:   Hyper fast Audio and Video encoder
Name:  ffmpeg
Version:   0.10.6
Release:   3%{?dist}
License:   GPLv3+
Group: Applications/Multimedia
URL:   http://ffmpeg.org/
Source0:   ffmpeg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} 
-n)
BuildRequires: bzip2-devel
BuildRequires: dirac-devel
BuildRequires: faac-devel
BuildRequires: faad2-devel
BuildRequires: gsm-devel
BuildRequires: imlib2-devel
BuildRequires: lame-devel
BuildRequires: libtheora-devel
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
BuildRequires: openjpeg-devel
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
BuildRequires: texi2html
BuildRequires: x264-devel
BuildRequires: xvidcore-devel
BuildRequires: zlib-devel
BuildRequires: opencore-amr-devel
BuildRequires: libvpx-devel
BuildRequires: librtmp-devel
BuildRequires: opencv-devel
BuildRequires: freetype-devel
BuildRequires: yasm
Requires:  sh-utils
Requires(preun):   systemd-units
Requires(postun):  systemd-units
Obsoletes: qt-faststart

%description
FFMpeg is a complete and free Internet live audio and video
broadcasting solution for Linux/Unix. It also includes a digital
VCR. It can encode in real time in many formats including MPEG1 audio
and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.

%packagelibs
Summary:Libraries for %{name}
Group:  System Environment/Libraries

%descriptionlibs
FFMpeg is a complete and free Internet live audio and video
broadcasting solution for Linux/Unix. It also includes a digital
VCR. It can encode in real time in many formats including MPEG1 audio
and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
This package contains the libraries for %{name}

%packagedevel
Summary:Development package for %{name}
Group:  Development/Libraries
Requires:   %{name}-libs = %{version}-%{release}
Requires:   pkgconfig

%descriptiondevel
FFMpeg is a complete and free Internet live audio and video
broadcasting solution for Linux/Unix. It also includes a digital
VCR. It can encode in real time in many formats including MPEG1 audio
and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
This package contains development files for %{name}

%prep
%setup -q -n ffmpeg-%{version}

%build
mkdir generic
pushd generic
../configure \
 --prefix=/usr \
 --bindir=/usr/bin \
 --datadir=/usr/share/ffmpeg \
 --incdir=/usr/include/ffmpeg \
 --libdir=/usr/lib64 \
 --mandir=/usr/man \
 --arch=x86_64 \
 --extra-cflags="-I/usr/include -O3 -march=corei7 -mtune=corei7 -mmmx -msse2 
-msse3 -msse4.1 -msse4.2 -fopenmp
-mfpmath=sse -fstack-protector --param=ssp-buffer-size=4 -pipe 
-D_FORTIFY_SOURCE=2 -fexceptions" \
 --extra-ldflags="-I/usr/include -L/usr/lib64" \
 --enable-nonfree \
 --enable-gpl \
 --enable-version3 \
 --enable-libopencore-amrnb \
 --enable-libopencore-amrwb \
 --enable-libdirac \
 --enable-libfaac \
 --enable-libgsm \
 --enable-libmp3lame \
 --enable-libopenjpeg \
 --enable-libschroedinger \
 --enable-libtheora \
 --enable-libvorbis \
 --enable-libx264 \
 --enable-libxvid \
 --enable-libvpx \
 --enable-librtmp \
 --enable-libfreetype \
 --enable-libopencv \
 --enable-shared \
 --enable-runtime-cpudetect \
 --disable-static \
 --disable-libspeex \
 --disable-amd3dnow \
 --disable-amd3dnowext \

Re: mp4 video to AMV 160x120

2012-11-11 Thread lee
Robert Moskowitz  writes:

> On 11/10/2012 10:08 PM, Ed Greshko wrote:
>> On 11/10/2012 07:40 AM, JD wrote:
>>> On 11/10/2012 07:15 PM, Robert Moskowitz wrote:
 I just got a Trio v418 that was advertised as supporting mp4 video, but it 
 does not.  Only AMV.

 So is there a tool to convert mp4 videos to AMV format with 160x120 
 resolution?


>>> ffmpeg or mencoder can do it.
>>> You must read the man page on how to
>>>
>> FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.
>>
>> ffmpeg -formats shows the list of formats.
>
> http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv
> being supported in ffmpeg. (it seems amv is an mp4 variant, so they
> are only slightly missleading about the mp4 support)
>
> and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV
> seems to supply how to use ffmpeg to convert.
>
> So I tried what is in the f16 repo and it did not work:
>
> Requested output format 'amv' is not a suitable output format

Perhaps you need to compile your own version of ffmpeg; amv support
could be a compile-time option that wasn't enabled when they compiled it
for Fedora?


-- 
Fedora 17
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-10 Thread Robert Moskowitz


On 11/10/2012 10:08 PM, Ed Greshko wrote:

On 11/10/2012 07:40 AM, JD wrote:

On 11/10/2012 07:15 PM, Robert Moskowitz wrote:

I just got a Trio v418 that was advertised as supporting mp4 video, but it does 
not.  Only AMV.

So is there a tool to convert mp4 videos to AMV format with 160x120 resolution?



ffmpeg or mencoder can do it.
You must read the man page on how to


FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.


http://en.wikipedia.org/wiki/AMV_video_format seems to point to amv 
being supported in ffmpeg. (it seems amv is an mp4 variant, so they are 
only slightly missleading about the mp4 support)


and http://code.google.com/p/amv-codec-tools/wiki/HowToConvertToAMV 
seems to supply how to use ffmpeg to convert.


So I tried what is in the f16 repo and it did not work:

Requested output format 'amv' is not a suitable output format

So I may be stuck using their Windoz tool.  Wonder if it will run under 
Wine?



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-10 Thread Robert Moskowitz

On 11/10/2012 10:08 PM, Ed Greshko wrote:

On 11/10/2012 07:40 AM, JD wrote:

On 11/10/2012 07:15 PM, Robert Moskowitz wrote:

I just got a Trio v418 that was advertised as supporting mp4 video, but it does 
not.  Only AMV.

So is there a tool to convert mp4 videos to AMV format with 160x120 resolution?



ffmpeg or mencoder can do it.
You must read the man page on how to



Neither are currently installed...  So off to yumex to get what I can!


FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.


I just looked into VLC and it also does not convert to amv.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-10 Thread Ed Greshko
On 11/10/2012 07:40 AM, JD wrote:
>
> On 11/10/2012 07:15 PM, Robert Moskowitz wrote:
>> I just got a Trio v418 that was advertised as supporting mp4 video, but it 
>> does not.  Only AMV.
>>
>> So is there a tool to convert mp4 videos to AMV format with 160x120 
>> resolution?
>>
>>
> ffmpeg or mencoder can do it.
> You must read the man page on how to
>

FYI, the ffmpeg supplied from rpmfusion-free does not support amv format.

ffmpeg -formats shows the list of formats.



-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mp4 video to AMV 160x120

2012-11-10 Thread JD


On 11/10/2012 07:15 PM, Robert Moskowitz wrote:
I just got a Trio v418 that was advertised as supporting mp4 video, 
but it does not.  Only AMV.


So is there a tool to convert mp4 videos to AMV format with 160x120 
resolution?




ffmpeg or mencoder can do it.
You must read the man page on how to

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


mp4 video to AMV 160x120

2012-11-10 Thread Robert Moskowitz
I just got a Trio v418 that was advertised as supporting mp4 video, but 
it does not.  Only AMV.


So is there a tool to convert mp4 videos to AMV format with 160x120 
resolution?



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org