Re: [FFmpeg-user] Ffmpeg is a Windows codec?

2019-09-22 Thread jamie marchant
] Ffmpeg is a Windows codec? > On Sep 20, 2019, at 1:08 PM, jamie marchant wrote: > >>> VFW works on windows 10? >> >> Yes, it does. >> However, FFmpeg does not install any system codecs. >> You could install IV50 that was delivered for free with the Intel

Re: [FFmpeg-user] Ffmpeg is a Windows codec?

2019-09-20 Thread jamie marchant
o/ffmpeg-user > > To unsubscribe, visit link above, or email > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe". -- -Jamie Marchant ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo

[FFmpeg-user] Ffmpeg is a Windows codec?

2019-09-19 Thread jamie marchant
Is their a Windows codec available? I want to play Indeo video 3 files, which FFPlay can do but I want to play it through 'Video for Windows"(Windows NT/10 version). That way I can run an old piece of multimedia software. -- -Jamie Marchant

[FFmpeg-user] FFMPEG GPU Flags being confused.

2019-03-25 Thread Jamie Whittingham
ot = /root/ffmpeg_sources/ffmpeg/ffmpeg -hide_banner -hwaccel cuvid -i 'http://iptv.genexnetworks.net:10810/live/jamie/M!mi1372/107.ts' -s 1280x720 -c:a aac -tune zerolatency -c:v h264_nvenc -b:v 1600k -gpu 1 -f flv rtmp://localhost/show/sony_crime_sd I just removed the -gpu flag from the e

Re: [FFmpeg-user] FFmpeg Discord Channel

2019-03-06 Thread jamie
Maybe https://rocket.chat/ instead? On Wed, Mar 6, 2019 at 3:32 PM Lou Logan wrote: > On Wed, Mar 6, 2019, at 2:06 PM, Glenn W wrote: > > For those that are interested, please join us on the FFmpeg Discord > Channel > > for more live discussion and help answering questions @ > > https://discord.

Re: [FFmpeg-user] issue with compressing images to video

2019-03-06 Thread jamie
Try something like ffmpeg -framerate 24 -start_number 1 -start_number_range 3 -i "/Users/UserName/Desktop/img-%02d.jpg" -y /Users/UserName/Desktop/output.avi On Wed, Mar 6, 2019 at 2:37 PM Henry Mosher wrote: > Hi, I am getting an error when I try to compress a set of images into a > video, i

Re: [FFmpeg-user] embedding subtitles missing features when apply fonts?

2015-05-25 Thread jamie
Hi, You have to use the Advanced Substation format (*.ass) to control the look to that level - can't be done with just an (.srt) to the best of my knowledge with the current version of ffmpeg. Have a look at https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo On Mon, May 25, 2015 at 10:09 AM

Re: [FFmpeg-user] subtitles - visual alignment offset?

2015-05-18 Thread jamie
I use Aegisub for this purpose. > > -----Mensaje original- > De: "jamie" > Enviado: ‎16/‎05/‎2015 0:26 > Para: "FFmpeg user questions" > Asunto: [FFmpeg-user] subtitles - visual alignment offset? > > Is there a way to add a visual alignment offset for sub

[FFmpeg-user] subtitles - visual alignment offset?

2015-05-15 Thread jamie
Is there a way to add a visual alignment offset for subtitles when burned in? The default subtitle placement with SRT's are low in the frame when considering broadcast safe. What's the quickest way to nudge them all higher in the frame? Just using this simple flag subtitles="input.srt":force_sty