Re: [CinCV] render with mjpega

2012-03-12 Thread Stefan de Konink

On 12-03-12 21:29, E Chalaron wrote:

Regarding exporting why not using x264 directly through a yuv4mpegpipe ?


Maybe because you want a two pass rendering?


Stefan

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCV] Celluloid and bits - a love story

2012-03-12 Thread leandro ribeiro
It's perfect for me, and only as far as the actual editing is concerned. I
struggle with proper import formats as much as the next fellow man (my
current project uses videos from at least 5 different sources, and yes,
it's a pain), but once the track opens, I feel at ease with it, with the
keyframes, with the curves, with pushing and pulling each reel in different
ways with different mouse buttons, etc.

2012/3/12 Murray Strome 

> i wonder if you could share your "perfect workflow". I have been trying
> for quite some time to figure out how to use Cinelarra, but have not found
> a workflow that I could use effectively.
>
> --- On *Sat, 3/10/12, leandro ribeiro * wrote:
>
>
> From: leandro ribeiro 
> Subject: [CinCV] Celluloid and bits - a love story
> To: cinelerra@skolelinux.no
> Received: Saturday, March 10, 2012, 9:06 AM
>
> .When I'm with Cinelerra, everything just flows. I never find it odd,
> hard or unintuitive. I do what I want, when I want, with the results I
> want. It's like writing with a fountain pen!
>
>
> And then, yesterday, it hit me: the very first time I installed Linux on
> my computer (it was 2006 or something), I did it because of Cinelerra.
> Everything on my PC (except for Windows) already was opensource, I just
> needed a good video editor to replace Adobe Premiere. I read about
> Cinelerra and that made me try Linux - and I never went back to Windows
> since.
>
> Cinelerra's workflow is perfect for the way I "think" the editing process,
> and it's responsible for me being a full time Linuxian.
>
>


Re: [CinCV] Celluloid and bits - a love story

2012-03-12 Thread Murray Strome
i wonder if you could share your "perfect workflow". I have been trying for 
quite some time to figure out how to use Cinelarra, but have not found a 
workflow that I could use effectively.

--- On Sat, 3/10/12, leandro ribeiro  wrote:

From: leandro ribeiro 
Subject: [CinCV] Celluloid and bits - a love story
To: cinelerra@skolelinux.no
Received: Saturday, March 10, 2012, 9:06 AM

.When I'm with Cinelerra, everything just flows. I never find it odd, hard 
or unintuitive. I do what I want, when I want, with the results I want. It's 
like writing with a fountain pen!



And then, yesterday, it hit me: the very first time I installed Linux on my 
computer (it was 2006 or something), I did it because of Cinelerra. Everything 
on my PC (except for Windows) already was opensource, I just needed a good 
video editor to replace Adobe Premiere. I read about Cinelerra and that made me 
try Linux - and I never went back to Windows since.



Cinelerra's workflow is perfect for the way I "think" the editing process, and 
it's responsible for me being a full time Linuxian.



Re: [CinCV] render with mjpega

2012-03-12 Thread E Chalaron

Bonjour Haldun

Regarding exporting  why not using x264 directly through a yuv4mpegpipe 
? then rendering AC3 separatley and eventually muxing  them together 
with Gpac ?

Careful about the rec 709 gamut, not sure how cinelerra handles it though

I think there is a need for a modified REC601 plugin here
(mais là c'est juste moi hein ... je dis ça, je dis rien)


#/bin/bash
fichier=$1.264
mkfifo $1.y4m
x264 --tune film --preset fast --level 4.1 --sar 1:1 --slices 4 
--b-pyramid strict --aud --bframes 3 --keyint 24\
 --bitrate 25000 --vbv-maxrate 4 --vbv-bufsize 3 --aq-mode 2 
--threads 2 --colorprim bt709\

 --transfer bt709 --colormatrix bt709 -o  $fichier $1.y4m &
sleep 0.5
cat /dev/stdin > $1.y4m
rm $1.y4m

Then export AC3

and use Gpac ...

#!/bin/bash
IFS=$(echo -e "\n\r\t")
for nom in $(ls *.264) ; do
echo "Traitement de ${nom}"
MP4Box -add "${nom}" -add "$(basename ${nom} .264).ac3" 
"$(basename ${nom} .264).mp4"

done

Et voilà ...
Edouard



On 03/13/2012 05:46 AM, Haldun ALTAN wrote:

Hello,

Does anybody knows why cinelerra renders container quicktime for linux /
MJPEG A in 1920x540 instead off 1920x1080, the original setting format ?

It's the same thing with rushes en mjpeg or DNXHD (originals are in
h264/AVC)

Is there any way to fix it ? (1920x1080)

What is the best render option for HD vidéo 1920x1080 before compressing
them into mp4 ?

I'm on ubuntu studio 10,04x64

Thanks in adavance

Haldun.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCV] render with mjpega

2012-03-12 Thread Haldun ALTAN
Hello,

Does anybody knows why cinelerra renders container quicktime for linux /
MJPEG A in 1920x540 instead off 1920x1080, the original setting format ?

It's the same thing with rushes en mjpeg or DNXHD (originals are in
h264/AVC)

Is there any way to fix it ? (1920x1080)

What is the best render option for HD vidéo 1920x1080 before compressing
them into mp4 ?

I'm on ubuntu studio 10,04x64

Thanks in adavance

Haldun.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra