Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Tim Hiles
Sounds like a path issue. Tim Hiles - A/V & Multimedia Specialist The Conference Exchange - Main office 30 Martin St. Suite 3A1 Cumberland, RI 02864 Office: 401-334-0220 Mobile: (408) 471-8464 On Thu, Jan 4, 2018 at 1:37 PM, Gaye Gül Bulut wrote: > Hi all, > > Previously,

Re: [FFmpeg-user] Audio not playing in Quicktime Player

2018-01-02 Thread Tim Hiles
The self-report of ffmpeg is: ffmpeg version N-87824-g25bd2f4 Copyright (c) 2000-2017 the FFmpeg developers built with Apple LLVM version 9.0.0 (clang-900.0.37) configuration: --enable-swscale --enable-avfilter --enable-avresample --enable-libmp3lame --enable-libvorbis --enable-libopus --enabl

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-21 Thread Tim Hiles
On Oct 17, 2017 6:22 PM, "Kevin Duffey" < kevinmduffey-at-yahoo@ffmpeg.org> wrote: Yup. I do not specify the output. I just use the same .mov file extension as the two source files. Is it possible even though I specify -c copy out.mov it is rendering and not Concat?? The pisser of this is that

Re: [FFmpeg-user] Splitting video not on keyframes

2017-08-15 Thread Tim Hiles
> > > > If you put the -ss option *after* the other options, it > completely changes behaviour, instead of using the index > info, it runs through the file from the beginning to > the exact timestamp you specify. (Which takes longer, but > allows you to pick any place you want to start at). > > Hi

[FFmpeg-user] Splitting video not on keyframes

2017-08-15 Thread Tim Hiles
Hi users, Have a problem that I've long needed a solution for. I record my screen using this command using a bat script to automate the process: ex. c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -rtbufsize 1000M -f gdigrab -framerate 15 -i desktop -f dshow -i audio=%Device% -flags +global_header -vcodec libx2

Re: [FFmpeg-user] Converting mkv to mp3 failures

2017-07-12 Thread Tim Hiles
On Wed, Jul 12, 2017 at 7:54 PM, JD wrote: > I just wanted to point out that 99% of files I download > as mkv, and then try to convert them to mp3 with the command: > > ffmpeg -i somefile.mkv -vn -c:a libmp3lame -ab 320k -ac 2 -y somefile.mp3 > > fail to convert, with huge amount of error message

Re: [FFmpeg-user] Screen Capture - Windows 10

2017-06-15 Thread Tim Hiles
I found this in a Google search.DisableHWAcceleration exists in the following registry key and that it has a value 0. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\ If it does not exist, create a new DWORD *DisableHWAcceleration. *A value of *1* disables hardware acceleration. A value of

Re: [FFmpeg-user] Screen Capture - Windows 10

2017-06-15 Thread Tim Hiles
And actually this might be better to try starting with first. https://help.aol.com/articles/how-to-lower-hardware-acceleration-in-windows-7-8 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscri

Re: [FFmpeg-user] Screen Capture - Windows 10

2017-06-15 Thread Tim Hiles
On Jun 1, 2017 2:15 PM, "Ron Barnes" wrote: Hi - I did encounter the error and the link below is not valid. I will scour the net for a solution! https://support.microsoft.com/en-us/help/2728613/-s1023- error-when-you-install-the-directx-sdk-june-2010#mt2 Strange. That link works for me. Rega

Re: [FFmpeg-user] Screen Capture - Windows 10

2017-06-01 Thread Tim Hiles
Also.. one note about the install. If you have an error while installing, simply follow these instructions here: https://support.microsoft.com/en-us/help/2728613/-s1023-error-when-you-install-the-directx-sdk-june-2010#mt2 ___ ffmpeg-user mailing list ff

Re: [FFmpeg-user] Screen Capture - Windows 10

2017-06-01 Thread Tim Hiles
On Jun 1, 2017 7:00 AM, "Ron Barnes" wrote: > Hello all, > > > > I have been trying for days to figure out how to capture the video from my > desktop and save it as a playable file. I've been successful to a point. > > I am able to capture audio and video from my desktop as far as opening and >

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2017-03-28 Thread Tim Hiles
> > In this case, the output device's name is "sdl". -> "-f sdl foo". > Please do try that with the old build. > It did work with the 24th build. It was a weird crazy looking video but yeah. it worked. C:\Users\c0nF3x41l3s>C:\ffmpeg20160924\ffmpeg\bin\ffmpeg.exe -re -f lavfi -i testsrc2=s=1366x76

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2017-03-28 Thread Tim Hiles
> > > Does this command show you something on your screen, i.e. does the sdl2 > output device work? > > $ ffmpeg -re -f lavfi -i testsrc2=s=1366x768:r=30,format=yuv420p -f sdl2 > foo > > Hi Moritz, Not sure what I supposed to see but I didn't see anything other than the command window. Also the co

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2017-03-28 Thread Tim Hiles
Hi All! I'm revisiting this issue because I've finally had time to narrow down the exact release where this issue first arose from so that perhaps someone who understands the code could maybe figure out what may have happened. From this page: https://ffmpeg.zeranoe.com/builds/win32/static/ Scrol

Re: [FFmpeg-user] -movflags faststart revisited

2017-02-27 Thread Tim Hiles
So, even though I corrected the usage of the flag, I am still unable to play the output file before ffmpeg finishes the transcoding :( :( $ ~/bin/ffmpeg.d/ffmpeg -i video_Z11.mp4 -movflags faststart -vb 8000k -ab 384k -s 1920x1080 -y video_Z11-1920x1080.mp4 ffmpeg version 3.2.4-static http://johnv

[FFmpeg-user] -c:v or -vcodec copy or -codec:v

2017-02-21 Thread Tim Hiles
Hi all, What is the deal with all the different ways to copy? Do they all do the same thing? Cause if not, it is NOT clear what they are and if soseems like a lot of redundancy. Thanks! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffm

Re: [FFmpeg-user] Help with -video_size

2017-01-06 Thread Tim Hiles
Hi Moritz, Roger Hi Moritz > > > > > Can you be a bit more clear? Are you trying to record the full 1366x768 > > and resize it to 1024x768, or are you trying to capture only 1024x768 > > of your screen? > I wanted to resize to 1024x768. Not capture part of the screen. If you only want a segment

[FFmpeg-user] Help with -video_size

2017-01-06 Thread Tim Hiles
Hi all, I've tried recording my screen set at 1366 x 768 and specified -video_size to 1024x768. The command did create a recording however it did not change the size. The output is below (further comments after the output). ffmpeg -rtbufsize 1000M -f dshow -i video="screen-capture-recorder":audio

Re: [FFmpeg-user] Remove audio from DV file not working

2016-12-26 Thread Tim Hiles
Hi all, I figured out a workaround (three step process) and for posterity's sake figured I'd mention it here. #1. Transcode to AVI like so: ffmpeg -i "clip-2007-01-01 17;02;58.dv" -vcodec copy -vtag dvsd -acodec pcm_s16le -f avi -y "clip-2007-01-01 17;02;58.dv.avi" #2. Remove the audio with the

Re: [FFmpeg-user] Remove audio from DV file not working

2016-12-26 Thread Tim Hiles
On Mon, Dec 26, 2016 at 7:05 PM, Steven Liu wrote: > > > ffmpeg -i "clip-2007-01-01 17;02;58.dv" -c:v copy -an -map 0:0 > "noaudio.dv" Thanks Steven unfortunately that didn't work either. Still same filesize and still has audio when played back. :\ ffmpeg -i "clip-2007-01-01 17;02;58.dv" -c:v

Re: [FFmpeg-user] Remove audio from DV file not working

2016-12-26 Thread Tim Hiles
On Mon, Dec 26, 2016 at 4:40 PM, 桃源老師 wrote: > Sorry if I disturbing you... > > > 2016/12/27 7:47 A.M. Tim Hiles wrote: > > > > ffmpeg -i "clip-2007-01-01 17;02;58.dv" -c copy -an "noaudio.dv" > > I think you should tell ffmpeg to: > &g

Re: [FFmpeg-user] Remove audio from DV file not working

2016-12-26 Thread Tim Hiles
On Mon, Dec 26, 2016 at 4:08 PM, Moritz Barsnick wrote: > On Mon, Dec 26, 2016 at 14:47:11 -0800, Tim Hiles wrote: > > Output #0, dv, to 'noaudio.dv': > > Metadata: > > timecode: 00:33:32;19 > > encoder : Lavf57.61.100 > &g

[FFmpeg-user] Remove audio from DV file not working

2016-12-26 Thread Tim Hiles
Hello all, I have a DV file and tried this: ffmpeg -i "clip-2007-01-01 17;02;58.dv" -c copy -an "noaudio.dv" ffmpeg version N-82889-g54931fd Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.4.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-libmfx --

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Tim Hiles
On Wed, Nov 23, 2016 at 2:03 PM, Moritz Barsnick wrote: > On Wed, Nov 23, 2016 at 22:53:44 +0100, Fredrik Persson wrote: > > Is there any way (increased verbosity?) to make ffmpeg tell me something > > like "you know, I'll do what you asked, but be warned that it is unlikely > > this is going to

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2016-11-10 Thread Tim Hiles
On Thu, Nov 10, 2016 at 1:55 PM, Cley Faye wrote: > 2016-11-10 20:12 GMT+01:00 Tim Hiles : > > > I attached the file in a previous email but ffmpeg list rejected the > email > > because it was 750 KB, so I'm sharing a google drive link to the file, > > otherwise

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2016-11-10 Thread Tim Hiles
On Wed, Nov 9, 2016 at 2:20 PM, Carl Eugen Hoyos wrote: > 2016-11-09 19:57 GMT+01:00 Tim Hiles : > > > I have two zeranoe windows builds installed. Current version built and an > > older build from 2015. I've created a 5 second video (full command line > > and uncu

[FFmpeg-user] Is Zeranoe server down?

2016-11-07 Thread Tim Hiles
I'm getting: Forbidden You don't have permission to access /builds/ on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. This is the html web address I'm using: http://ffmpeg.zeranoe.com/builds/ Thanks! Tim ___

Re: [FFmpeg-user] Rotating an mp4 video on Windows

2016-08-08 Thread Tim Hiles
Hi Elie, This has worked for me in the past. c:\ffmpeg.exe -loglevel error -i inputfile.wmv -vf "transpose=0" -vf "hflip" "converted.mp4" My apologies in advance if this is a n00b answer to your question. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg

Re: [FFmpeg-user] Need help with mac uninstall

2016-07-19 Thread Tim Hiles
On Tue, Jul 19, 2016 at 1:26 AM, Reindl Harald wrote: > > > Am 19.07.2016 um 03:05 schrieb Joseph Stralka: > >> I am very novice and really got over my head with the code. I downloaded >> the binary file from http://www.ffmpegmac.net/ >> and clicked on ffmpeg ffprobe

[FFmpeg-user] (no subject)

2016-07-15 Thread Tim Hiles
Hi all, Seeing odd behavior with screen capture recorder. This always works on win 7. No problems. Even when resolution is set to 1920 x 1080 c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio="Microphone Array (Realtek High Definition Audio)" -vcodec libx264 -pix_

[FFmpeg-user] Mac OSX 10.6.8 and QTkit

2016-06-03 Thread Tim Hiles
Hi all, A few questions. #1: Has anyone ever imported mini-DV's using Sony iLink via ffmpeg? If so, would you say there is a quality difference between that and importing through IMovie 8 or IMovie HD for that matter? #2: If there is a better quality using ffmpeg does anyone know of a static OSX

[FFmpeg-user] screen_capture_recorder to record 2nd monitor

2016-04-26 Thread Tim Hiles
I use exactly what they suggest on the screen_capture_recorder ffmpeg faq to record desktop. ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv works fine. But it records

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-26 Thread Tim Hiles
On Mon, Oct 19, 2015 at 10:17 AM, Tim Hiles wrote: > >> ffmpeg -i input0 -i input1 -filter_complex >> "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output >> ___ >> > > I tried this: > > c:\ffmp

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-22 Thread Tim Hiles
On Mon, Oct 19, 2015 at 10:17 AM, Tim Hiles wrote: > >> ffmpeg -i input0 -i input1 -filter_complex >> "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output >> ___ >> > > I tried this: > > c:\ffmp

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-19 Thread Tim Hiles
> > > ffmpeg -i input0 -i input1 -filter_complex > "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output > ___ > I tried this: c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Stereo Mix (IDT High Definition" -f dshow -i aud io="Microphone (IDT High Defini

[FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-18 Thread Tim Hiles
I've tried a few different things but I can't seem to get this right. So, the question becomes, is it possible? I tried the -amix filter but as I'm sure you are all aware that just combines the two streams into one. I'd like to keep them separated one input signal on the right one input signal on

Re: [FFmpeg-user] format for internet explorer post 8

2015-03-28 Thread Tim Hiles
> > faststart and pixel format are different worlds >> > > faststart means that the client can start playback before the whole video > is downloaded, not more and not less, in case of web-players it is highly > recommended > > I appreciate the explanation. Thank you, Reindl ___

Re: [FFmpeg-user] format for internet explorer post 8

2015-03-28 Thread Tim Hiles
> > > > The input has no audio, and why suggest '-async 1'? Also, libx264 > ignores '-qscale', so the default of '-crf 23' will be used instead. > > Thank you Lou. That helps me with a few things that I was unaware of. That command is what I've typically used and have had good results with playing

Re: [FFmpeg-user] format for internet explorer post 8

2015-03-28 Thread Tim Hiles
> > ito@xw62-work:~/Desktop/3D/blender/krill> ffmpeg -i > screencap_12-27-14-0250.avi krill_screencap.mp4 try ffmpeg -i screencap_12-27-14-0250.avi -c:v libx264 -qscale:v 22 -async 1 -c:a aac -strict experimental -movflags +faststart krill_screencap.mp4 and see if that works.