DOS prompt getting hung up

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

DOS prompt getting hung up

Bob-278
Hi,
 
I had written, compiled and executed a code for playing avi file with mp3 and h264 decoders.I had played an avi video properly. But now, (I guess after the installation of certain programs or missing of certain files, that I am not sure of ) the command prompt is not resopnding after showing the following:
 
C:\Documents and Settings\Administrator\Desktop\gstreamer\Debug>gstreamer.exe C:\Files\hri.avi
 
** (gstreamer.exe:3744): WARNING **: Add decoder dsicinvideo (97) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder gif (100) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder kmvc (88) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder nuv (87) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder smackvid (86) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder targa (96) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder tiertexseqvideo (98) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder tiff (99) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder VMware video (92) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder dsicinaudio (86045) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder imc (86046) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder smackaud (86042) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder wavpack (86044) please
Setting to PLAYING
Running             (AND THEN NOTHING HAPPENS!)
 
 
After the display of whats above, the command prompt is not returning. Its something like its doing some work in the background. I will have to exit and open command prompt again to use it again.
 
 
The same happens with the following pipeline at the command prompt:
 
C:\Program Files\Common Files\GStreamer\0.10\bin>gst-launch-0.10.exe filesrc location= C:/Files/hri.avi ! avidemux name=demux demux.video_00 ! queue ! ffdec_h264 ! ffmpegcolorspace ! directdrawsink demux.audio_00 ! queue ! ffdec_mp3 ! audioconvert ! directsoundsink
 
** (gst-launch-0.10:1524): WARNING **: Add decoder dsicinvideo (97) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder gif (100) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder kmvc (88) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder nuv (87) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder smackvid (86) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder targa (96) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder tiertexseqvideo (98) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder tiff (99) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder VMware video (92) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder dsicinaudio (86045) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder imc (86046) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder smackaud (86042) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder wavpack (86044) please
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...   (AND THEN NOTHING HAPPENS!)
 
But the following, works!:   gst-launch-0.10.exe -v playbin uri=file:///C:/Files/hri.avi...(AND IT PLAYS THE VIDEO)

 
Please tell me what could be the problem.
 
Thanks
Bob

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

test.c (7K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: DOS prompt getting hung up

Julien Isorce
Hi

You have to clean up your environnement. And re-install K-light pack codecs or ffmpeg codecs.
And re install the gstreamer ffmpeg package.

J.

2008/6/18 Bob <[hidden email]>:
Hi,
 
I had written, compiled and executed a code for playing avi file with mp3 and h264 decoders.I had played an avi video properly. But now, (I guess after the installation of certain programs or missing of certain files, that I am not sure of ) the command prompt is not resopnding after showing the following:
 
C:\Documents and Settings\Administrator\Desktop\gstreamer\Debug>gstreamer.exe C:\Files\hri.avi
 
** (gstreamer.exe:3744): WARNING **: Add decoder dsicinvideo (97) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder gif (100) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder kmvc (88) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder nuv (87) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder smackvid (86) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder targa (96) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder tiertexseqvideo (98) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder tiff (99) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder VMware video (92) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder dsicinaudio (86045) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder imc (86046) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder smackaud (86042) please
 
** (gstreamer.exe:3744): WARNING **: Add decoder wavpack (86044) please
Setting to PLAYING
Running             (AND THEN NOTHING HAPPENS!)
 
 
After the display of whats above, the command prompt is not returning. Its something like its doing some work in the background. I will have to exit and open command prompt again to use it again.
 
 
The same happens with the following pipeline at the command prompt:
 
C:\Program Files\Common Files\GStreamer\0.10\bin>gst-launch-0.10.exe filesrc location= C:/Files/hri.avi ! avidemux name=demux demux.video_00 ! queue ! ffdec_h264 ! ffmpegcolorspace ! directdrawsink demux.audio_00 ! queue ! ffdec_mp3 ! audioconvert ! directsoundsink
 
** (gst-launch-0.10:1524): WARNING **: Add decoder dsicinvideo (97) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder gif (100) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder kmvc (88) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder nuv (87) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder smackvid (86) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder targa (96) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder tiertexseqvideo (98) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder tiff (99) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder VMware video (92) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder dsicinaudio (86045) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder imc (86046) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder smackaud (86042) please
 
** (gst-launch-0.10:1524): WARNING **: Add decoder wavpack (86044) please
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...   (AND THEN NOTHING HAPPENS!)
 
But the following, works!:   gst-launch-0.10.exe -v playbin uri=file:///C:/Files/hri.avi...(AND IT PLAYS THE VIDEO)

 
Please tell me what could be the problem.
 
Thanks
Bob

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel