Re: [FFmpeg-user] convert a 3D MXF to various mp4 format

2016-12-10 Thread Paul B Mahol
On 12/11/16, peterlingoal  wrote:
> Hi All,
>
> Could anyone tell me how to convert a 3D MXF file into following formats:
> 1. two separate mp4 files, left and right channel individually
> 2. one single mp4, with side by side 3D
> 3. one single mp4, with frame sequential 3D

Could you provide input 3D MXF file?

>
> Thanks!
>
> Regards,
> Peter
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] convert a 3D MXF to various mp4 format

2016-12-10 Thread peterlingoal
Hi All,

Could anyone tell me how to convert a 3D MXF file into following formats:
1. two separate mp4 files, left and right channel individually
2. one single mp4, with side by side 3D
3. one single mp4, with frame sequential 3D

Thanks!

Regards,
Peter
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] hyperthreading support

2016-12-10 Thread Joshua Grauman

Hello all,

I am thinking about upgrading my cpu from a Core i5-4690K to a Core 
i7-4790K. At the same clock speed, will ffmpeg run faster with the i7? 
Does ffmpeg support hyperthreading or other features of the i7?


For reference, here is the command that I want to increase the speed of:

./shm | ffmpeg -f rawvideo -pixel_format bgra -video_size $SIZE -framerate 30 
-i - -vcodec utvideo out.avi

Thanks!

Josh
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] .vob output versus .mpg output versus .dvd output (?)

2016-12-10 Thread Toerless Eckert
On Sat, Dec 10, 2016 at 04:55:19PM +0100, Carl Eugen Hoyos wrote:
> > Wrt to being helpfull, maybe one example coming to mind:
> 
> (I did not claim that Mediainfo isn't helpful, just that I don't
> remember a question on this mailing list or a bug report
> where it was helpful.)
> 
> > I am seeing mediainfo telling me "Scan Type: 
> > [MBAFF/progressive/interlaced]".
> 
> How is "paff and mbaff" signaled?
> How mixed progressive and mbaff?
> How mixed paff and progressive?

I thought i did ask the same thing ;-)

Toerless

> Carl Eugen
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

-- 
---
t...@cs.fau.de
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] FFMPEG can not open tcp rstp stream. Nonmatching transport in server reply. Other viewers fine.

2016-12-10 Thread Carl Eugen Hoyos
2016-12-10 12:54 GMT+01:00 Brandon Glatz :

> F:\User\Documents\ffmpeg\bin>ffmpeg -f rtsp -rtsp_transport tcp -i
> "rtsp://10.0.0.110:554/onvif1"
> ffmpeg version N-64870-g135b1a3 Copyright (c) 2000-2014

Please test current FFmpeg git head and report back.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] FFMPEG can not open tcp rstp stream. Nonmatching transport in server reply. Other viewers fine.

2016-12-10 Thread Brandon Glatz
FFMPEG can not open a tcp rstp stream. Nonmatching transport in server
reply. Other viewers fine.



Just spent my entire weekend on this, still not working, I know >what< the
problem is but not >why<

Bought some ultra cheap ptz cams from china (spare me the lecture, I know
the quality and other things can connect fine) and plan to use them with
zoneminder. Zoneminder uses ffmpeg to read these as they do not work with
the built in rtsp. Fine. In ffmpeg however, then run UDP, which after a
good portion of a day messing with seems to just not work with ffmpeg
reliably. I switched it to tcp, but it wouldn't connect.

Hours of messing around later and running ffmpeg on my machine locally, I
am to the point where I can open the tcp stream from other software totally
fine, however ffmpeg just will not open it and complains about a
Nonmatching transport.  After exhausing google, I figured up wireshark to
see what the heck is going on.

The results is captures from ffmpeg, vlc, and a third party rtsp viewer are
look identical. Here is a screenshot of the captures side-by-side:
http://img.superunicorn.net/i/cwzrmk.png

Here is the text of the packets:

**FFMPEG

SETUP rtsp://10.0.0.110:554/onvif1/track1 RTSP/1.0
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
CSeq: 3
User-Agent: Lavf55.48.101


RTSP/1.0 200 OK
CSeq: 3
Transport:
RTP/AVP;unicast;destination=192.168.1.90;source=10.0.0.110;interleaved=0-1
Session: 1dbd7430;timeout=60


**VLC

SETUP rtsp://10.0.0.110:554/onvif1/track1 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Transport: RTP/AVP/TCP;unicast;interleaved=0-1

RTSP/1.0 200 OK
CSeq: 4
Transport:
RTP/AVP;unicast;destination=192.168.1.90;source=10.0.0.110;interleaved=0-1
Session: 729e991b;timeout=60

SETUP rtsp://10.0.0.110:554/onvif1/track2 RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Transport: RTP/AVP/TCP;unicast;interleaved=2-3
Session: 729e991b

RTSP/1.0 200 OK
CSeq: 5
Transport:
RTP/AVP;unicast;destination=192.168.1.90;source=10.0.0.110;interleaved=2-3
Session: 729e991b;timeout=60

PLAY rtsp://10.0.0.110:554/onvif1 RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Session: 729e991b
Range: npt=0.000-

RTSP/1.0 200 OK


**RTSP Viewer

SETUP rtsp://10.0.0.110:554/onvif1/track1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
User-Agent: happytimesoft rtsp client

RTSP/1.0 200 OK
CSeq: 3
Transport:
RTP/AVP;unicast;destination=192.168.1.90;source=10.0.0.110;interleaved=0-1
Session: 160f5956;timeout=60

SETUP rtsp://10.0.0.110:554/onvif1/track2 RTSP/1.0
CSeq: 4
Session: 160f5956
Transport: RTP/AVP/TCP;unicast;interleaved=2-3
User-Agent: happytimesoft rtsp client

RTSP/1.0 200 OK
CSeq: 4
Transport:
RTP/AVP;unicast;destination=192.168.1.90;source=10.0.0.110;interleaved=2-3
Session: 160f5956;timeout=60

PLAY rtsp://10.0.0.110:554/onvif1 RTSP/1.0
CSeq: 5
Session: 160f5956
Range: npt=0.0-
User-Agent: happytimesoft rtsp client

RTSP/1.0 200 OK


As you can see, ffmpeg stops after sending the setup command. Here is the
console output of ffmpeg as a screenshot:
http://img.superunicorn.net/i/kghotz.png

and as text:

F:\User\Documents\ffmpeg\bin>ffmpeg -f rtsp -rtsp_transport tcp -i
"rtsp://10.0.0.110:554/onvif1"
ffmpeg version N-64870-g135b1a3 Copyright (c) 2000-2014 the FFmpeg
developers
  built on Jul 21 2014 22:09:49 with gcc 4.8.3 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r
--enable-gnutls -
-enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
--enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
--enable-libilbc --
enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus
--enable-librtmp --enable
-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora
--enable-libtwolame --enable-libvidstab --enable-libvo-aacenc
--enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs
--enable-libxvid --enable-deck
link --enable-zlib
  libavutil  52. 92.101 / 52. 92.101
  libavcodec 55. 69.100 / 55. 69.100
  libavformat55. 48.101 / 55. 48.101
  libavdevice55. 13.102 / 55. 13.102
  libavfilter 4. 11.102 /  4. 11.102
  libswscale  2.  6.100 /  2.  6.100
  libswresample   0. 19.100 /  0. 19.100
  libpostproc52.  3.100 / 52.  3.100
[rtsp @ 00310820] Nonmatching transport in server reply
rtsp://10.0.0.110:554/onvif1: Invalid data found when processing input


Looking around on 

Re: [FFmpeg-user] .vob output versus .mpg output versus .dvd output (?)

2016-12-10 Thread Carl Eugen Hoyos
2016-12-05 15:59 GMT+01:00 Toerless Eckert :
> On Mon, Dec 05, 2016 at 11:34:42AM +0100, Carl Eugen Hoyos wrote:
>> I have absolutely no issue whatsoever with Mediainfo but please note
>> that (among the thousands of reports I worked on) I do not remember a
>> single report or user question for which Mediainfo helped in any way.
>> (FFmpeg command line and console output are nearly always required,
>> especially when a user thinks that the issue is "obvious" or similar.)
>
> Wrt to being helpfull, maybe one example coming to mind:

(I did not claim that Mediainfo isn't helpful, just that I don't
remember a question on this mailing list or a bug report
where it was helpful.)

> I am seeing mediainfo telling me "Scan Type: [MBAFF/progressive/interlaced]".

How is "paff and mbaff" signaled?
How mixed progressive and mbaff?
How mixed paff and progressive?

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg reading from pipe selecting frames

