Re: [FFmpeg-user] Rawvideo Stream

2014-12-30 Thread Carl Eugen Hoyos
Yafes Sahin ffmpeg.org> writes: > ffmpeg -f dshow -i video="Blackmagic WDM Capture"  > -r 25 -codec copy -an -f mpegts udp://192.168.0.10:1234 > However is this command supposed to work? Complete, uncut console output missing but you cannot mux rawvideo in a transport stream. Carl Eugen _

[FFmpeg-user] Rawvideo Stream

2014-12-30 Thread Yafes Sahin
Hi Everybody, i am on a windows machine, attached to it a decklink SDI Card, where i get a uyvy422(TV) signal over dshow. To see where latency happens, i wanted to stream raw without encoding this feed.  I used the command: ffmpeg -f dshow -i video="Blackmagic WDM Capture"  -r 25 -codec copy -a

[FFmpeg-user] Right-justify drawtext?

2014-12-30 Thread Les Irvin
Is it possible to right-justify text on a video at a certain coordinate using drawtext? I see no documentation on this. Thanks in advance for any help, Les ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-us

Re: [FFmpeg-user] is ffmpeg using gpu???

2014-12-30 Thread Carl Eugen Hoyos
Rick C. gmail.com> writes: > ffmpeg -i original.avi -strict -2 test.mp4 Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] vidstab filter is not workin

2014-12-30 Thread Carl Eugen Hoyos
Hila Weinstok idomoo.com> writes: > I'm trying to use vidstab filter. I got a strange error: > ERROR: libvpx decoder version must be >=0.9.1 > > I'm using version 0.9.8 Maybe you only installed the library, but not the headers? ("-devel" or "-dev") You need "/usr/include/vpx/vpx_decoder.h" or

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > I wouldn't use FFmpeg if I didn't trust it =). For > v210, I've proven it to myself and use FFV1 a lot. > For r10k, it's still not there yet. I should add here that while ffv1 is a complicated codec, r10k (like v210) is so trivial that you can be sure ther

Re: [FFmpeg-user] convert aac latm to aac raw

2014-12-30 Thread Carl Eugen Hoyos
John Smith gmail.com> writes: > I'm trying to convert aac latm to aac raw This is unfortunately not possible with current FFmpeg (although it is technically possible and not particularly difficult). Carl Eugen ___ ffmpeg-user mailing list ffmpeg-us

[FFmpeg-user] convert aac latm to aac raw

2014-12-30 Thread John Smith
Hi, I'm trying to convert aac latm to aac raw so that i can copy the audio to a usable format without converting. From reading it seems that there might be a -bsf filter that may be able to handle this for me but i cannot find anything that may work. Is there a good way to do this in one command s

Re: [FFmpeg-user] How to include cue points in mp4?

2014-12-30 Thread zaithe
anyone? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/How-to-include-cue-points-in-mp4-tp4668595p4668671.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.or

Re: [FFmpeg-user] is ffmpeg using gpu???

2014-12-30 Thread Rick C.
> On Dec 30, 2014, at 5:14 PM, Carl Eugen Hoyos wrote: > > Rick C. gmail.com> writes: > >> Thanks Carl I didn’t attach any output >> because it was just a general question > > This is why I gave a general answer. > > Carl Eugen > > ___ > ffmpeg-u

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Jason Freets hotmail.com> writes: > > > I can convert to R10k. However, If I am to use > > FFMpeg, then that seems like my only option since > > FFmpeg won't output r10k. It means I can NEVER go

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > I can convert to R10k. However, If I am to use > FFMpeg, then that seems like my only option since > FFmpeg won't output r10k. It means I can NEVER go > back to r10k though once I convert to FFV1 using > FFmpeg. Why do you want to "go back" to r10k? What i

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Tue, 30 Dec 2014 23:52:40 + > Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Jason Freets hotmail.com> writes: > > > ffmpeg -f lavfi -i testsrc -t 10 -vcodec r10k out.avi > > > >

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > ffmpeg -f lavfi -i testsrc -t 10 -vcodec r10k out.avi > > Yes, this does work. It creates a R10K (Big Edian) > video file. The R10K (Big Edian) video file does play. With FFplay? Or did you test another application? > Since the "-vcodec r10k" is a little 'r

Re: [FFmpeg-user] Watermark and Text overlay at the same time?

2014-12-30 Thread Clément Bœsch
On Tue, Dec 30, 2014 at 11:05:18PM +, Carl Eugen Hoyos wrote: > Les Irvin gmail.com> writes: > > > ffmpeg -r 1/4 -i img_%03d.jpg -i audio.mp3 -codec:a copy > > -c:v libx264 -vcodec png > > -vf "movie=wm.png [wm]; [in][wm] overlay=10:main_h-overlay_h-10 [out]" > > -shortest output.mp4 > > >

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Jason Freets hotmail.com> writes: > > > No, you were not unclear. The 2 files I uploaded > > were created by the AJA codec. Before your fix, > > only the r10k (Little Endian) file did not play.

Re: [FFmpeg-user] Watermark and Text overlay at the same time?

2014-12-30 Thread Carl Eugen Hoyos
Les Irvin gmail.com> writes: > ffmpeg -r 1/4 -i img_%03d.jpg -i audio.mp3 -codec:a copy > -c:v libx264 -vcodec png > -vf "movie=wm.png [wm]; [in][wm] overlay=10:main_h-overlay_h-10 [out]" > -shortest output.mp4 > > Now, I'm trying to add a text overlay as well: > > -vf "[0:v]drawtext=fontfile=

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > No, you were not unclear. The 2 files I uploaded > were created by the AJA codec. Before your fix, > only the r10k (Little Endian) file did not play. > The R10K (Big Endian) always did play fine (before > and after your fix). With your new fix, now the > r

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Jason Freets hotmail.com> writes: > > > > > Could you test if the following file produced with > > > > FFmpeg plays with the AJA codec on Windows? > > > > $ ffmpeg -f lavfi -i testsrc -t 10 -vcode

[FFmpeg-user] Watermark and Text overlay at the same time?

2014-12-30 Thread Les Irvin
I am creating a video slideshow with audio and a png as a watermark. This code works great: ffmpeg -r 1/4 -i img_%03d.jpg -i audio.mp3 -codec:a copy -c:v libx264 -vcodec png -vf "movie=wm.png [wm]; [in][wm] overlay=10:main_h-overlay_h-10 [out]" -shortest output.mp4 Now, I'm trying to add a te

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > > > Could you test if the following file produced with > > > FFmpeg plays with the AJA codec on Windows? > > > $ ffmpeg -f lavfi -i testsrc -t 10 -vcodec r10k out.avi > > > > I unfortunately did not understand your answer > > (I am not a native English speak

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Carl Eugen Hoyos ag.or.at> writes: > > > Could you test if the following file produced with > > FFmpeg plays with the AJA codec on Windows? > > $ ffmpeg -f lavfi -i testsrc -t 10 -vcodec r10k out.

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Could you test if the following file produced with > FFmpeg plays with the AJA codec on Windows? > $ ffmpeg -f lavfi -i testsrc -t 10 -vcodec r10k out.avi I unfortunately did not understand your answer (I am not a native English speaker.) Does the output f

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
Ok Carl, so your fix does work! Wonderful! I can now use FFPlay to view the r10k (little endian) file on PC! Read on ... > Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > > > Could you test if the following file produced with > > FFmpeg plays wit

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Jason Freets hotmail.com> writes: > > > > Could you confirm (again) that these files were > > > produced using software provided by Aja? > > > > Yes, produced using AJA's Codec in Windows. > > T

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Jason Freets
> Subject: Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) > Compression > > Carl Eugen Hoyos ag.or.at> writes: > > > Thank you, patch sent. > > The patch was merged. Wow! Great! I will start taking a look at it! > > Thanks for your support, Carl Eugen Thank you Carl!

Re: [FFmpeg-user] Blackmagic Hyperdeck Studio Pro doesn't like ProRes output

2014-12-30 Thread Rens Dijkshoorn
- Original Message - > From: "Phil Rhodes" > To: ffmpeg-user@ffmpeg.org > Sent: Tuesday, 30 December, 2014 16:27:52 > Subject: [FFmpeg-user] Blackmagic Hyperdeck Studio Pro doesn't like ProRes > output > Hi folks, > I'm sure this won't be of interest to a sufficiently large audience

[FFmpeg-user] Blackmagic Hyperdeck Studio Pro doesn't like ProRes output

2014-12-30 Thread Phil Rhodes
Hi folks, I'm sure this won't be of interest to a sufficiently large audience to warrant any changes, but just for the record - no, Blackmagic disk recorders won't play ProRes files encoded with ffmpeg. I used a command similar to: ffmpeg -i "D:\BMD 4k\Blackmagic Production Camera 4K_1_2014-02-0

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Jason Freets hotmail.com> writes: > > Could you confirm (again) that these files were > > produced using software provided by Aja? > > Yes, produced using AJA's Codec in Windows. Thank you for the confirmation! Could you test if the following file produced with FFmpeg plays with the AJA code

Re: [FFmpeg-user] is ffmpeg using gpu???

2014-12-30 Thread Carl Eugen Hoyos
Rick C. gmail.com> writes: > Thanks Carl I didn’t attach any output > because it was just a general question This is why I gave a general answer. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpe

Re: [FFmpeg-user] Unable to change time base / tbn

2014-12-30 Thread Carl Eugen Hoyos
free.fr> writes: > ffmpeg -i '/input.mov' -r 25 -vf settb=1/25 > -vcodec dvvideo -acodec pcm_s16le '/output.mov' Please test "-video_track_timescale" (and remove -r and the filter). Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] LLossless (10 Bit RGB 444) and (10 Bit YUV 422) Compression

2014-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Thank you, patch sent. The patch was merged. Thanks for your support, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user