Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Terje J. Hanssen
Den 24. jan. 2017 16:58, skrev Andy Furniss: Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -pix_fmt yuv420p? I thought PAL

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Andy Furniss
Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -pix_fmt yuv420p? I thought PAL DV was 420p - if by chance ffmpeg -i shows

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Andy Furniss
Terje J. Hanssen wrote: Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8 -x264opts

Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread Paul B Mahol
On 1/24/17, Andy Furniss wrote: > If you have a stream of fields and you want to make weaved frames the > (IIRC) tinterlace=merge would be a start. Better to use weave filter for that. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] De-telecine, deinterlace, and filter chains

2017-01-24 Thread Andy Furniss
Andy Furniss wrote: Whatever further processing is done, I think that scaling down to 480 is going to be the first step. I live in pal land, so don't have experience of dealing with ntsc. Looking more at the sample it does seem that the progressive scale and encode have killed every fourth

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread Terje J. Hanssen
Den 24. jan. 2017 12:41, skrev Andy Furniss: Terje J. Hanssen wrote: 1) 576i DV video to x264, pcm audio to ac3 ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41 -pix_fmt yuv420p -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8 -x264opts

[FFmpeg-user] EVS compatible AVC Intra 100

2017-01-24 Thread Victor Diez
Hello all, I'm trying to generate an AVC Intra 100 from an XDCAM 50 file. I already have compiled x264 with 10bit depth and seems to be correctly transcoding. The problem is that EVS doesn't seem to properly recognize it. Amberfin is working properly with the generated mxf however. This is

Re: [FFmpeg-user] DV to SD Blu-ray

2017-01-24 Thread kumar vikram
Hey Terje, I need to maintain the container. The input video is MPEG-2. I need to maintain that, I tried the following command, but it did not work either. ffmpeg -i c:\ffmpeg\18001.mpg -c:v mpeg2video -vf setsar=sar=12/11 -threads 8 -strict experimental -ar 48000 -ab 256k -y

Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread kumar vikram
Hi Bouke, Thanks for your prompt response. For me the idea is to get field based interlaced streams to test some of my implementation. Maintaining frame rate is not an issue with me. I tried with tinterlace too but not to my luck. ffmpeg.exe -y -i INPUT -c:v mpeg2video -flags +ildct+ilme -vf

Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread Bouke (VideoToolShed)
- Original Message - From: "kumar vikram" Hello All, I am having a Program stream which has progressive sequence. I want to convert this stream to Field based PS files. I have used the following command ffmpeg.exe -y -i INPUT -c:v mpeg2video -flags +ildct+ilme

[FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread kumar vikram
Hello All, I am having a Program stream which has progressive sequence. I want to convert this stream to Field based PS files. I have used the following command ffmpeg.exe -y -i INPUT -c:v mpeg2video -flags +ildct+ilme -vf yadif=1 -top 1 -b:a 256k -aspect 16:9 OUTPUT But this is creating Frame

Re: [FFmpeg-user] fail to push some flv files to nginx rtmp server

2017-01-24 Thread Carl Eugen Hoyos
2017-01-24 11:03 GMT+01:00 qw : > /usr/local/bin/ffmpeg -re -i ./Barcelona_1920x1080_4Mbps_25fps.flv -vcodec > copy -flags +global_header -acodec copy -f flv rtmp://localhost:1935/live1/abc Complete, uncut console output missing. Carl Eugen