Jump to content

No sound with MP4?


iceyintel
 Share

Recommended Posts

Make as on page easy urpmi

urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'
urpmi.addmedia --distrib --mirrorlist 'http://plf.zarb.org/mirrors/$RELEASE.$ARCH.list'

urpmi.addmedia mopl http://repo.mandriva.org.pl/2009.0/media/main/release/

 

urpmi task-gstreamer-plugins-all

urpmi win32-codecs

urpmi avifile-win32

urpmi real-codecs

 

and other lame, libxine1, ffmpeg .....lex

Link to comment
Share on other sites

its not working....and stuiped mandriva can't read my audio cds i burned from any media player and all media players in windows can read.Even mandriva 2008 Spring could read my burned cds from itunes.And my clock also is in military time.....

 

fbyk20.png

 

What the heck is wrong with mandriva? It cant even read a simple audio cd, and there is no printer program thing in this release either!

Edited by iceyintel
Link to comment
Share on other sites

well i downloaded quicktime packages with package manager, didn't help this issue.But when i opened amarok i was allowed to play music from itunes from my linux partition now. at least i can copy and paste, and that crosses out the cds issue since i don't need them anymore.

 

*nvm found out the music it picked up was from windows media player 11

Edited by iceyintel
Link to comment
Share on other sites

Look I convert to mp4

 

ffmpeg -i film.mpg -title "jozin" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 1 -f psp Video.mp4

 

 

FFmpeg version SVN-r14161, Copyright © 2000-2008 Fabrice Bellard, et al.

configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --enable-liba52 --enable-postproc --enable-gpl --enable-pthreads --enable-libnut --enable-libtheora --enable-libvorbis --enable-x11grab --enable-swscale --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libx264 --enable-libxvid

libavutil version: 49.7.0

libavcodec version: 51.60.0

libavformat version: 52.17.0

libavdevice version: 52.0.0

built on Jul 11 2008 02:18:34, gcc: 4.3.1 20080626 (prerelease)

Input #0, mpeg, from 'film.mpg':

Duration: 00:02:32.60, start: 0.500000, bitrate: 275 kb/s

Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 320x256 [PAR 1:1 DAR 5:4], 104857 kb/s, 25.00 tb®

Stream #0.1[0x1c0]: Audio: mp2, 22050 Hz, mono, 64 kb/s

Output #0, psp, to 'Video.mp4':

Stream #0.0: Video: mpeg4 (hq), yuv420p, 480x272 [PAR 136:135 DAR 16:9], q=2-31, pass 1, 672 kb/s, 25.00 tb©

Stream #0.1: Audio: libfaac, 24000 Hz, mono, 96 kb/s

Stream mapping:

Stream #0.0 -> #0.0

Stream #0.1 -> #0.1

Press [q] to stop encoding

frame= 3824 fps= 43 q=2.0 Lsize= 13394kB time=152.36 bitrate= 720.1kbits/s

video:12566kB audio:769kB global headers:0kB muxing overhead 0.445165%

bash-3.2$ ffplay Video.mp4

 

Now play with ffplay or mplayer

 

ffplay Video.mp4
FFplay version SVN-r14161, Copyright (c) 2003-2008 Fabrice Bellard, et al.
 configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --enable-liba52 --enable-postproc --enable-gpl --enable-pthreads --enable-libnut --enable-libtheora --enable-libvorbis --enable-x11grab --enable-swscale --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libx264 --enable-libxvid
 libavutil version: 49.7.0
 libavcodec version: 51.60.0
 libavformat version: 52.17.0
 libavdevice version: 52.0.0
 built on Jul 11 2008 02:18:34, gcc: 4.3.1 20080626 (prerelease)

You must have in system libfaad0, libfaac0

 

 

Here's two example ffmpeg commands for two-pass encoding: (I use one pass)

First pass:

ffmpeg -i <inputfile> -title "<title>" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 1 -f psp Video.mp4

Second pass:

ffmpeg -i <inputfile> -title "<title>" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 2 -f psp Video.mp4

Edited by Lexicon
Link to comment
Share on other sites

the code you said above won't work

Of course it doesn't. Omit the commas.

 

mp4 looks better...

And this is the definition of the placebo effect. Both should look crappy, ESPECIALLY the mp4 one.

Try the brand new stable flashplayer (version 10.0.12.36). It's not perfect, but much snappier and more stable than the old 9.X version.

Link to comment
Share on other sites

For the colours issue don't use dragon player it seems to screw the colours some ppl reported that increasing the hue should correct it.

 

My personal experience is that if you have a Nvidia display card while the movie is playing open the Nvidia display settings tool (nvidia-settings) the colours are corrected.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...