Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2

<Trax``> sdl_image SDL_image video decoder
<Trax``> for 0.8.4 test4, not in final
<xtophe> Trax``: then it's missing and the binaries need to be redone
<dionoea> i though that SDL_image for windows was broken
<dionoea> Meuuh actually send me a patch to fix it
<Trax``> ah so that's the reason
<Trax``> on a side note.. watching a single picture is not possible in vlc, is that something to report?
<Trax``> technically speaking is one frame video? :)
<dionoea> it works here
<Trax``> closes here
<dionoea> closes VLC ?
<Trax``> treats it as a video
<dionoea> you could also use vlc --fake-file <filename> fake:
<xtophe> well, i'm a bit puzzle Meuh did the whole SDL_image stuff to be able to display images
<dionoea> oh, i though that we used ffmpeg to do that
<xtophe> so why would he remove it
<dionoea> i'll try to include the patch to the extra/contribs windows stuff
<dionoea> i'll do that right away
<xtophe> dionoea: oh you get his patch that's good. i have been chasing him for some time
<xtophe> well the patch for extras/contrib and 0.8.4 are two different things
<xtophe> you'd better do a 0.8.4a
<Trax``> this is with just opening jpg
<Trax``> [00000283] mjpeg demuxer warning: no more data
<Trax``> [00000283] mjpeg demuxer warning: cannot peek data
<Trax``> [00000279] main input debug: EOF reached
<xtophe> Trax``: a real jpeg or the crap from the kodack camera
<dionoea> xtophe: i don't really like doing many versions of the same release ...
<xtophe> right but
<xtophe> some user will complain
<dionoea> hmm
<xtophe> but i agree it's not very clean
<Trax``> it actually crashes on a windows picture
<dionoea> we can add the dll on the server ... but that's not clean
<xtophe> we should save vlc --list each time for reference and test
<lightyear> hi.
<lightyear> question again.
<Trax``> Program received signal SIGSEGV, Segmentation fault.
<Trax``> ---Type <return> to continue, or q <return> to quit---
<lightyear> is there any way to view vlc(-livestreams) in webbrowsers?
<Trax``> [Switching to thread 2440.0x4d0]
<Trax``> 0x00416f22 in LookupInner (p_vars=0x514c4743, i_count=1195787848,
<Trax``> i_hash=1420097477) at src/misc/variables.c:1086
<Trax``> 1086 {
<Trax``> that's when I just open a simple .jpg from a windows folder which comes with the OS
<xtophe> dionoea: tu sais pourquoi www.v.o/stats/downloads.php est pas dans le svn ?
<Trax``> but for that picture even test4 closes
<Trax``> http://www.firstmiletv.nl/vlc/samples/Autumn.jpg
<Trax``> are the jpg's in windows some weird compressed format or something?
<dionoea> nice :)
<dionoea> % ./vlc http://www.firstmiletv.nl/vlc/samples/Autumn.jpg
<dionoea> VLC media player 0.8.5-svn Janus
<dionoea> *** glibc detected *** malloc(): memory corruption: 0x087f9830 ***
<Trax``> woohoo :)
<Trax``> it's a sample from the windows wallpaper folder
<dionoea> oh, this is a wx bug
<dionoea> i'll try without an interface
<dionoea> ah this is better ! segafault only :)
<Trax``> and vlc also stops showing when I do mspaint, save file as jpg
<Trax``> http://www.firstmiletv.nl/vlc/samples/mspaint.jpg
<Trax``> it's not my best art I'd admit
<xtophe> dionoea: same here.
<xtophe> so having SDL would be good
<_E-bola> its incredible how u never grow tired of testing trax :)
<SnakeEyes> hmm... no nightly build for Mac OS X since 11-19
<Trax``> _E-bola I was called to some test session at work because I always complain about the little things :)
<Trax``> so they wanted me to ***ist in testing
<Trax``> test4 with sdl behaves same way for me though.. closes the picture for mspaint, crashes on Autumn
<dionoea> Trax``: it's using ffmpeg to decode the image, not SDL
<Trax``> but should I open a ticket on those? should they be playable?
<Trax``> viewable..
<xtophe> good night
<Trax``> gnite
<vlcsvnbot> videolan commit by dionoea rev 3484
<vlcsvnbot> utwente is back ! thanks to daehnatit on utwente@ircnet
<NagyZ> hello
<NagyZ> does vlc has any options which sais "seek to the 15th min, and start playing from there"?
<NagyZ> I've grepped thru --help --long-help --advanced but didnt find any
<NagyZ> --start-time?
<NagyZ> hm
<NagyZ> how does this snapshot mode works?
<dionoea> --start-time 900 should seek to the 15th minute
<NagyZ> yep, figured it out
<dionoea> snapshot mode saves a jpeg or png image when you press ctrl-alt-s
<dionoea> or ctrl-shift-s
<dionoea> don't remember which one we chose
<NagyZ> I'd like to save images from the movie to png every 30. sec
<NagyZ> but I dont want to wait 1 hour for the video till it ends :)
<NagyZ> is there a simple way around?
<dionoea> you should use the image video output
<dionoea> but i think that it will still be real time
<NagyZ> vlc -V image -I dummy -V image --image-out-ratio 20 --start-time 600 -vv
<NagyZ> this is what I'm using now
<NagyZ> can I speed it up somehow?
<dionoea> not that i know
<dionoea> let me check
<zorglub> no, you can't
<dionoea> can't you click on fast forward ? :)
<NagyZ> nope :)
<zorglub> you can transcode to mjpeg and use some script to cut the mjpeg :)
<NagyZ> I's a wmv file
<NagyZ> :(
<_E-bola> vlc isnt a video editor
<_E-bola> its a palyer/stream
<_E-bola> so it woudl be unnatural not to do stuff realtime
<dionoea> _E-bola: it does transcoding "not realtime"
<dionoea> but i don't think that vouts can be anything else than realtime
<_E-bola> dionoea: true, it can convert none realtime
<_E-bola> also transcoding can only be none realtime to a file?
<dionoea> i think so
<zorglub> to something for which you can control out pace
<zorglub> so, yes, basically, it means file
<dionoea> file.c has add_shortcut( "kfir" );
<dionoea> anyone know what that stands for ?
<zorglub> kfir card
<dionoea> _E-bola: doesn't that already work ?
<vlcsvnbot> vlc commit by zorglub rev 13404
<vlcsvnbot> svn:ignore
<_E-bola> dionoea: no
<_E-bola> crashes on allmost any format
<_E-bola> and whne it doesnt
<_E-bola> the file it produces cant be played
<_E-bola> tested both xvids
<_E-bola> and mp3's
<_E-bola> neither work
<dionoea> zorglub: why did you put image.c as a video output ? shouldn't it be a stream output module ?
<dionoea> ("i wanted to grab a nice rendered image" isn't a good explanation)
<zorglub> it should probably be both, but it shouldn't be only a sout module
<dionoea> i'll try to change that
<zorglub> having sout modules for everything looks nice on a design paper but is unusable
<vlcsvnbot> vlc commit by dionoea rev 13405
<vlcsvnbot> update copyright and svn Id property
<macfergus> hi, I cant get the latest vlc to compile on cygwin, I'm compiling the libraries from scratch (my gcc version is different from the one you linked your precompiled libs against) and ffmpeg fails to compile
<ipkiss> macfergus: you may need to apply some patches
<ipkiss> see http://trac.videolan.org/vlc/browser/trunk/extras/contrib/src/Patches/
<macfergus> oh, patches for cvs ?
<macfergus> will see, thanks
<Gradius9> FK_, thedj, dionoea , sorry, didnt know it was the chnglog for that amount of versions, to fast there
<Gradius9> FK_, thedj, dionoea, but would be nice to mentioned under icon update
<Gradius9> FK_, thedj, dionoea, maybe in 085, with a big interface overhaul
<TobiasFar> has vlc thx support?
<macfergus> I didn't know it was that hard to get this beast to compile :/
<zcot> macfergus: it's very easy actually if you use only the contrib libs..
<macfergus> I'm downloading them now
<macfergus> the problem is
<macfergus> my cygwin has gcc-3.4


Return to videolan
or
Go to some related logs:

c++
chatzone
trondheim

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact