Re: [FFmpeg-user] Raw YUV Conversion

2018-08-31 Thread Chema Gonzalez
Yeah, that worked. Thanks a lot! -Chema On Fri, Aug 31, 2018 at 4:37 PM Moritz Barsnick wrote: > > On Fri, Aug 31, 2018 at 16:02:48 -0700, Chema Gonzalez wrote: > > $ ffmpeg -y -f rawvideo -pixel_format nv12 -s 1280x720 -i in.yuv -f > > rawvideo -pixel_format yuv420p out.yuv > [...] > > Getting

Re: [FFmpeg-user] Raw YUV Conversion

2018-08-31 Thread Moritz Barsnick
On Fri, Aug 31, 2018 at 16:02:48 -0700, Chema Gonzalez wrote: > $ ffmpeg -y -f rawvideo -pixel_format nv12 -s 1280x720 -i in.yuv -f > rawvideo -pixel_format yuv420p out.yuv [...] > Getting the same file out doesn't seem right to me. [...] > Output #0, rawvideo, to 'out.yuv': > Metadata: >

[FFmpeg-user] Custom seek

2018-08-31 Thread Peter Wetz
In ffplay the left/right arrows can be used to skip forward/back 10 seconds. Can I somehow create a custom shortcut (or replace the existing one) to skip only 5 or 3 seconds? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] Raw YUV Conversion

2018-08-31 Thread Chema Gonzalez
I'm trying to convert a yuv file in nv12 format (semi-planar) to yuv420p (planar). ``` $ ffmpeg -y -f rawvideo -pixel_format nv12 -s 1280x720 -i in.yuv -f rawvideo -pixel_format yuv420p out.yuv ... $ md5sum in.yuv out.yuv 5ca2d65e292fde88932165fef7bd068a in.yuv 5ca2d65e292fde88932165fef7bd068a

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread Benjamin Pecheux
again using -report and generated a log, does that help? > https://www.dropbox.com/s/f1l8q06tqz6ru7e/ffmpeg-20180831-142957.log?dl=0 > > > > -- > Sent from: http://www.ffmpeg-archive.org/ > ___ > ffmpeg-user mailing

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread LH
I pasted the contents of the cmd window above but they don't show what was happening. I ran it again using -report and generated a log, does that help? https://www.dropbox.com/s/f1l8q06tqz6ru7e/ffmpeg-20180831-142957.log?dl=0 -- Sent from: http://www.ffmpeg-archive.org

[FFmpeg-user] [LDP] FFmpeg at LinuxDays 2018 in Prague

2018-08-31 Thread Thilo Borgmann
Hi all, FFmpeg been accepted for a booth at the LinuxDays 2018 in Prague, Czech Republic during October 6th to 7th! We've made contact during this years CLT. This is our first attendance to this end-user conference that has a similar program like the Linux Days in Chemnitz - means mainly

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread ben pecheux
Sorry saw you send response too late. Yes on a linux console running a version of Debian Stretch called Raspbian on the Raspberry Pi IoT hardware On Fri, Aug 31, 2018 at 12:57 PM ben pecheux wrote: > no on a bash shell on raspbian linux > > On Fri, Aug 31, 2018 at 12:54 PM Scott Johnson < >

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread ben pecheux
no on a bash shell on raspbian linux On Fri, Aug 31, 2018 at 12:54 PM Scott Johnson < scott.wilty@ffbox0-bg.ffmpeg.org> wrote: > Hi, > > in CMD on windows. > > Scott. > > -Original Message- > From: ffmpeg-user On Behalf Of LH > Sent: August 31, 2018 1:42 PM > To:

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread Scott Johnson
Hi, in CMD on windows. Scott. -Original Message- From: ffmpeg-user On Behalf Of LH Sent: August 31, 2018 1:42 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Can I get some help converting .sec files? Oh, do you mean console as in Linux? I am using Windows 7. -- Sent from:

[FFmpeg-user] ffmpeg fail to open rtsps stream on rapsbian

2018-08-31 Thread ben pecheux
Hi I am trying to capture a rstps video stream from an arlo camera using ffmpeg using the command below on raspbian stretch. *ffmpeg -re -i 'rtsps://' -acodec copy -vcodec copy test.mp4* The command fail with an "operation not permitted" message and nothing else (See raspbian output below). I

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-08-31 Thread LH
Oh, do you mean console as in Linux? I am using Windows 7. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] 3D depth in output

2018-08-31 Thread Paul B Mahol
On 8/31/18, xbmcgotham2014 wrote: > Hi, > > I was successful in converting a 3D SBS to 3D TAB using the following > string: > > ffmpeg -i input.mp4 -vf stereo3d=sbsl:abl,scale=1920x1080 -aspect 16:9 > -c:a copy output.mp4 > > > However when playing the output file, I noticed that the depth of the

[FFmpeg-user] 3D depth in output

2018-08-31 Thread xbmcgotham2014
Hi, I was successful in converting a 3D SBS to 3D TAB using the following string: ffmpeg -i input.mp4 -vf stereo3d=sbsl:abl,scale=1920x1080 -aspect 16:9 -c:a copy output.mp4 However when playing the output file, I noticed that the depth of the 3D in the input file is better/more than the