Please advise/guide how to use the filters, flags and below mentioned options ton encode video using FFmpeg.
1. How to Enable & Encode videos using Apple QuickTime Writing Library.
2. How to set color range to "Limited" in FFmpeg.
3. How to restrict standard to PAL.
3. How to select different available encoders for encoding e.g LSMASH or Libmatroska to encode MKV video.
+ Reply to Thread
Results 1 to 3 of 3
-
-
at first: https://trac.ffmpeg.org/ secondly zeranoe forum
@1 - not sure what means for you Apple Quicktime wroting library... please elaborate more on this
@2 - there is few ways - usually you can set limited quantization range using or dedicated command or using filters with proper configuration, ffmpeg can be tricky on this so you need elaborate more but simplest way is to use:
Code:-color_range <int> ED.V..... color range (from 0 to INT_MAX) (default unknown) unknown ED.V..... Unspecified tv ED.V..... MPEG (219*2^(n-8)) pc ED.V..... JPEG (2^n-1) unspecified ED.V..... Unspecified mpeg ED.V..... MPEG (219*2^(n-8)) jpeg ED.V..... JPEG (2^n-1)
@3 - unclear - PAL is standard to encode colour information within composite video signal - elaborate more on this
@4 video or audio encoder are called trough -c:v videocodecname and correspondingly for audio -c:a audiocodecname
check ffmpeg available encoders by using:
Code:ffmpeg -encoders
-
Thanks pandy for response, I am uploading some pics for clarification as required and need to use & mentioned in encoding video.
-1. Is it possible to use writing library: Apple Quictime in FFmpeg (as shown in attached pic) if yes then how can I use/select this to encode video using said writing library for mp4.
-2. I want to encode video using Color Range = Limited in FFmpeg (as shown in attached pic).
-3. Is it possible to show PAL standard after encoding from NTSC standard (as shown in attached pic).
-4. Shall we use Writing Application: mkvmerge & Writing Library: libebml + libmatroska (as shown in attached pic) encoder to create mkv in FFmpeg.
Hope this clear to you and respond with help and advise.
Similar Threads
-
Update 18/07 - Restoration Tips
By geordie10 in forum RestorationReplies: 10Last Post: 21st Jul 2019, 08:41 -
i need hlep and tips
By EpiCMovie73 in forum DVD RippingReplies: 5Last Post: 22nd Sep 2017, 19:12 -
Edit tips
By coenkruk in forum EditingReplies: 1Last Post: 3rd Nov 2016, 16:06 -
(Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmp
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 16:54 -
FFMPEG QUESTION :How do I take 10bit jpeg with FFMPEG?
By Jamaika in forum Video ConversionReplies: 10Last Post: 6th Jul 2015, 13:41