[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-05-31 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] -- Configure bugmai

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread jim scott
On 1/12/07, jim scott <[EMAIL PROTECTED]> wrote: On 1/12/07, Sylvain Jousse <[EMAIL PROTECTED]> wrote: > > Salut jim, > > > Thanks for the link. That's the fix I've been using. The fix works for > > Cinelerra and ffmpeg, but doesn't work with mplayer/mencoder. > Yes, it works for mplayer. For me

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread jim scott
On 1/12/07, Sylvain Jousse <[EMAIL PROTECTED]> wrote: Salut jim, > Thanks for the link. That's the fix I've been using. The fix works for > Cinelerra and ffmpeg, but doesn't work with mplayer/mencoder. Yes, it works for mplayer. For mencode I don't know. Sylvain. I'll double-check my file t

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Sylvain Jousse
Salut jim, > Thanks for the link. That's the fix I've been using. The fix works for > Cinelerra and ffmpeg, but doesn't work with mplayer/mencoder. Yes, it works for mplayer. For mencode I don't know. Sylvain. ___ Cinelerra mailing list Cinelerra@skole

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Marcin Kostur
Funny - for my Xacti files it worked in 100%. Thats the price to live on the "bleeding edge"! Marcin ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Sylvain Jousse
Salut Marcin Kostur, > Hey > > It is a known error with wrong header in MP4 in Xacti etc. > > Fix is here: http://paramoteur.fr.free.fr/datas/perso/ Sorry only correction.sh is ok. Sylvain. ___ Cinelerra mailing list Cinelerra@skolelinux.no https://ini

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread jim scott
On 1/12/07, Marcin Kostur <[EMAIL PROTECTED]> wrote: Hey It is a known error with wrong header in MP4 in Xacti etc. Fix is here: http://paramoteur.fr.free.fr/datas/perso/ the best Marcin Thanks for the link. That's the fix I've been using. The fix works for Cinelerra and ffmpeg, but doesn

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Sylvain Jousse
Salut Marcin, > Hey > > It is a known error with wrong header in MP4 in Xacti etc. > > Fix is here: http://paramoteur.fr.free.fr/datas/perso/ I changed the script to use only one file. I put the right size in the four first bytes of the second line (after the #). Try one of the joined files (depen

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Marcin Kostur
Hey It is a known error with wrong header in MP4 in Xacti etc. Fix is here: http://paramoteur.fr.free.fr/datas/perso/ the best Marcin ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cineler

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread jim scott
On 1/12/07, Marcin Kostur <[EMAIL PROTECTED]> wrote: Hey Sorry, one "shift too much" it should read: `basename $i MP4`avi or `basename $i .MP4`.avi I use mencoder ONLY because i got used to its command line params. The job is done by libdv anyway. the best Marcin This has been a frustrat

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-12 Thread Marcin Kostur
Hey Sorry, one "shift too much" it should read: `basename $i MP4`avi or `basename $i .MP4`.avi I use mencoder ONLY because i got used to its command line params. The job is done by libdv anyway. the best Marcin ___ Cinelerra mailing list Cinelerra@

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread jim scott
On 1/12/07, Marcin Kostur < [EMAIL PROTECTED]> wrote: > > for i in *MP4; do mencoder -mc 0 -noskip $i -ovc libdv -oac pcm -vf > scale=720:576 -o `basename $i MP$`avi;done > > ___ > Cinelerra mailing list > Cinelerra@skolelinux.no > https://init.linpro.

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread mark stavar
I think he means : ... `basename $i MP4`.avi but a neat little script still. Ciao, marks On 1/12/07, Marcin Kostur <[EMAIL PROTECTED]> wrote: for i in *MP4; do mencoder -mc 0 -noskip $i -ovc libdv -oac pcm -vf scale=720:576 -o `basename $i MP$`avi;done

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread Marcin Kostur
for i in *MP4; do mencoder -mc 0 -noskip $i -ovc libdv -oac pcm -vf scale=720:576 -o `basename $i MP$`avi;done ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread jim scott
On 1/11/07, Marcin Kostur <[EMAIL PROTECTED]> wrote: Hi I am glad to see that I am not only one who noticed that 2.1 cannot properly play almost no GOP-based data! Fortunately i found workaround for mpeg2(hdv) files and basically i do not care about the rest. For mp4 files - i recommend conver

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread Marcin Kostur
Hi I am glad to see that I am not only one who noticed that 2.1 cannot properly play almost no GOP-based data! Fortunately i found workaround for mpeg2(hdv) files and basically i do not care about the rest. For mp4 files - i recommend converting to DV - i did it with my xacti files and it seem

