LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2005, 10:46 PM   #1
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Can I arbitrarily change the nbr of frames on an .avi file?


I know absolutely zero about video editing. I have a 713 mb .avi file. It plays to frame 4,095 and stops. There must be more out there, but that's where it stops.

Thought maybe if I opened it in a video editor program, I could just resave it, and that would fix the problem. Installed Kino, but that wouldn't even open the file. Installed avidemux opened the file. Clicking on the Properties tab I see that there are only 4,095 frames

Again, I'm sure there are more. Any suggestions?
 
Old 04-07-2005, 01:21 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
try

mencoder
from mplayer

http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html

regards
 
Old 04-07-2005, 09:33 AM   #3
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Original Poster
Rep: Reputation: 62
To this point, I have not been able to get thru all the dependencies for MPlayer. Tried it again this morning, got farther along than before, but still hung up on libviaXvMC.so.1. I think there may be a kernal module that I need (Fedora Core 3). Maybe when they release the next kernal.

Any other suggestions?
 
Old 04-07-2005, 10:10 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

are u compiling from source or installing rpms

regards
 
Old 04-07-2005, 11:13 AM   #5
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Original Poster
Rep: Reputation: 62
Installing rpms. I thought I might be able to just find the libviaXvMC.so.1 by itself somewhere and copy it to the correct library, but I couldn't find it ... and I read something in a wiki about possibly needing to recompile the kernal to get a directory in place.
 
Old 04-07-2005, 01:09 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

u are missing the "xorg-x11-devel package"
install that package from ur fedora CD

regards
 
Old 04-07-2005, 11:54 PM   #7
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Original Poster
Rep: Reputation: 62
I do have xorg-x11-devel installed ...

According to RPM Find, the file I am missing is in xorg-x11-libs ... when I try to install that, I get a dependency for xorg-x11-libs ... which, of course I am trying to install ... although I do, of course have an older version of xorg-x11-libs as well.

I'm not a complete newbie with Linux, just video editing. My theory is that after a while, Fedora or someone will come out with a new rpm package that will deal with whatever vagaries my current setup has, and everything will work fine.

As I said, on my most recent try at installing mplayer, I got farther than ever before, I think that I'm down to that one last file which I can't find standalone, so I'll wait a little longer.

Sure would like to know if there's any hope for this video, tho.
 
Old 04-08-2005, 12:25 AM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Right now you are going through dependencies nightmare. I suggest compiling mplayer instead installing it using RPM files.

It is possible that the video is encoded with raw video and raw sound which takes a lot of space.
 
Old 04-08-2005, 02:06 AM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
post the O/P of

rpm -qa|grep xorg

regards
 
Old 04-08-2005, 10:01 AM   #10
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Original Poster
Rep: Reputation: 62
<post the O/P of rpm -qa|grep xorg>

xorg-x11-Mesa-libGLU-6.8.2-1.FC3.13
xorg-x11-tools-6.8.2-1.FC3.13
fonts-xorg-75dpi-6.8.1-1
xorg-x11-6.8.2-1.FC3.13
fonts-xorg-100dpi-6.8.1-1
xorg-x11-deprecated-libs-devel-6.8.2-1.FC3.13
xorg-x11-Mesa-libGL-6.8.2-1.FC3.13
xorg-x11-devel-6.8.2-1.FC3.13
xorg-x11-xfs-6.8.2-1.FC3.13
xorg-x11-xdm-6.8.2-1.FC3.13
xorg-x11-libs-6.8.2-1.FC3.13
xorg-x11-xauth-6.8.2-1.FC3.13
xorg-x11-deprecated-libs-6.8.2-1.FC3.13
xorg-x11-twm-6.8.2-1.FC3.13
fonts-xorg-base-6.8.1-1
xorg-x11-font-utils-6.8.2-1.FC3.13
 
Old 04-08-2005, 12:33 PM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

if u have these packages installed then i do not see much problem so go for compilingh from source

also these are packages for xorg from
http://download.fedora.redhat.com/pu...s/Fedora/RPMS/

so see if u have anything missing

xorg-x11-6.8.1-12.i386.rpm 20-Oct-2004 18:35 13M
[ ] xorg-x11-Mesa-libGL-6.8.1-12...> 20-Oct-2004 18:35 361K
[ ] xorg-x11-Mesa-libGLU-6.8.1-12..> 20-Oct-2004 18:35 418K
[ ] xorg-x11-Xdmx-6.8.1-12.i386.rpm 20-Oct-2004 18:35 1.1M
[ ] xorg-x11-Xnest-6.8.1-12.i386.rpm 20-Oct-2004 18:35 1.5M
[ ] xorg-x11-Xvfb-6.8.1-12.i386.rpm 20-Oct-2004 18:35 1.6M
[ ] xorg-x11-deprecated-libs-6.8...> 20-Oct-2004 18:35 241K
[ ] xorg-x11-deprecated-libs-deve..> 20-Oct-2004 18:35 249K
[ ] xorg-x11-devel-6.8.1-12.i386.rpm 20-Oct-2004 18:35 5.0M
[ ] xorg-x11-doc-6.8.1-12.i386.rpm 20-Oct-2004 18:35 6.0M
[ ] xorg-x11-font-utils-6.8.1-12...> 20-Oct-2004 18:35 277K
[ ] xorg-x11-libs-6.8.1-12.i386.rpm 20-Oct-2004 18:35 2.5M
[ ] xorg-x11-sdk-6.8.1-12.i386.rpm 20-Oct-2004 18:35 7.7M
[ ] xorg-x11-tools-6.8.1-12.i386.rpm 20-Oct-2004 18:35 486K
[ ] xorg-x11-twm-6.8.1-12.i386.rpm 20-Oct-2004 18:35 314K
[ ] xorg-x11-xauth-6.8.1-12.i386.rpm 20-Oct-2004 18:35 255K
[ ] xorg-x11-xdm-6.8.1-12.i386.rpm 20-Oct-2004 18:35 321K
[ ] xorg-x11-xfs-6.8.1-12.i386.rpm 20-Oct-2004 18:35 289K

regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xine distorting sound and dropping frames when playing .avi-movies Trickj Linux - Software 2 11-21-2005 02:04 AM
program to change avi to vcd? dr_zayus69 Linux - Software 4 09-03-2005 09:44 PM
change uploaded files from filename.avi to filename.avi.html like www.rapidshare.de latheesan Linux - Newbie 3 06-16-2005 04:33 AM
Possible to create a frames effect in an HTML page without using frames? furfurdemon666 General 10 12-12-2004 06:52 AM
How to convert the MPEG file to AVI file? stiphon General 3 06-08-2004 07:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration