VideoHelp Forum




+ Reply to Thread
Page 27 of 69
FirstFirst ... 17 25 26 27 28 29 37 ... LastLast
Results 781 to 810 of 2041
  1. Originally Posted by pchan View Post
    Hi, I am new to clever_ffmpeg. I would like to try the deinterlace but I couldn't locate the deinterlace menu. Any tips on how to get to that menu is much appreciated.
    The deinterlace option is only available if you have loaded an interlaced video.
    In case of doubt, however, you can declare any video as interlaced (in the start screen, after loading the video, change scan type button).
    You will then find the deinterlace option in the video encoding screen, under various.
    Quote Quote  
  2. Member pchan's Avatar
    Join Date
    Mar 2003
    Location
    Singapore
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by pchan View Post
    Hi, I am new to clever_ffmpeg. I would like to try the deinterlace but I couldn't locate the deinterlace menu. Any tips on how to get to that menu is much appreciated.
    The deinterlace option is only available if you have loaded an interlaced video.
    In case of doubt, however, you can declare any video as interlaced (in the start screen, after loading the video, change scan type button).
    You will then find the deinterlace option in the video encoding screen, under various.
    Thank you very much.
    1) Use MediaInfo and determine it's interlace(BFF).
    2. Goto Change Scan Info and select Interlace, BFF radio button.
    3. In Encode(Video Stream), click on Keep Size and Various, the Deinterlace check box will appear.

    Merry Christmas.
    Quote Quote  
  3. Newest beta (v3.2.0.01), online now.

    New:
    Resume unused processed files after program closing.
    b switch option for dynaudnorm (request by mannequin80).

    Improved:
    Cut info.
    Quote Quote  
  4. Originally Posted by ProWo View Post
    Newest beta (v3.2.0.01), online now.
    LoudNorm seems to be crashing again after the 1st pass.

    also, to make this filter a little bit more useful, it would be nice to have its 3 main parameters:

    I, i - integrated loudness target. range is -70.0 - -5.0. default value is -24.0.

    LRA, lra - set loudness range target. range is 1.0 - 20.0. default value is 7.0.

    TP, tp - set maximum true peak. range is -9.0 - +0.0. default value is -2.0.

    edit: latest version creates a file "PE_files.txt" in the source folder after the audio encoding with the name of the audio file listed inside, probably a bug.
    Last edited by mannequin80; 1st Jan 2024 at 13:28.
    Quote Quote  
  5. Hi, I have a small issue with version 3.2.0.0, in the "Encode Audio" module.
    Sorry if this was already raised by someone else before.
    The orange "To Batch" button gets hidden as soon as Loudnorm filter is selected with 2pass (note: with 1pass, no issue).
    If you change the Encoder after adding the filter, the "To Batch" button appears again (but don't know if the filter setting is memorized or not, the GUI says it is still checked).
    It was already there in 3.1.9 and 3.1.8beta2 (don't know earlier).
    Thank you for your outstanding work.
    Quote Quote  
  6. Originally Posted by mannequin80 View Post
    LoudNorm seems to be crashing again after the 1st pass.
    I have just tested this and it works perfectly.
    Can you describe the problem in more detail?

    Originally Posted by mannequin80 View Post
    also, to make this filter a little bit more useful, it would be nice to have its 3 main parameters:

    I, i - integrated loudness target. range is -70.0 - -5.0. default value is -24.0.

    LRA, lra - set loudness range target. range is 1.0 - 20.0. default value is 7.0.

    TP, tp - set maximum true peak. range is -9.0 - +0.0. default value is -2.0.
    This will be implemented in the next beta.

    Originally Posted by mannequin80 View Post
    edit: latest version creates a file "PE_files.txt" in the source folder after the audio encoding with the name of the audio file listed inside, probably a bug.
    This is not a bug, but has the purpose that processed streams are available again in the multipex grid at the next program start. The file is only generated if not all processed streams are muxed. You can delete the unnecessary streams in the mux grid with the DelPPS (delete preprocessed streams) button.
    Quote Quote  
  7. Originally Posted by barbaric View Post
    Hi, I have a small issue with version 3.2.0.0, in the "Encode Audio" module.
    Sorry if this was already raised by someone else before.
    The orange "To Batch" button gets hidden as soon as Loudnorm filter is selected with 2pass (note: with 1pass, no issue).
    If you change the Encoder after adding the filter, the "To Batch" button appears again (but don't know if the filter setting is memorized or not, the GUI says it is still checked).
    It was already there in 3.1.9 and 3.1.8beta2 (don't know earlier).
    Thank you for your outstanding work.
    This is not a bug; the to batch button is hidden in loudnorm 2 pass because it requires two runs with different command lines.
    However, since the individual tasks can be moved around in the batch tasks grid, this would be a problem.
    For this reason, only immediate encoding is available when using the loudnorm 2 pass filter.
    The fact that the button reappears when changing the encoder is an error and will be corrected.
    Quote Quote  
  8. Originally Posted by ProWo View Post
    This is not a bug, but has the purpose that processed streams are available again in the multipex grid at the next program start. The file is only generated if not all processed streams are muxed. You can delete the unnecessary streams in the mux grid with the DelPPS (delete preprocessed streams) button.
    got it.

    here's the LoudNorm error:

    Image
    [Attachment 75875 - Click to enlarge]


    ************** Exception Text **************
    System.ArgumentException: Invalid JSON primitive: out#0/null @ 0000021af7f1c980] video:0kB audio:18312960kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknownsize=N/A time=02:15:39.10 bitrate=N/A speed=7.48x .
    at System.Web.Script.Serialization.JavaScriptObjectDe serializer.BasicDeserialize(String input, Int32 depthLimit, JavaScriptSerializer serializer)
    at System.Web.Script.Serialization.JavaScriptSerializ er.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
    at System.Web.Script.Serialization.JavaScriptSerializ er.Deserialize[T](String input)
    at clever_FFmpeg_GUI.Form4.Jason_read(String parsed)
    at clever_FFmpeg_GUI.Form4.VB$StateMachine_361_FFmpeg Async.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatch Info.Throw()
    Quote Quote  
  9. Try to mux the dts stream in a mkv container first and repeat the loudnorm operation with the mkv
    Quote Quote  
  10. Originally Posted by ProWo View Post
    Try to mux the dts stream in a mkv container first and repeat the loudnorm operation with the mkv
    getting the same type of error with the mkv container too.
    Quote Quote  
  11. Originally Posted by mannequin80 View Post
    getting the same type of error with the mkv container too.
    I have tried it here again with several dts files, individually and in a container, but everything works as expected.
    You can try two things.
    1) a newer ffmpeg version
    2) delete this folder (it will be created again automatically):
    C:\Users\xxx\AppData\Local\clever_FFmpeg_GUI (where xxx=your user name on windows)
    and restart clever FFmpeg-GUI.

    You can also upload this DTS file somewhere and post the link here, then I can give it a try.
    Quote Quote  
  12. Newest beta (v3.2.0.02), online now.

    New:
    LoudNorm filter I, LRA, TP settings (request by mannequin80).
    Fixed:
    Little bugs.
    Improved:
    Batch elements handling.
    Quote Quote  
  13. Originally Posted by ProWo View Post
    Newest beta (v3.2.0.02), online now.
    refreshed everything while using the latest stable ffmpeg (vs dailies) and it seems to be working again.

    thanks a lot for the new filters, beautiful!
    Quote Quote  
  14. Originally Posted by ProWo View Post
    Review by undercash
    Sounds interesting but no possibility of batch encoding (like a whole folder for example).
    I didn't implement this on purpose, because I don't think mass processing multiple videos with the same settings makes sense.
    But if it is desired, there are other GUI's that offer this.
    Why? What if I have a whole show with hundreds of episodes where I want to convert every single episode from 25 fps to 24 fps? In that case, it definitely makes sense.
    Maybe there are other GUI's that can do this, but I haven't found a GUI yet where you have the option to only change the pitch.
    Quote Quote  
  15. Newest beta (v3.2.0.03), online now.

    New:
    Unused processed tasks exported to file for next time use.
    All closed EIA 608/708 captions can be exported now, not only the first (request by [ss]vegeta).
    Fixed:
    Little bugs
    Improved:
    Audio bitrate handling
    Open tasks handling.
    Preprocessed files handling.
    Already processed batch tasks handling.
    Quote Quote  
  16. Why don't you include for audio pass through / copy, and LPCM?
    Quote Quote  
  17. Originally Posted by noemi7 View Post
    Why don't you include for audio pass through / copy, and LPCM?
    What do you mean exactly?
    Can you explain it in more detail?
    Quote Quote  
  18. thx a lot for this amazing gui.
    Just wanted to notice about how some text are badly affected by desktop themes. Sometimes all the program text is unable to be visible or readable.
    Also the 2 buttons on down capture are not showing their text. This all happen because a dark theme is applied in desktop.



    Quote Quote  
  19. This happens because the Windows system colors are changed with the desktop themes.
    I myself use Windows 11 Dark Design and clever FFmpeg-GUI looks like this.

    Image
    [Attachment 76249 - Click to enlarge]


    I recommend you try an alternative dark theme.
    Quote Quote  
  20. all custom themes i am trying are affected by the same.
    also i wanted to request a new feature that is a DAR viewer in order to see how the image is affected by the changes before to apply it.

    edit: also a very useful feature will be to load several videos in a control like the one you using in batch mode, and after created the first action for the batch mode, to have a button to 'perform same action in whole list'. It would be really useful for repetitive actions in tv series episodes for example, time saving!.
    Last edited by ingsoc; 16th Jan 2024 at 09:40.
    Quote Quote  
  21. Originally Posted by ingsoc View Post
    all custom themes i am trying are affected by the same.
    What's your OS and can you name the custom theme you are using?

    Originally Posted by ingsoc View Post
    also i wanted to request a new feature that is a DAR viewer in order to see how the image is affected by the changes before to apply it.
    For this you can use the VLC Player and set the DAR for video.

    Originally Posted by ingsoc View Post
    edit: also a very useful feature will be to load several videos in a control like the one you using in batch mode, and after created the first action for the batch mode, to have a button to 'perform same action in whole list'. It would be really useful for repetitive actions in tv series episodes for example, time saving!.
    I'll have to take a closer look at that.
    Quote Quote  
  22. ^ yes, my cutom theme is called 'Penumbra' where os is the 8.1. I am also programmer and i have found that usually i fix the colors problems using for text 'default' values. But problem is if background color and system text color are near the same... affecte by this i was playing some time ago with a color inversion to grant text will be always readable. Complex.

    About dar preview, i was meaning some static image preview embbed into your gui or some that will show us a final result... In fact i am missing some little program to play with dars...

    I have found that mkvtoolnix is having a lot of problems applying dar changes. Fortunatelly i found this your gui that is working, as expected.
    Last edited by ingsoc; 16th Jan 2024 at 11:32.
    Quote Quote  
  23. Banned
    Join Date
    Oct 2023
    Location
    Los Angeles
    Search Comp PM
    Does the GUI allow to use ffmpeg command '-report'? If so, how do I use it to export the command line?
    Quote Quote  
  24. Originally Posted by ingsoc View Post
    also a very useful feature will be to load several videos in a control like the one you using in batch mode, and after created the first action for the batch mode, to have a button to 'perform same action in whole list'. It would be really useful for repetitive actions in tv series episodes for example, time saving!.
    I will implement the following in the next beta:
    If you have added a batch task (e.g. encode audio with stream ID 1 with ac3 192k) then open the batch tasks page, drag & drop all further episodes into the batch task grid; this will create the exact same command line for each dropped file as for the first batch task.
    Whether the stream id's match etc. is not checked.
    So this remains an undocumented option that is only useful in very few cases.
    Quote Quote  
  25. Originally Posted by ProWo View Post
    Originally Posted by ingsoc View Post
    also a very useful feature will be to load several videos in a control like the one you using in batch mode, and after created the first action for the batch mode, to have a button to 'perform same action in whole list'. It would be really useful for repetitive actions in tv series episodes for example, time saving!.
    I will implement the following in the next beta:
    If you have added a batch task (e.g. encode audio with stream ID 1 with ac3 192k) then open the batch tasks page, drag & drop all further episodes into the batch task grid; this will create the exact same command line for each dropped file as for the first batch task.
    Whether the stream id's match etc. is not checked.
    So this remains an undocumented option that is only useful in very few cases.
    ^^ cant wait to test that
    Quote Quote  
  26. Banned
    Join Date
    Oct 2023
    Location
    Los Angeles
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by ingsoc View Post
    also a very useful feature will be to load several videos in a control like the one you using in batch mode, and after created the first action for the batch mode, to have a button to 'perform same action in whole list'. It would be really useful for repetitive actions in tv series episodes for example, time saving!.
    I will implement the following in the next beta:
    If you have added a batch task (e.g. encode audio with stream ID 1 with ac3 192k) then open the batch tasks page, drag & drop all further episodes into the batch task grid; this will create the exact same command line for each dropped file as for the first batch task.
    Whether the stream id's match etc. is not checked.
    So this remains an undocumented option that is only useful in very few cases.
    What about my command '-report' question?
    Quote Quote  
  27. Originally Posted by Jay123210599 View Post
    What about my command '-report' question?
    the command lines remain my secret.
    Quote Quote  
  28. Banned
    Join Date
    Oct 2023
    Location
    Los Angeles
    Search Comp PM
    Originally Posted by ProWo View Post
    Originally Posted by Jay123210599 View Post
    What about my command '-report' question?
    the command lines remain my secret.
    so no?
    Quote Quote  
  29. Newest beta (v3.2.0.04), online now.

    New:
    Batch tasks, possibility to replicate commandline from 1st task to many files (request by ingsoc), not documented.
    Last edited by ProWo; 18th Jan 2024 at 07:42.
    Quote Quote  
  30. ^^ thx so much friend, i will test a lot that new feature in the next days... I will report about
    Keep the good work on the gui !
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!