[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2007-01-11 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 --- Comment #3 from [EMAIL PROTECTED] 2007-01-11 15:16 +2 --- Same issue on Fedora Core 6 with AMD 64 processor using the latest build from Freshrpms current through January 8 svn (http://zod.freshrpms.net/rpm.html?id=911). I'm trying to l

[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-12-27 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 [EMAIL PROTECTED] changed: What|Removed |Added Severity|blocker |normal -- Configure bugmail: http://b

[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-19 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- You are rece

[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-19 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 --- Additional Comments From [EMAIL PROTECTED] 2006-11-19 23:30 --- Same issue on Gentoo, built from today's SVN. Tried different .avi's, all with the same result. --- You are receiving this mail because: --- You are the assigne

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Marcin Kostur
It is fast ;-) mk ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Jan Luo
ok, framerate achieved is 59,8205. my settings are "play every frame" and a framerate of 59,9401 in format ( that's what clip info tells me. is that o.k.? any possible tweaks? ( my graphics card is not high end at all...). cheers jan Marcin Kostur wrote: Open Preferences and in Playback the

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Marcin Kostur
Open Preferences and in Playback there is Fps indicator mk ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Jan Luo
where do i see how many fps are achieved? thanks jan Marcin Kostur wrote: You have very fast PC, but - are all cutting point in fluent? What is max fps you can get from single track (set project to 100 and play every frame: On) Marcin ___ Cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Marcin Kostur
Also - it is 720p which is 60% of pixels in 1080i. The best Marcin ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-16 Thread Marcin Kostur
You have very fast PC, but - are all cutting point in fluent? What is max fps you can get from single track (set project to 100 and play every frame: On) Marcin ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/mailman/skolelinu

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-15 Thread Jan Luo
hi, i seem to have no problem editing the "nightwalk" hdv sample clip from here: http://www.hdvinfo.net/articles/jvcprohd/hd100mini35test5.php mplayer output: gmplayer MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ (Family: 15, Model: 35, S

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-15 Thread Marcin Kostur
Hi Herman It seems to be so, but nowadays it is a must, due to HDV. I think than at present even on 8x opteron cin cannot edit HDV mpeg2 due to naive implementation. As you said, there must be a couple of tweaks. If you jump from A|B and you have to decode (in worst case) 5-8 frames, then you ne

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-15 Thread Herman Robak
On Wed, 2006-11-15 at 11:52 +0100, Marcin Kostur wrote: > Hi, > > Did you also notice that cin2.1 can't play GOP-based > formats, after GOP cache change??? > > I did simple fix for mpeg-s, but nobody got interested!? Maybe not too many are editing temporally compressed video, like HDV. At lea

Re: [CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-15 Thread Marcin Kostur
Hi, Did you also notice that cin2.1 can't play GOP-based formats, after GOP cache change??? I did simple fix for mpeg-s, but nobody got interested!? It was funny that cin tried to cache dropped frames - so in fast system this thing would be invisible. Sure - heroine when coding on 4xOpteron, mi

[CinCVS] [Bug 364] Quicktime read error / No display on viewer

2006-11-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=364 --- Additional Comments From [EMAIL PROTECTED] 2006-11-15 08:46 --- Error occured on: Fedora Core 6 - 2.6.18-1.2849.fc6 Dual AMD Opteron 265 2 GB Memory Dual head NVIDIA Geforce 6600GT with NVIDIA Beta Driver in twinview (dual monitor)