2016-12-10 Thread Carl Eugen Hoyos
2016-12-04 9:01 GMT+01:00 Dan Shamir :
> hi
> here is my problem
> im reading raw nv12 frames from a pipe with this command:
> ffmpeg   -f rawvideo -pixel_format nv12 -s 1280x720  -i ppp  -ss 0 -t 1
> -f rawvideo -pixel_format nv12 -s 1280x720   -i ppp  -ss 3 -t 1  -c:v
> libx264   -bf 2 -refs 4  -qmin 25 -qmax 25 -movflags +faststart -c:a aac -r
> 25 -g 25 -f mp4 xxx.mp4

I wonder if -r 25 is what you want.
Complete, uncut console output missing.

> im trying to read 1 sec of frames and then read more from sec 3 to 4
> ffmpe seems to close the pipe or stop on the firts input
> any way to tell ffmpe to read and use onely selected parts from multiple
> inputs or event the same pipe?

Did you try the select filter?

> *This email and any files transmitted with it contain information from
> Idomoo which may be privileged and confidential

Please remove this from emails sent to a public mailing list.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] FFmpeg-user] VOB, DV, AVI, TS...

2016-12-10 Thread Carl Eugen Hoyos
2016-12-05 17:56 GMT+01:00 Toerless Eckert :

>> > Only mplayer can correctly play back aspect changes with AVI,
>> > kodi, ffplay, vlc all just play back with the initial aspect ratio.
>>
>> The reason may be that aspect ratio change in avi is not well
>> specified.
>
> Yeah how do i compare a badly documented Microsoft format that

I suspect that the MS specification of avi does not support
aspect ratio change, just MEncoder's implementation.

> does support what i want with a probably much better specified
> open source format (matroska) that seemingly does not do what i want ;-))

Did you verify that this isn't just a bug in FFmpeg?

>> > The PS files created with "-f vob" or "-f dvd" in ffmpeg have about
>> > the same size as avi and are correctly played back with AR changes
>> > by ffplay, vlc, kodi. The versions of mplayer i tried only plays back
>> > mpeg2 video in PS, not h264. Alas, i have some important apps that
>> > leverage mplayer.
>>
>> This should work with -demuxer lavf but it seems that the usual h264
>> timestamp problem hits us.
>
> http://grouper.ieee.org/groups/1722/contributions/2015/IEEE1722_H264_Timestamps.pdf
> ?

I forgot:
Patch (very) welcome, note that the relevant document, H.222, is not
easy to implement though.

[...]

> I am not aware that any commercial media creates h264 inside MPEG-2 PS

As said this is not true (not even that you are not aware).

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg and handler_name in a mov

2016-12-10 Thread Bouke / VideoToolShed

> On Dec 7, 2016, at 15:42, David Cecco  wrote:
> 
> Is there any way to change the handler_name metadata field in a mov file?  I 
> am trying to avoid having a Final Cut Pro message pop up regarding media 
> optimisation.
> 
> Here is what I am currently trying:
> 
> ffmpeg -y -i test.mxf -vf setfield=tff -flags +ilme+ildct -map 0:1 -map 0:0 
> -metadata:s handler_name="Apple Alias Data Handler" -metadata:s 
> encoder="\"Apple ProRes 422 LT\"" -acodec pcm_s16le -vcodec prores_ks 
> -profile:v 1 -copytb -1 test.mov


Hi David,

Did you try adding a Reelname & Timecode? (And, a gotcha, don’t forget to quote 
drop frame timecode…)
And / or in combination with faststart.
I can’t remember having issues when this was all done. (But it’s some time ago 
for me…)

Bouke

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] get in-time for clips after filter_complex concat

2016-12-10 Thread Carl Eugen Hoyos
2016-11-29 23:46 GMT+01:00 Erik Blankinship :
> I've concatenated some videos (with audio tracks) together using ffmpeg's
> filter_complex. Between each video is a blank video (black with silent
> audio).
>
> #the blank video
> ffmpeg -f lavfi -i color=c=black:s={w}x{h}:d={duration} -f lavfi -i
> aevalsrc=0:c=2:d={duration} {target_file}
> #concat the videos
> ffmpeg -i b.mp4 -i clip0.mp4 -i clip1.mp4 -i clip2.mp4 -i clip3.mp4
> -filter_complex '[1:0] [1:1] [0:0] [0:1] [2:0] [2:1] [0:0] [0:1] [3:0]
> [3:1] [0:0] [0:1] [4:0] [4:1] concat=n=7:v=1:a=1 [v] [a]' -map '[v]'
> -map '[a]' argh.mp4 -report
>
> Once created, the resultant video looks great and sounds great!
>
> Now I need to know the exact time or frame the videos are inserted into the
> output file.

Doesn't -loglevel verbose add some information about when streams end?

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".