composite-video-simulator
composite-video-simulator copied to clipboard
Code to process video to simulate analog composite video.
After ./autogen.sh and ./configure, running make doesn't work ` 941 | av_frame_set_color_range(output_avstream_video_encode_frame,AVCOL_RANGE_MPEG); | ^~~~~~~~~~~~~~~~~~~~~~~~ ffmpeg_raw28ntsc_step4.cpp:990:49: ошибка: «AVFrame» {aka «struct AVFrame»} не содержит элемента с именем «pkt_pts»; имелось в виду «pkt_dts»?...
Can you help? I can't compile on MinGW. I'm using MinGW64. May be a problem with AVStream being deprecated. ``` $ make make all-recursive make[1]: Entering directory '/c/Users/RGM/Documents/ForkProjects/FFMPEG_Composite' make[2]: Entering...
av_err2str makes use of C array constructs that break newer versions of G++. See: https://ffmpeg.org/pipermail/libav-user/2013-January/003458.html Error: ``` In file included from normalize_ts.cpp:37:0: normalize_ts.cpp:217:49: error: taking address of temporary array fprintf(stderr,...
ii try raw28ntsc i dont know the usage of raw28ntsc with 6 steps because no explains in README and the comment in code. Please explained what is raw2ntsc? ...
License?
Hi! Does this project have any license of sort? This project looks awesome, but I can't legally use it without one. Something like MIT License or BSD would be really...
g++ 9.3.0 is giving the following error preventing compilation: ``` normalize_ts.cpp:503:1: error: jump to label ‘end’ 503 | end: | ^~~ ``` g++ version `g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0`
hi I think composite-video-simulator will be suitable as avisynth or avisynth+ plugin since avisynth+ now work in linux
The readme says this project is designed for Linux (and by extension MacOSX), but it would be desirable if someone were able to successfully build this on Windows 10 and...
SECAM
You Can Add Secam in The Software? In The Option -tvstd Please The Documentation At ::::: http://www.radios-tv.co.uk/Pembers/World-TV-Standards/Colour-Standards.html#SECAM Thank Sick!