PDA

View Full Version : Is it possible ?


Leo 69
4th February 2005, 21:39
...To play the videofile while it is being encoded (for example Recode's unfinished mp4).I.e. to check the quality during encoding process :)
Maybe there are some switches for Mplayer or smth different...
Any help appreciated.

Cheers
Leo

Neo Neko
4th February 2005, 21:55
Technically yes. But practically no. Most programs these days "lock" input and output files to keep other programs from moddifying them while they work on them. Unfortunatly this also has an impact on reading them. It is all for security though.

Leo 69
4th February 2005, 22:00
Well I'm usually encoding Vorbis tracks in HeadAC3He and I'm able to play the track with Winamp while it's still not finished... It'd be cool to implement the same possibility somewhere else but for video. I think it would be rather useful. :)

Sirber
4th February 2005, 22:05
AVIs the header are at the end, so it's kinda hard to playback it while it'S being written. It all depends on the app and the container.

snacky
5th February 2005, 01:16
FWIW, this works fine in MPlayer under Linux. The only issue is that you can't seek in AVI files without the index, but you can still at least play them.

bond
5th February 2005, 20:48
i am not sure about that, but i think the .ogg and .asf container should allow that (not sure about .mp4)

stephanV
5th February 2005, 20:53
Originally posted by Sirber
AVIs the header are at the end, so it's kinda hard to playback it while it'S being written. It all depends on the app and the container.

Header is at the front, index is at the back. (which indeed means you cant seek in the file, if you'd want to do this).

I think it should also be possible with .mpg...

marcellus
5th February 2005, 21:16
Didn't check lately but I remember that I watched mpeg2 encodings in progress (made with ffdshow) by drag'n'drop on VLC.