NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 19 20 21 22 23 … 115 Next »
Divx with 2 Audio Tracks - Switching?

 
  • 0 Vote(s) - 0 Average
Divx with 2 Audio Tracks - Switching?
Mvp74
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2008
#11
2008-09-16, 06:47 PM
zehd Wrote:ZProcess is still at the mercy of available command lines switches from mplayer/mencoder or ffmpeg.

If someone knows the switches, I could add that feature...

Hope I unterstand you right and you ask for the switch for ffmpeg for audiostream selecting.

Well, I tested my Vids with ffmeg and the Audio-Streams.
When I let me show ffmepg the info of the avi, it say me this:

Input #0, avi, from 'test.avi':
Duration: 00:47:07.2, start: 0.000000, bitrate: 1185 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 512x384, 25.00 fps®
Stream #0.1: Audio: mp3, 48000 Hz, mono, 40 kb/s
Stream #0.2: Audio: mp3, 48000 Hz, mono, 32 kb/s

Ok, stream 0.1 is the german one and 0.2 the english one.

Now, without changing everthing in the commandline of config.xml it look like this:
ffmpeg -y -i "test.avi" -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "test2.avi"

It select the 0.0 stream as Video and the 0.1 stream as Audio. (german one)
As default, the first audio stream would select.

If I want now the second stream, I use the parameter -map.
First, I must say which is the video stream, second which one is the audio stream.
The commandline look now like this:
ffmpeg -y -i "test.avi" -map 0:0 -map 0:2 -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "test2.avi"

It select the 0.0 stream as Video and the 0.2 stream as Audio (english one)
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#12
2008-09-16, 06:59 PM
Mvp74 Wrote:Hope I unterstand you right and you ask for the switch for ffmpeg for audiostream selecting.

Well, I tested my Vids with ffmeg and the Audio-Streams.
When I let me show ffmepg the info of the avi, it say me this:

Input #0, avi, from 'test.avi':
Duration: 00:47:07.2, start: 0.000000, bitrate: 1185 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 512x384, 25.00 fps®
Stream #0.1: Audio: mp3, 48000 Hz, mono, 40 kb/s
Stream #0.2: Audio: mp3, 48000 Hz, mono, 32 kb/s

Ok, stream 0.1 is the german one and 0.2 the english one.

Now, without changing everthing in the commandline of config.xml it look like this:
ffmpeg -y -i "test.avi" -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "test2.avi"

It select the 0.0 stream as Video and the 0.1 stream as Audio. (german one)
As default, the first audio stream would select.

If I want now the second stream, I use the parameter -map.
First, I must say which is the video stream, second which one is the audio stream.
The commandline look now like this:
ffmpeg -y -i "test.avi" -map 0:0 -map 0:2 -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "test2.avi"

It select the 0.0 stream as Video and the 0.2 stream as Audio (english one)

Could you make available a copy of one of the videos with two audio tracks? I'm intrigued to see if I can do this with ZProcess...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Mvp74
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2008
#13
2008-09-16, 07:34 PM
Here: http://www.speedshare.org/download.php?id=6A0AB61212
I cut a piece of the divx-file with 2 audiostreams.

It´s a rar-archive and the password is: mvp74

Don´t use too much time on this,
I now know how to change the default audiostream with virtual dub mod so it would be a very nice feature but no must have more.
Mvp74
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2008
#14
2008-09-16, 07:40 PM
Btw, yesterday I have a avi-file, GB-PVR don´t want to play.
It seem like it start to play and then GB-PVR turn back to the menue.

I found out it don´t like umlauts (vowel mutuation) like äöü and ' too.
Rename the avi helps.

Just for info.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2008-09-16, 07:50 PM
Mvp74 Wrote:Btw, yesterday I have a avi-file, GB-PVR don´t want to play.
It seem like it start to play and then GB-PVR turn back to the menue.

I found out it don´t like umlauts (vowel mutuation) like äöü and ' too.
Rename the avi helps.

Just for info.

I'm not sure if you have ever used ZProcess, but it seems to handle umlauts well when it passes the command to ffmeg or mencoder...

I won't spend too much time on the multi audio issue, but I think I can make it switch automatically...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Mvp74
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2008
#16
2008-09-16, 08:37 PM
zehd Wrote:I'm not sure if you have ever used ZProcess, but it seems to handle umlauts well when it passes the command to ffmeg or mencoder...
It happen with the GB-PVR without any Addons. I have only the plain GB-PVR installed. I will test tomorrow to reproduce the error.

ZProcess is new for me, I will take a closer look on it. Smile
Is ZProcess included in GB-PVR or must be installed manually?

Quote:I won't spend too much time on the multi audio issue, but I think I can make it switch automatically...
Ok Smile
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#17
2008-09-16, 09:01 PM
Mvp74 Wrote:It happen with the GB-PVR without any Addons. I have only the plain GB-PVR installed. I will test tomorrow to reproduce the error.

ZProcess is new for me, I will take a closer look on it. Smile
Is ZProcess included in GB-PVR or must be installed manually?


Ok Smile

It has to be installed manually, but it's pretty painless.. And I'm always around to help...

http://gbpvr.com/pmwiki/pmwiki.php/Utili...ocess#toc7

You will need MEncoder installed also

http://gbpvr.com/pmwiki/pmwiki.php/Utili...ocess#toc5
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Mvp74
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Sep 2008
#18
2008-09-16, 10:01 PM
Ok, will test it tomorrow.
Sound it have nice features for use with MVP Smile

BTW, for GB-PVR and MVP a DHCP Server is required.
If someone need one, I found a little nice freeware-tool which emulate one.
Very small and can start as service:
http://ruttkamp.gmxhome.de/dhcpsrv/dhcpsrv.htm

Maybe you can need this link on the wiki or in the faq.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,870
Threads: 954
Joined: May 2006
#19
2008-09-16, 11:09 PM
If you could come up with a way to have ffmpeg transcode two audio tracks I could probably help with mvpmc in selecting them. In mvpmc's native mode this is a basic function, but in emulation mode I do enable switching between two standard mpeg id 0xc0 and 0x80

Martin
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#20
2008-09-17, 06:13 AM
Now that is an animal I didn't know existed...

I'm going to give this a shot....
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mucic not playing complete tracks Jaggy 8 6,830 2017-03-18, 12:53 AM
Last Post: Jaggy
  Audio sync WKleeven 5 3,857 2011-11-22, 03:47 PM
Last Post: WKleeven
  No audio on MKV files on the PCH pcostanza 3 3,713 2011-11-22, 02:21 AM
Last Post: pcostanza
  No audio NMT - solved. Lindsay 2 2,544 2011-11-16, 07:32 PM
Last Post: Lindsay
  No audio for avi on nmt roy 2 2,937 2011-11-06, 04:55 PM
Last Post: roy
  Egreat no video or audio coppelltx 22 8,853 2010-06-03, 05:42 AM
Last Post: sudoko
  Odd audio at MVP with some mpegs Dave72 23 6,632 2009-12-01, 04:50 AM
Last Post: Dave72
  No audio on NMT (when watching LiveTv or RecordingTV) hvannieu 3 2,082 2009-09-29, 10:25 PM
Last Post: mvallevand
  Audio Playback on the MVP mvallevand 8 2,850 2009-03-08, 02:30 PM
Last Post: mvallevand
  playing divx file on the PCH (and MVP too)? jksmurf 5 2,397 2009-02-22, 04:29 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode